Omni-Arb is a lightweight skeleton for a deterministic arbitrage and directional trading research platform. It demonstrates an end-to-end flow from opportunity intake through risk checks, execution and logging.
core/– trading primitivesorchestrator/– pipeline wiring modules togethernlp/– placeholders for FinGPT/FinRAG integrationsresearch/– backtesting utilitiesdeploy/– docker-compose and infra helpersconfig/– configuration filestests/– pytest test suite
After bringing up services with docker-compose up -d (see RUNBOOK.md), you can verify Prometheus and the app are healthy:
curl -s http://localhost:9090/-/healthy
curl -s http://localhost:3000/loginmake test