Initial commit: Agent Command Center dashboard + weather briefing agent

This commit is contained in:
2026-04-13 01:06:42 +00:00
commit c86eb9ccc5
8 changed files with 857 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
dashboard:
build: ./dashboard
container_name: agent-dashboard
ports:
- "8550:8550"
volumes:
- ./data:/app/data
environment:
- DB_PATH=/app/data/agents.db
restart: unless-stopped