Log your Python agent’s data to the Synth platform
Grab the latest stable release from PyPI
Or using uv (recommended for faster installation):
The Synth SDK automatically logs all interactions between your agent and AI models:
@trace_event_sync
- Tracks synchronous function execution@trace_event_async
- Tracks asynchronous function executionLog your Python agent’s data to the Synth platform
Grab the latest stable release from PyPI
Or using uv (recommended for faster installation):
The Synth SDK automatically logs all interactions between your agent and AI models:
@trace_event_sync
- Tracks synchronous function execution@trace_event_async
- Tracks asynchronous function execution