|
|
vor 3 Wochen | |
|---|---|---|
| scripts | vor 3 Wochen | |
| src | vor 3 Wochen | |
| tests | vor 3 Wochen | |
| .env.example | vor 3 Wochen | |
| .gitignore | vor 3 Wochen | |
| DB_SCHEME.md | vor 3 Wochen | |
| HERMES_CONCERNS.md | vor 3 Wochen | |
| HERMES_CYCLE.md | vor 3 Wochen | |
| PROJECT.md | vor 3 Wochen | |
| README.md | vor 3 Wochen | |
| RELEASE_NOTES.md | vor 3 Wochen | |
| TRADER_COMPATIBILITY_NOTE.md | vor 3 Wochen | |
| hermes.md | vor 4 Wochen | |
| hermes_and_strategies.md | vor 4 Wochen | |
| killserver.sh | vor 3 Wochen | |
| pyproject.toml | vor 3 Wochen | |
| requirements.txt | vor 3 Wochen | |
| restart.sh | vor 3 Wochen | |
| run.sh | vor 3 Wochen | |
| tests.sh | vor 3 Wochen |
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