# Project ## Goal Scaffold Hermes as a read-mostly orchestration layer sitting above Trader, Crypto, Metals, and News. ## v1 shape - one MCP tool: `report()` - embedded dashboard on the same FastAPI port - `/health` endpoint - SQLite persistence - household scripts for run, kill, restart ## Notes - Keep the surface tiny. - Favor explainable state over hidden logic. - Make the dashboard split into overview and technical monitoring.