Patterns
Common workflows for building agents with shared memory. Each pattern is a self-contained technique you can adopt independently.
Progress Files
Use persistent memory to maintain continuity across sessions. When context fills or a session crashes, the next run picks up where the last one left off.
Cross-Model Coordination
Pass data between Claude, GPT, Gemini, and open-source models through shared memory and logs.
Tasks & Contracts
Define shared objectives with subtasks, link execution logs, and let worker agents discover and claim work.
Looking for the full API reference? API docs →