Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agentic.proxify.io/llms.txt

Use this file to discover all available pages before exploring further.

PatternBest forKey constraint
Fan-Out / Fan-InResearch, independent file analysis, parallel testsNo shared state between agents
Pipeline ChainsResearch → implementation, multi-stage migrationsEach stage must produce structured output
Builder-Validator PairsCorrectness-critical work — APIs, security, migrationsValidator must be read-only
Supervisor / Team LeadComplex multi-component featuresRequires delegate mode
Contract Chains / Wave ExecutionFull-stack features, parallel work that must integrateWave 1 must complete before Wave 2
Choosing the right tool: Independent work → /batch. Report-back only → subagents. Agents need to coordinate → Agent Teams.
Official reference — The official sub-agents docs and Agent Teams docs cover the underlying mechanisms. This page is the pattern taxonomy.