808 B
808 B
AGENTS.md
Architecture
- Python package:
deltatrace - Core modules:
event_graph.pyfor causal event DAGsreplay_engine.pyfor deterministic replayaudit_log.pyfor signed audit trailsadapters.pyfor market-data and exchange adaptersdemo.pyfor an end-to-end pipeline example
Tech Stack
- Python 3.10+
setuptoolsfor packagingcryptographyfor Ed25519 signingpytestfor test execution when available
Verification
bash test.shpython -m buildpython -m pytest tests/ -v
Contribution Rules
- Keep changes minimal and focused.
- Preserve deterministic behavior in replay and tests.
- Prefer standard library code unless a dependency is clearly justified.
- Update this file when packaging, test commands, or module layout changes.