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.1125.tar.gz
(111.3 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.1125.tar.gz.
File metadata
- Download URL: ievo-26.3.2.1125.tar.gz
- Upload date:
- Size: 111.3 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 |
0ff0a2a862bd303a05ad6e4ef99b1b989d8a89a7ddd27e860ec978947ae7e3d3
|
|
| MD5 |
7da438cda26858d80a2cdb700dd3e289
|
|
| BLAKE2b-256 |
56b7080abd9572a1f0ca374c0f7472bb0be74a9ead021996a9b1f8dfaebe43a2
|
File details
Details for the file ievo-26.3.2.1125-py3-none-any.whl.
File metadata
- Download URL: ievo-26.3.2.1125-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 |
28eeaef5d01439001ecdc46366d26d1786912f04bbece8094e2f844ee0577b20
|
|
| MD5 |
26065fc4cf6f68582cc82e45f4c0662b
|
|
| BLAKE2b-256 |
7f632666af47ab9b9c2e1a3aa9cdc128123f73dcacd625d55bf1a4870ee5ac20
|