Metadata-Version: 2.5
Name: tracefork-agent
Version: 0.1.0
Summary: Replay AI agent failures locally and turn them into regression tests.
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.7
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Provides-Extra: httpx
Requires-Dist: httpx>=0.27; extra == 'httpx'
Provides-Extra: openai
Requires-Dist: openai>=1.40; extra == 'openai'
Description-Content-Type: text/markdown

# tracefork-core

Framework-independent core engine for TraceFork: trace domain models, the
recording engine, the boundary abstraction, canonicalization and matching, and
the hermetic replay engine.

This package must never depend on an agent framework. Framework support lives
in adapter packages (`tracefork-openai`, `tracefork-langgraph`, ...).
