16 lines
669 B
Markdown
16 lines
669 B
Markdown
# ExoRoute Skeleton
|
|
|
|
This repository provides a production-oriented skeleton for the ExoRoute cross-venue routing MVP.
|
|
|
|
- Core DSL primitives (LocalProblem, SharedVariables, PlanDelta, DualVariables, PrivacyBudget, AuditLog, GraphOfContractsRegistry)
|
|
- Lightweight Graph-of-Contracts registry seed
|
|
- Minimal packaging setup to verify build and import cycles
|
|
- Basic tests to validate DSL instantiation
|
|
|
|
How to run
|
|
- Build: python -m build
|
|
- Test: ./test.sh
|
|
- Import: python -c "import exoroute; print(exoroute.__all__)" will verify exports
|
|
|
|
This is a seed for a larger interoperable ecosystem; more functionality will be added incrementally in subsequent sprint tasks.
|