β¨ What's in this release
PyClaw's first official release β a fully async, extensible AI assistant that lives in your terminal and Telegram.
Features
- π€ Telegram bot gateway β chat from anywhere, photo analysis, file sharing, emoji reactions
- π» Terminal chat β interactive CLI with streaming responses
- π§ Tool system β shell commands, file ops, web search, config, cron jobs
- π§ Skills β extensible
.mdskill packs - πͺͺ Identity β persistent personality via
SOUL.mdandAGENTS.md - π Memory β daily notes + curated long-term memory
- π Network resilience β auto-reconnect with exponential backoff
- β Task cancellation β
/stopcommand in Telegram - π€« Zero narration β silent tool execution, only final results shown
- π Multi-model β switch between Gemini models on the fly
Install
git clone https://github.com/9v2/pyclaw.git && cd pyclaw
python -m venv .venv && source .venv/bin/activate
pip install -e .
pyclaw onboard