Prerequisites
Install the Tracia SDK:.env
The Python SDK uses LiteLLM under the hood. LiteLLM is included as a dependency and handles all provider communication.
OpenAI
Anthropic
Multi-Turn Conversations
Include previous messages to maintain conversation context:With Tracing Metadata
Add tags and user identifiers for filtering in the Tracia dashboard:Streaming
Enable streaming to receive responses in real-time:Async Usage
Usearun_local() for async contexts:

