|
|
3 weeks ago | |
|---|---|---|
| scripts | 3 weeks ago | |
| src | 3 weeks ago | |
| tests | 3 weeks ago | |
| .env.example | 3 weeks ago | |
| .gitignore | 3 weeks ago | |
| DB_SCHEME.md | 3 weeks ago | |
| HERMES_CONCERNS.md | 3 weeks ago | |
| HERMES_CYCLE.md | 3 weeks ago | |
| PROJECT.md | 3 weeks ago | |
| README.md | 3 weeks ago | |
| TRADER_COMPATIBILITY_NOTE.md | 3 weeks ago | |
| hermes.md | 4 weeks ago | |
| hermes_and_strategies.md | 4 weeks ago | |
| killserver.sh | 3 weeks ago | |
| pyproject.toml | 3 weeks ago | |
| requirements.txt | 3 weeks ago | |
| restart.sh | 3 weeks ago | |
| run.sh | 3 weeks ago | |
| tests.sh | 3 weeks ago |
Hermes MCP is a FastAPI + MCP supervisor for market interpretation, strategy selection, and Trader control.
/mcp/sse/health/dashboard/report()Hermes reads Trader state via strategy snapshots and writes only through Trader's canonical action tool:
apply_control_decision(payload)Dispatch is gated locally by:
HERMES_ALLOW_ACTIONSWhen the gate is false, Hermes still makes and records decisions, but returns a blocked dispatch result instead of changing Trader state.
./run.sh 8590
./tests.sh