Metadata-Version: 2.4
Name: traccia-sdk
Version: 0.3.0
Summary: Official OpenBase Developer SDK - add verifiable execution, replay, and evidence to any AI agent
Home-page: https://github.com/d87skg/traccia
Author: OpenBase Project
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

﻿# Traccia — the crash dump for AI agents

Debug, replay, and reproduce any agent failure. Like HAR files for the browser, but for autonomous agents.

## Install
```bash
pip install traccia-sdk
Quick Start
bash
traccia intercept -- python your_agent.py
traccia export failure.evidence
traccia replay failure.evidence
traccia diagnose failure.evidence
Commands
CommandWhat it does
traccia interceptCapture agent execution
traccia exportExport crash dump (.evidence bundle)
traccia replayReproduce the failure
traccia diagnoseFind root cause
traccia verifyCheck evidence integrity
traccia certifyGet OpenBase Certified badge
Framework Support
LangChain · CrewAI · AutoGen · OpenAI SDK · Claude Code · OpenHands · LangGraph

Links
GitHub: https://github.com/d87skg/traccia

PyPI: https://pypi.org/project/traccia-sdk/

Paper: https://github.com/d87skg/traccia/releases/tag/v1.0.0

License
Apache 2.0
