Traccia – a crash dump for AI agents Traccia SDK, an open-source execution evidence layer for AI agents, has been released under the Apache 2.0 license. The tool records autonomous agent behavior to make it provable, reproducible, and auditable, functioning as a crash dump, flight recorder, and audit receipt. Traccia is the official SDK for the OpenBase protocol and supports frameworks including LangChain, CrewAI, AutoGen, OpenAI SDK, Claude Code, OpenHands, and LangGraph. ⚠️ 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