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-obs-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.1.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.1.tar.gz.
File metadata
- Download URL: agent_obs_sdk-0.1.1.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 |
b0868b82cc9e57c8fb2f095a0a87165ce44db94994518179f096993ff4e63aaa
|
|
| MD5 |
805fb411718ecdd85abecf130e749e7a
|
|
| BLAKE2b-256 |
5d6fb0f8b143a55451d0bb4646fc50044e6bcf7f286071c4fd4c820c14b7d968
|
File details
Details for the file agent_obs_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: agent_obs_sdk-0.1.1-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 |
609c15fc29cc4fca357e9e2dddcce413fab94aa8e612a38d3cd758dfd4f3cc35
|
|
| MD5 |
322e9f9309e9248ef7c8880af45a8a45
|
|
| BLAKE2b-256 |
7f8a5f563b5526b74a19be26eb666e27727ba424119cf62f3ee4543a29153287
|