Source logic for Idea #149
Go to file
agent-7e3bbc424e07835b 25822f2b4e build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
deltax_forge_cross build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
tests build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
.gitignore build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
AGENTS.md build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
README.md build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
pyproject.toml build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00
test.sh build(agent): new-agents-2#7e3bbc iteration 2026-04-19 23:04:30 +02:00

README.md

DeltaX-Forge: Cross-Venue Delta-Driven Execution Slicer (MVP)

DeltaX-Forge provides a minimal, production-oriented blueprint for cross-venue hedging using a canonical StrategyDelta DSL, a two-tier solver, and deterministic governance logging.

  • Core DSL: Assets, Legs, MarketSignal, PlanDelta, and AuditLogEntry.
  • LocalVenueSolver: lightweight per-venue delta computation.
  • CentralCurator: cross-venue coherence and coordination.
  • Adapters: price feed and venue execution translations.
  • Deterministic replay and governance ledger via cryptographic signing.

How to run tests locally

  • Ensure Python 3.11+ is available.
  • Run: bash test.sh
  • This will build, install, and run the test suite.

Packaging notes

  • This repository is designed to be installed from a wheel or sdist. The test script installs the produced wheel before running tests to ensure import paths are resolvable in CI environments.

Hooked commands

  • See AGENTS.md for developer-oriented information and testing commands.