Active v0.1.0
Aitrace
The unified observability layer for the AI Control Plane, delivering full-fidelity tracing for AI agent reasoning, tool calls, and state transitions.
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 3734
- All-time downloads: 4944
- Maintainers: nshkrdotcom
Installation
Add aitrace to your list of dependencies in mix.exs:
def deps do
[
{:aitrace, "~> 0.1.0"}
]
endThen run:
mix deps.get