idea65-edgemarketsignal-edg.../AGENTS.md

15 lines
967 B
Markdown

EDGE MARKET SIGNAL AGENTS
- This repository hosts a production-ready Python package implementing EdgeMarketSignal, an edge-native market data plane with privacy-preserving signal sharing.
- Core components:
- EdgeSignalProcessor: derives lightweight, privacy-friendly signals from market feeds.
- DeltaVectorClock and DeltaSync: deterministic delta reconciliation for offline/online connectivity.
- PrivacyBudget and AuditLog stubs: scaffolding for privacy controls and governance metadata.
- Architecture goals:
- Edge-first processing on venue data; local summarization and privacy-preserving aggregation.
- Transport-agnostic adapters in future modules (FIX/WebSocket/MQTT).
- End-to-end replayability with delta-sync and cryptographic audit trails.
- Testing:
- Basic unit tests cover signal extraction and delta-sync behavior.
- How to contribute:
- Run tests with test.sh, review AGENTS.md for architecture, and follow the non-blocking PR flow.