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.3.1006.tar.gz
(168.5 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
ievo-26.3.3.1006-py3-none-any.whl
(109.2 kB
view details)
File details
Details for the file ievo-26.3.3.1006.tar.gz.
File metadata
- Download URL: ievo-26.3.3.1006.tar.gz
- Upload date:
- Size: 168.5 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 |
d7cef72fd1511901ee17f58fbd1c5dfc3e4cb982f22b1769a8f1646dc722a83e
|
|
| MD5 |
87b438111c1616a495cf38375a12b6a4
|
|
| BLAKE2b-256 |
b2b8094658a9898df4fd0daee7ffaba4eabdf762fef5f9ca33b7bcf3e8ab7d34
|
File details
Details for the file ievo-26.3.3.1006-py3-none-any.whl.
File metadata
- Download URL: ievo-26.3.3.1006-py3-none-any.whl
- Upload date:
- Size: 109.2 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 |
c19e59172e6f8615c209e0c4a5aad78feabc6d5baa7801cb94a51e181b210eaf
|
|
| MD5 |
396ac4868d4c9bc46862a1864f70f126
|
|
| BLAKE2b-256 |
b21b1370d3d82a18ce912e0f5d7296b2c079131d947e86238c315109e08055bf
|