Self-evolving AI agent framework CLI
Project description
██╗ ███████╗██╗ ██╗ ██████╗
╚═╝ ██╔════╝██║ ██║██╔═══██╗
██╗ █████╗ ██║ ██║██║ ██║
██║ ██╔══╝ ╚██╗ ██╔╝██║ ██║
██║ ███████╗ ╚████╔╝ ╚██████╔╝
╚═╝ ╚══════╝ ╚═══╝ ╚═════╝
iEvo CLI
Self-evolving AI agent framework. Install agents like packages — they learn from every mistake.
Install
# Recommended — run without install
uvx ievo --help
# Or install globally
uv tool install ievo
# Or with pip
pip install ievo
Quick start
ievo init my-project
cd my-project
ievo add spec-writer architect coder
ievo run spec-writer
Development
git clone https://github.com/ievo-ai/cli.git
cd cli
uv sync
uv run ievo --help
Docker sandbox
Agents run in isolated Docker containers by default — each with its own set of allowed tools.
# Build the sandbox image (first time)
docker build -t ievoai/sandbox:latest sandbox/
# Agents use Docker automatically
ievo run spec-writer -m "Build auth module"
# Skip Docker, run locally
ievo run spec-writer --local -m "Quick test"
Auto-fallback: if Docker is not available, agents run locally via Claude CLI.
Commands
| Command | Description |
|---|---|
ievo init |
Create a new project |
ievo add <agent> |
Install agent from marketplace |
ievo remove <agent> |
Remove an agent |
ievo update |
Update agents to latest |
ievo list |
Show installed agents |
ievo run <agent> |
Start agent session (Docker sandbox) |
ievo team <agents> |
Run Agent Teams (Phase 2) |
ievo learn log |
Show evolution history |
ievo learn push |
Share anonymized logs |
ievo dev new |
Scaffold new agent |
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ievo-26.3.2.1203.tar.gz
(112.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ievo-26.3.2.1203.tar.gz.
File metadata
- Download URL: ievo-26.3.2.1203.tar.gz
- Upload date:
- Size: 112.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1460d21c0ede4ae9730343e725cf18918d26d6310a58c6a51257d7a62880ea5
|
|
| MD5 |
2fd9818ea75251a2fe630c323e2fcad1
|
|
| BLAKE2b-256 |
8445b4347d3dc62407f74e5a0822d35431c63572e9a9a946db1e761b3a451098
|
File details
Details for the file ievo-26.3.2.1203-py3-none-any.whl.
File metadata
- Download URL: ievo-26.3.2.1203-py3-none-any.whl
- Upload date:
- Size: 48.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0d84c00eae8f1c34304cdd2e9eea41bdac47238ea5998bdafb31a5626f55d13
|
|
| MD5 |
ac041b97fccbd4997cb7c0563dd1dc83
|
|
| BLAKE2b-256 |
d93105eae61c8db190bb00fb08e05f5fd4a2e2c0bbf6c5ded1f0f9714c08535c
|