Trace an OpenAI Agents SDK agent onto the Agenttic OTel-GenAI bus (public RunHooks only).
Project description
agenttic-openai-agents
Trace an OpenAI Agents SDK
agent onto the Agenttic OTel-GenAI bus using the SDK's public RunHooks
lifecycle only — no monkey-patching, no private internals.
from agenttic_openai_agents import trace
agent = trace(my_agent, agent_id="triage", endpoint="https://agenttic.internal")
result = await agent.run("hello") # behaviour-identical; spans emitted
Or let Agenttic auto-detect the framework for you:
from agenttic import trace # pip install agenttic[openai]
agent = trace(my_agent) # dispatches here automatically
trace returns a transparent wrapper: it only observes (Hard Rule 38 —
behaviour-identical), and the optional enforce= argument routes tool calls
through the Agenttic gateway at the ramp's non-blocking default posture. The span
builder lives in the agenttic distribution; this package is a thin adapter.
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
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 agenttic_openai_agents-1.0.0.tar.gz.
File metadata
- Download URL: agenttic_openai_agents-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4effe360e0733b8983686f9911b7dce4bdc9ca6777bd227e49709428bd906314
|
|
| MD5 |
8322c8e4c4678600a9bbff85fd705c34
|
|
| BLAKE2b-256 |
0c1a45388e5bcc25a8c4b43792eb5c56f559bfb54b46e925aa56a77bfcefbc71
|
File details
Details for the file agenttic_openai_agents-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agenttic_openai_agents-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce2fafdac2b8fac0a31b067af91402cc35b759c43af5463229b80fa4acbbbdad
|
|
| MD5 |
841c6b1e7c7d780d8ed804f67e98c2c8
|
|
| BLAKE2b-256 |
8ffb54f02d1aa99b58e16e5ee31fc6f9eab784fcfb325f82dd81af1b2c7c3748
|