Agentica — справочник API многоагентной оркестрации

orchestration

agentica-infrastructure is a Claude Code skill that serves as a complete API reference for the Agentica multi-agent coordination infrastructure. It documents 11 pattern classes — Swarm, Pipeline, Hierarchical, Jury, GeneratorCritic, CircuitBreaker, Adversarial, ChainOfResponsibility, MapReduce, Blackboard, and EventDriven — with exact constructor signatures and key execution methods. Core infrastructure components covered include CoordinationDB for SQLite-based session tracking, tracked_spawn for agent lifecycle management, HandoffAtom as a universal handoff format, BlackboardCache, and MemoryService. Primitives such as Consensus (MAJORITY, UNANIMOUS, THRESHOLD), Aggregator (MERGE, CONCAT, BEST), and gather_fail_fast support building custom coordination patterns. The skill targets developers designing multi-agent workflows, implementing custom orchestration logic, or debugging agent tracking and orphan detection in Agentica-based systems.