Skip to content

msup96/AetherOS-Smart-Stadium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title Aetherstadiumos
emoji 🏟️
colorFrom blue
colorTo indigo
sdk docker
pinned false

AetherOS - Multi-Agent Smart Stadium Orchestration System

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.

Project Structure

  • 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 from CrowdAgent down to VoxAgent.
  • index.html: Interactive, glassmorphic dashboard showcasing real-time metrics, system logs, and a visual flowchart of the multi-agent cascade.

Setup and Running

  1. Start the Dashboard & Console Simulation: Navigate to the project directory and run:

    python main.py
  2. Access the Dashboard: Once run, main.py starts a local server and will automatically open your web browser to: http://localhost:8000

  3. 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.

image image image image image image

About

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors