|
|
před 3 týdny | |
|---|---|---|
| scripts | před 3 týdny | |
| src | před 3 týdny | |
| tests | před 3 týdny | |
| .env.example | před 3 týdny | |
| .gitignore | před 3 týdny | |
| DB_SCHEME.md | před 3 týdny | |
| HERMES_CONCERNS.md | před 3 týdny | |
| HERMES_CYCLE.md | před 3 týdny | |
| PROJECT.md | před 3 týdny | |
| README.md | před 3 týdny | |
| TRADER_COMPATIBILITY_NOTE.md | před 3 týdny | |
| hermes.md | před 3 týdny | |
| hermes_and_strategies.md | před 3 týdny | |
| killserver.sh | před 3 týdny | |
| pyproject.toml | před 3 týdny | |
| requirements.txt | před 3 týdny | |
| restart.sh | před 3 týdny | |
| run.sh | před 3 týdny | |
| tests.sh | před 3 týdny |
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