replica-omnisciente/.aurelio/swarm
AI Agent 93adf346bf refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target
- Delete jules MCP server code and configs
- Update swarm agent/dashboard/deploy scripts to CT 208 ports
- Point .aurelio/sync.py brain target to CT 208
2026-06-22 20:32:12 +01:00
..
agents refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
dashboard refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
results chore: flatten history and absorb submodules into monolith 2026-05-05 17:10:43 +01:00
deploy-agents.sh refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
deploy-specialized-agents.sh refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
deploy.sh refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
orchestrator.py refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
README.md refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00
test-hil-analysis.py refactor: remove Google Jules assets, migrate swarm to CT 208, update brain sync target 2026-06-22 20:32:12 +01:00

Kimi Agent Swarm - Complete Infrastructure

Production-ready multi-agent orchestration system for savearth IoT.

Quick Start

Access the Dashboard

http://192.168.0.125:18085

Run a Swarm Analysis

/swarm analyze hil failures from last 24h

Service Registry

Service Container Endpoint Purpose
Orchestrator CT 208 192.168.0.125:18082 Task distribution, aggregation
Firmware Analyzer CT 201 192.168.0.212:8080 Device/telemetry analysis
Infra Analyzer CT 201 192.168.0.212:8081 AWS/infrastructure analysis
Log Processor CT 208 192.168.0.125:18083 Log parsing, pattern extraction
Report Synthesizer CT 208 192.168.0.125:18084 Result synthesis, reporting
Dashboard CT 208 192.168.0.125:18085 Web UI, monitoring
Regression Detector CT 208 192.168.0.125:18086 Regression detection
OTA Validator CT 208 192.168.0.125:18087 OTA validation

Total Infrastructure

  • 8 MCP agents across 2 Proxmox containers
  • 40+ tools available
  • Parallel execution with 3-4x speedup
  • Real-time dashboard with auto-refresh

All 4 Next Steps Completed

  1. Log Processor Agent (18083)
  2. Report Synthesizer Agent (18084)
  3. Web Dashboard (18085)
  4. Specialized Agents: Regression Detector (18086), OTA Validator (18087)