px
pypx

agnoctl

v0.2.0

The Agno CLI: connect and operate AgentOS from the terminal, built for humans and coding agents

75 KB Python 3.9+ py3-none-anyApache Software License5 deps
Diff
$ uv add agnoctl

agnoctl

The CLI for AgentOS, built for humans and coding agents.

Create a new AgentOS interactively:

uvx agno create

Choose from nine maintained starters—Docker, AWS, Azure, Fly, GCP, Helm, Modal, Railway, and Render—using the arrow keys or 19, then name your project. Press Enter to use agentos-docker and agent-platform. The CLI clones the template and copies example.env to .env.

Then enter the project and choose a setup path:

cd agent-platform

Recommended: open the project in your coding agent and ask it to run the setup-platform skill in .agents/skills/. The skill configures the project, starts it, verifies it, connects the AgentOS UI, and helps build your first agent.

Or set it up manually: add your secrets to .env, then run:

uvx agno up

For automation, pass the project name and optional template explicitly:

uvx agno create my-agentos --template agentos-railway --json

Details

Version
0.2.0
License
Apache Software License
Python
<4,>=3.9
Maintainer
Agno Team <[email protected]>

Release Cadence

16
releases in the past year
avg 3 days between releases

Maintainers