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