arzule-ingest package provides everything you need to capture traces from your Python-based AI agents.
Installation
Core API
arzule_ingest.init()
Initialize the SDK with automatic instrumentation:
ArzuleRun
Context manager for manual run control:
Sinks
Sinks determine where trace events are sent:| Sink | Purpose |
|---|---|
HttpBatchSink | Send to Arzule cloud (default) |
JsonlFileSink | Write to local JSONL file |
CompositeSink | Send to multiple destinations |
