What is FastAgency?
mainFastAgency is an open-source framework designed to accelerate the transition of multi-agent AI workflows from prototype to production. It provides a unified programming interface for deploying workflows written in the AG2 (formerly AutoGen) framework.
Key capabilities include:
- Unified UI Support: Develop core workflows once and reuse them across different interfaces like
ConsoleUI(CLI) andMesopUI(Web). - External API Integration: Easily connect agents to external services by importing OpenAPI specifications.
- Production Scaling: Transition from local development to distributed systems using network adapters like
FastAPIAdapter(REST) orNatsAdapter(NATS.io message broker). - Testing & CI: Use a dedicated
Tester Classto write and execute tests for multi-agent interactions within CI pipelines.