create-agentvoy
v0.5.0
Published
Create a new AgentVoy project — npx create-agentvoy my-agent
Maintainers
Readme
create-agentvoy
Scaffold a production-ready AI agent project in one command.
Usage
# npm
npm create agentvoy my-project
# npx
npx create-agentvoy my-project
# yarn
yarn create agentvoy my-projectThis is a shorthand that runs the full AgentVoy CLI.
Two paths
Agent — local development with interactive REPL:
my-project-agent/
agent.py # Agent logic
tools.py # Custom tools
run.py # Interactive entry point
agent.guard.yml # Guardrails & permissions config
requirements.txt
.env.exampleApp — deployable agentic app with API, chat UI, DevTools, and cloud configs:
my-project-app/
src/agents/agent.py # Agent logic
src/trace/tracer.py # Execution tracing
server.py # FastAPI — /run, /health, /dev
streamlit_app.py # Chat UI with model picker
devtools.html # Real-time DevTools dashboard
Dockerfile
agent.guard.ymlSupported frameworks
OpenAI Agents SDK · Google ADK · CrewAI · LangGraph · Anthropic SDK · LlamaIndex · AutoGen
Links
License
Apache 2.0
