Shared Memory
JSON →Provides shared memory for agentic teams to improve token efficiency and coordination.
Tools · 14
- create_agentic_session Initialize coordinator + workers for an agentic team session
- get_worker_context Get compressed context for worker
- publish_work_units Publish available work for coordination
- claim_work_unit Claim work for execution
- add_discovery Share findings with team
- get_context_delta Get incremental updates
- get_session_info Get session details
- update_session_status Update session state
- expand_context_section Get detailed section data
- update_work_status Update work progress
- get_discoveries_since Get recent discoveries
- declare_outputs Declare future outputs
- await_dependency Wait for dependency
- publish_output Publish output for others
Links
★ 7 GitHub stars