Skip to main content

Deterministic execution recording and replay for AI agents

Project description

Fixtura

Deterministic execution recording and replay for AI agents — turn real agent runs into regression tests.

What this is

Fixtura watches an AI agent's tool calls (filesystem, database, API, etc.), records everything that happens through a permission-checked execution layer, and lets you replay that recording later — deterministically, without touching live systems — to debug failures or gate CI on regressions.

It's built to work with OpenEval, a deterministic (non-LLM-judge) agent evaluation engine already built and published separately. Fixtura produces the recordings; OpenEval scores them.

Why this exists

Most "agent observability" tools (Langfuse, Phoenix, Braintrust, Laminar) are built for production monitoring at scale. Fixtura's angle is narrower and more testable: recorded traces as literal test fixtures, replayable offline, usable to gate pull requests the same way unit test snapshots do. See ARCHITECTURE.md for why this is scoped the way it is, and what was deliberately cut.

Status

✅ v1.0.2 is released. See ROADMAP.md for future features like counterfactual replay (Live Branching).

OpenEval Adapter (optional, manual install required)

The OpenEval evaluation harness (Acceptance Test 4) relies on OpenEval, which is currently unpublished on PyPI. Note that the openeval namespace on PyPI is occupied by an unrelated placeholder package.

To use the OpenEval Adapter, you must manually install OpenEval via git: ash pip install git+https://github.com/yash161004/OpenEval.git@4cb6cfe362c770a7674f5b0111ff54646883709b Without this, pip install fixtura will give you the core recording, permissions, and replay capabilities, but importing ixtura.tools.openeval_adapter will raise a clear RuntimeError prompting this manual installation.

Documents in this repo

Doc Purpose
ARCHITECTURE.md System design, components, data flow
THREAT_MODEL.md Trust boundaries, what could go wrong, mitigations
ROADMAP.md Frozen v1 scope table + acceptance tests + v1.1/v2 future work
docs/TRACE_FORMAT_SPEC.md Exact schema every recording must produce
docs/COLLABORATION.md How the owner, Claude, ChatGPT, and Antigravity work together on this project

Core components

  1. Tool Execution Layer
  2. Permission Engine
  3. Execution Recorder + Sanitizer
  4. Passive Replay + Step Inspection
  5. Trace Viewer UI (minimal)
  6. OpenEval adapter (evaluation harness reuse)

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fixtura-1.0.6.tar.gz (18.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fixtura-1.0.6-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file fixtura-1.0.6.tar.gz.

File metadata

  • Download URL: fixtura-1.0.6.tar.gz
  • Upload date:
  • Size: 18.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for fixtura-1.0.6.tar.gz
Algorithm Hash digest
SHA256 8a1427c90c63e98af86c06889e91751d66d4211fbd953ad8cad541787af089f9
MD5 11e9fa8f1b5958d5c4d68cc3a863a9d0
BLAKE2b-256 261ad60356557242b85241512afae19783f2b272a45fe149d56c1ac9c8fca8b0

See more details on using hashes here.

File details

Details for the file fixtura-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: fixtura-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for fixtura-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 93363d8609d1ca6715ff0f674262fb9a1d0e250bfac1a7f67a07cfc3f9907b8f
MD5 48175d2a8cd9b4fbda6a770569378a77
BLAKE2b-256 478f95627d7e90cf68658edb69a2a82e6d0e9459c81da144ea680edfb91c83f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page