What problem does it solve?
Provides a structured system for running persistent AI agents that share memory, coordinate tasks, and communicate so teams can maintain stateful workflows and avoid duplicated work or lost context.
Core Features & Use Cases
- Team orchestration: create, list, update, and delete teams and agents to model persistent roles.
- Task and workflow management: assign, track, and transition tasks through inbox → assigned → in_progress → review → done with blocking and cancellation states.
- Shared memory & communication: save facts and documents to shared memory, run standups, and send comments, direct messages, and notifications for cross-agent coordination.
- Use Case: run an agent heartbeat cycle that checks mentions, loads working state, pulls assigned tasks, updates progress, notifies stakeholders, and clears state when complete.
Quick Start
Use the teams skill to create a team, add a persistent agent named siri, assign it a task, and save a shared fact so agents can coordinate.