AgentFlow coordinates AI agents with wave-based parallel execution, intelligent communication compression, and enterprise-grade security. Built for teams that ship.
Read the Docs View PricingDependency-aware parallel execution resolves agent waves automatically. Sequential for Starter, full parallel for Pro and Enterprise.
Intent classification, delta compression, state deduplication, and predictive caching reduce inter-agent bandwidth by up to 85%.
RBAC, API key rotation, request signing, canary tokens, output filtering, rate detection, and SSO/OIDC. Security is not an add-on.
KeyPool rotation, circuit breakers, and automatic retries. Works with any LLM provider via a unified REST API.
Built-in uptime tracking, health checks, and Slack/PagerDuty webhook alerts. Know before your customers do.
SQLAlchemy async persistence, Alembic migrations, Stripe billing, systemd deployment, and PostgreSQL support out of the box.
No free tier. No hidden fees. Orchestration is the product.
# Install
pip install agentflow
# Run
AGENTFLOW_ADMIN_KEY=your-key uvicorn agentflow.api.server:create_app \
--factory --host 0.0.0.0 --port 8100
# Test
curl http://localhost:8100/health
{"status": "ok", "version": "0.2.0"}