Lightweight Python SDK for Agent Observability Tracing — instruments multi-agent AI workflows
Project description
Agent Trace SDK
Lightweight Python SDK for the Agent Observability Tracing Platform.
Installation
pip install agent-trace-sdk
Quick Start
from agent_trace import trace_agent, configure
configure(
api_endpoint="http://localhost:8000",
api_key="YOUR_API_KEY",
project_id="YOUR_PROJECT_SLUG",
)
@trace_agent()
def my_agent(query):
return f"Response to: {query}"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_obs_sdk-0.1.0.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_obs_sdk-0.1.0.tar.gz.
File metadata
- Download URL: agent_obs_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d5478c3b703f2c5248df22db2ffd6a822a1deafae24bcc3c5c57daa750def09
|
|
| MD5 |
f0af456b8e71208369b98422bd34e9f4
|
|
| BLAKE2b-256 |
3fda97ebbe2df53c91420e857d4ee97587fb450fcd074e1745f78122206f6162
|
File details
Details for the file agent_obs_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_obs_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
211088933d7440db2c17f6befbb94719dc29a295150e4ba62d53c71d36975e28
|
|
| MD5 |
d96bea44474d77422c73ace54b3cfcc9
|
|
| BLAKE2b-256 |
bc0b5a49e69a7f901b931407cefccdd31fddb85373c4bc52354f2d3c27265209
|