start
Getting started
Four short pages take you from nothing to a working agent:
- Installation — one
pip install, what you get. - Quickstart — your first agent with tool use, in five minutes.
- Local setup — run models on your own machine, free, no API key.
- Configuration — where settings live and which one wins.
If you've used Anthropic's Claude Agent SDK, you already know this library — same functions, same message shapes, same options. The only new idea is that the model can live anywhere: your laptop, your GPU server, or any provider with an API.