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-0.1.0.tar.gz
(110.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-0.1.0-py3-none-any.whl
(48.4 kB
view details)
File details
Details for the file ievo-0.1.0.tar.gz.
File metadata
- Download URL: ievo-0.1.0.tar.gz
- Upload date:
- Size: 110.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4af99089dd286b1f5de9e75cdbbcecf039a39f105c5b0bec0c1d184730ef885
|
|
| MD5 |
0da77008bbcd0775f3a884500e78e8cc
|
|
| BLAKE2b-256 |
c4bdb6e3b0946c360dc2a5b33592089429a4048b717f44c575ef9cc8d4ce1b41
|
File details
Details for the file ievo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ievo-0.1.0-py3-none-any.whl
- Upload date:
- Size: 48.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bee8c2193fc69852f30ba7a802d0a9f0c4fe942c15fe7bf9a4e0c2610813a6d
|
|
| MD5 |
f92401314ab6bbc02eee6f9239e4daf3
|
|
| BLAKE2b-256 |
adcb4de49210ae3d79967a300552974e804eb238b747abc0da2ef8d6e68da6a1
|