agentoven-cli-0.2.0 is not a library.
agentoven-cli
CLI for AgentOven — bake production-ready AI agents from the terminal.
Install
Usage
# Connect to a control plane
# Initialize a new agent project
# Register your agent
# Deploy it
# Interactive test via A2A
# Check system status
Commands
| Command | Description |
|---|---|
agentoven init |
Scaffold a new agent project |
agentoven login |
Authenticate with the control plane |
agentoven status |
Check control plane connectivity |
agentoven agent register |
Register an agent from agentoven.toml |
agentoven agent list |
List all agents in the kitchen |
agentoven agent get <name> |
Show agent details |
agentoven agent bake <name> |
Deploy an agent |
agentoven agent cool <name> |
Pause a running agent |
agentoven agent retire <name> |
Permanently retire an agent |
agentoven agent test <name> |
Interactive A2A REPL |
agentoven recipe create |
Create a multi-agent workflow |
agentoven recipe bake <name> |
Execute a recipe |
agentoven trace get <id> |
Inspect an execution trace |
agentoven trace cost <id> |
View cost breakdown |
Configuration
The CLI reads from environment variables:
| Variable | Default | Description |
|---|---|---|
AGENTOVEN_URL |
http://localhost:8080 |
Control plane URL |
AGENTOVEN_API_KEY |
— | API key for authentication |
AGENTOVEN_KITCHEN |
default |
Active kitchen (workspace) |
License
MIT