Add Honcho runtime peer mapping

This commit is contained in:
mavrickdeveloper
2026-05-17 10:08:51 +01:00
parent 519657aa98
commit 864cdb3d2e
10 changed files with 376 additions and 33 deletions
+1
View File
@@ -78,6 +78,7 @@ class MemoryProvider(ABC):
- agent_workspace (str): Shared workspace name (e.g. "hermes").
- parent_session_id (str): For subagents, the parent's session_id.
- user_id (str): Platform user identifier (gateway sessions).
- user_id_alt (str): Optional alternate stable platform user identifier.
"""
def system_prompt_block(self) -> str: