Merge remote-tracking branch 'origin/feat/experiment-logging' into demo

This commit is contained in:
2026-01-20 11:04:31 +01:00
14 changed files with 602 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ class InternalMessage(BaseModel):
"""
Standard message envelope for communication between agents within the Control Backend.
:ivar to: The name of the destination agent.
:ivar to: The name(s) of the destination agent(s).
:ivar sender: The name of the sending agent.
:ivar body: The string payload (often a JSON-serialized model).
:ivar thread: An optional thread identifier/topic to categorize the message (e.g., 'beliefs').