Skip to content

v0.1.0 β€” Initial Release 🦞

Latest

Choose a tag to compare

@9v2 9v2 released this 14 Feb 21:19
· 9 commits to main since this release

✨ 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 .md skill packs
  • πŸͺͺ Identity β€” persistent personality via SOUL.md and AGENTS.md
  • πŸ“ Memory β€” daily notes + curated long-term memory
  • πŸ”„ Network resilience β€” auto-reconnect with exponential backoff
  • β›” Task cancellation β€” /stop command 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