Trace a LangGraph agent onto the Agenttic OTel-GenAI bus (public callbacks only).
Project description
agenttic-langgraph
Trace a LangGraph agent onto the Agenttic OTel-GenAI bus using public LangChain callbacks only — no monkey-patching, no private internals.
from agenttic_langgraph import trace
graph = trace(compiled_graph, agent_id="support-bot",
endpoint="https://agenttic.internal")
result = graph.invoke({"messages": [...]}) # behaviour-identical; spans emitted
Or let Agenttic auto-detect the framework for you:
from agenttic import trace # pip install agenttic[langgraph]
graph = trace(compiled_graph) # 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_langgraph-1.0.0.tar.gz.
File metadata
- Download URL: agenttic_langgraph-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8a63f6708df12454b09474092aa13d003d864aab5b61c235c2dc65f36078b4
|
|
| MD5 |
cd34f7bd0a2711b2e98534fa88cd34b6
|
|
| BLAKE2b-256 |
630e87062faa90e3d733c050f93a4e1c354a077d2eed918fed42f51c613ecd54
|
File details
Details for the file agenttic_langgraph-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agenttic_langgraph-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
af933f0ae6c826296067795320868e1e8ca1d8e3ca850f808aaed022b681d128
|
|
| MD5 |
9f51e1ec52983b5aedd0412cc2ef2649
|
|
| BLAKE2b-256 |
e016cea36118e4c989cd6b86cc792a97da896716968ece64259ef0eccb9476fa
|