| title | Aetherstadiumos |
|---|---|
| emoji | 🏟️ |
| colorFrom | blue |
| colorTo | indigo |
| sdk | docker |
| pinned | false |
This project is an implementation of a multi-agent orchestration grid for a smart stadium (named Aether Stadium), built under the Google Antigravity harness guidelines.
agent.yaml: Declarative config defining the master orchestrator agent (AetherNexus) and its sub-agents (CrowdAgent,TransitAgent,GuardianAgent,VoxAgent) with tools and model configurations (gemini-3-pro).main.py: Core python agent simulation and HTTP server. Demonstrates programmatically how an environmental anomaly triggers a cascade fromCrowdAgentdown toVoxAgent.index.html: Interactive, glassmorphic dashboard showcasing real-time metrics, system logs, and a visual flowchart of the multi-agent cascade.
-
Start the Dashboard & Console Simulation: Navigate to the project directory and run:
python main.py
-
Access the Dashboard: Once run,
main.pystarts a local server and will automatically open your web browser to: http://localhost:8000 -
Trigger the Anomaly: In the console, you will see a detailed log trace of the cascade. On the web page, click ⚡ Trigger Gate Closure in the sidebar to watch the real-time visual flowchart propagate signals from agent to agent and update stadium parameters.