fb9cc21c9a
Agent hub dashboard, FastAPI backend, and Docker stack for VM 304 MCP. Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
648 B
Markdown
29 lines
648 B
Markdown
# ATC Command Center
|
|
|
|
Autonomous agent hub for the Dell ATC lab — Ops Floor UI, FastAPI backend, 5 operator agents.
|
|
|
|
## Quick start
|
|
|
|
```bash
|
|
docker compose up -d --build
|
|
```
|
|
|
|
Open: **http://atc-mcp.dell-atc.lan/** (or `http://10.0.21.33/`)
|
|
|
|
## Stack
|
|
|
|
- **ui** — React dashboard + operator sprites (cap + headset)
|
|
- **api** — FastAPI (status, feed, prompts, WebSocket)
|
|
- **redis** — live event bus
|
|
- **caddy** — reverse proxy (:80)
|
|
|
|
## VM 304 (MCP)
|
|
|
|
- Host: `atc-mcp.dell-atc.lan` → DHCP on VLAN 20 (`br_20`)
|
|
- Proxmox VMID **304** on **atc-gpu**
|
|
- SSH: `root` / `Dell2026!`
|
|
|
|
## Gitea
|
|
|
|
`http://atc-mgt01.dell-atc.lan:3001/mo/atc-agents`
|