Prerequisites
- An Anam API key (get one here)
- A persona ID from Anam Lab
- The
anampackage installed (pip install anam)
Connect and stream
print calls with your own rendering logic.
Send a message
You can send text to the persona during a session:Use the event-driven API
If you prefer callbacks over async iterators:Next steps
GitHub Repository
Source code, full API reference, and examples
Cookbook: Python BYO LLM
Bring your own LLM with the Python SDK

