This is a reference guide for the Agentica multi-agent coordination framework, giving you exact API signatures for 11 patterns like Swarm, Pipeline, Jury, and MapReduce. It covers the core infrastructure (CoordinationDB for SQLite tracking, HandoffAtom for agent handoffs, BlackboardCache for shared state) and primitives for consensus and result aggregation. Use it when you need constructor arguments or method signatures while building multi-agent workflows, not for learning concepts. The patterns themselves are fairly standard orchestration approaches (parallel execution, sequential stages, voting), but having the exact API spec on hand beats digging through source files when you're wiring agents together.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill agentica-infrastructure