memoryguard_resolve_group
Resolve the shared memory group an agent should write to based on its AgentBinding, so writes land in the correct context. Read-only, call before storing memory.
Instructions
Resolve which share_group_id an agent should write to, based on its AgentBinding. Read-only. Agents should call this before memory_write to know their group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | workspace path (default: .) | |
| agent_instance_id | Yes | agent instance ID to resolve |