Documentation
README
MetaBot Agent Teams CLI
This Skill documents the metabot teams command surface and its durable-state
semantics. It does not define Agent execution policy.
Core Model
Team = Agents + Messages + Tasks + Runs.
- Agents retain a stable Team identity across engine Sessions.
- Messages are the normal conversational handoff surface.
- Tasks record durable assignment, dependencies, status, and result.
- Runs record individual executions, output, failure, retry, cancellation, and card state.
- Multiple dispatches to the same Agent create independent Tasks and Runs.
Inspect A Team
This is the opening of the README. Read the full README on GitHub.