Requirements
- Python 3.11+
- A Zero Runtime address and auth token from the dashboard
- API keys for the providers you use
Install
Conventions
- Agents subclass
Agentand implement theasync def on_enterandon_exithooks. - Tools use the
@function_tooldecorator; the schema is inferred from type hints and the docstring. - Provider plugins are imported from
zrt.plugins.
API reference
Python SDK API reference
Every class, function, and option in the Python SDK.