| .junie/memory | ||
| docs | ||
| hosts | ||
| webui | ||
| .gitignore | ||
| deploy.sh | ||
| docker-compose.yml | ||
| README.md | ||
Agent System
Distributed multi-agent runtime for the homelab environment.
Components
- orchestrator
- node-agent
- monitor-agent
- webui
- redis event bus
Architecture
The system operates as a lightweight distributed orchestration layer across homelab nodes connected via Tailscale.
SATURN:
- development
- orchestration
- source of truth
SOLARIA:
- compute workloads
- GPU tasks
- inference
PIHA:
- infrastructure services
- Forgejo
- MQTT
- automation
VPS:
- public ingress
- edge services
Development Flow
- Develop on SATURN
- Commit and push to Forgejo
- Execution nodes pull updates
- Containers redeploy via docker compose
Runtime
Current runtime stack:
- Redis
- Orchestrator
- WebUI
- Monitor Agents
- Node Agents