|
|
пре 3 недеља | |
|---|---|---|
| scripts | пре 4 недеља | |
| src | пре 3 недеља | |
| tests | пре 3 недеља | |
| .env.example | пре 3 недеља | |
| .gitignore | пре 3 недеља | |
| DB_SCHEME.md | пре 3 недеља | |
| HERMES_CONCERNS.md | пре 3 недеља | |
| HERMES_CYCLE.md | пре 3 недеља | |
| PROJECT.md | пре 4 недеља | |
| README.md | пре 3 недеља | |
| RELEASE_NOTES.md | пре 3 недеља | |
| TRADER_COMPATIBILITY_NOTE.md | пре 3 недеља | |
| hermes.md | пре 4 недеља | |
| hermes_and_strategies.md | пре 4 недеља | |
| killserver.sh | пре 4 недеља | |
| pyproject.toml | пре 3 недеља | |
| requirements.txt | пре 4 недеља | |
| restart.sh | пре 4 недеља | |
| run.sh | пре 4 недеља | |
| tests.sh | пре 4 недеља |
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