# Traccia – a crash dump for AI agents

> Source: <https://github.com/d87skg/traccia>
> Published: 2026-07-22 12:35:42+00:00

⚠️ This is NOT the observability platform at[traccia.ai].

Traccia SDK is theExecution Evidence Layerfor AI agents — making autonomous agent behavior provable, reproducible, and auditable.

Think of it as a **crash dump + flight recorder + audit receipt** for autonomous agents.

```
pip install traccia-sdk
traccia intercept -- python your_agent.py
traccia verify traccia-*.evidence
traccia diagnose traccia-*.evidence
```

Command What it does ---|--- traccia intercept Record any agent's execution traccia verify Check evidence integrity traccia diagnose Find root cause of failures traccia certify Get OpenBase Certified badge traccia guard Block dangerous actions

LangChain · CrewAI · AutoGen · OpenAI SDK · Claude Code · OpenHands · LangGraph

OpenBase Protocol Traccia is the official SDK for OpenBase — the open trust protocol for AI agents.

OpenBase = Protocol (what gets recorded) Traccia = SDK (how you record it)

GitHub: [https://github.com/d87skg/traccia](https://github.com/d87skg/traccia)

PyPI: [https://pypi.org/project/traccia-sdk/](https://pypi.org/project/traccia-sdk/)

Paper: [https://github.com/d87skg/traccia/releases/tag/v1.0.0](https://github.com/d87skg/traccia/releases/tag/v1.0.0)

Apache 2.0
