The universal AI agent development platform.
Scaffold, configure, and guard AI agents across any framework — in seconds.
npx agentvoy create my-agent
AgentVoy eliminates agent boilerplate so you ship agent logic, not infrastructure.
| Framework | Status |
|---|---|
| OpenAI Agents SDK | ✅ Available |
| Google ADK | ✅ Available |
| CrewAI | ✅ Available |
| LangGraph | ✅ Available |
| Anthropic SDK | ✅ Available |
| LlamaIndex | Coming soon |
OpenAI · Anthropic · Google · Ollama (local) · Groq · Mistral
Every AgentVoy project ships with a universal guardrails config — permissions, cost limits, iteration caps, PII detection, and more. One format, any framework.
guardrails:
behavior:
max_iterations: 20
cost_limit: "$1.00"
timeout: 5m
input:
block_prompt_injection: true
pii_detection: warn
output:
block_harmful_content: trueBuilt by Chinmay Murugkar · Apache 2.0 · View the repo →