A minimal agent running in your terminal.
Pre-built
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/kowyo/mini-agent/main/scripts/install.sh | bash
# Windows
powershell -c "irm https://raw.githubusercontent.com/kowyo/mini-agent/main/scripts/install.ps1 | iex"From source
uv tool install git+https://github.com/kowyo/mini-agent.git@mainSee docs/.
git clone https://github.com/kowyo/mini-agent
cd mini-agent
make prepare
uv run mini