Welcome to the Aether Agent Platform. This guide will get you from git clone to a running agentic cockpit.
Aether runs on a hybrid Kubernetes cluster (Edge + Cloud). Ensure you have kubectl configured to point to your cluster.
The frontend is a Vite-powered React application that integrates Flutter assets.
cd frontend
npm install
npm run dev
The UI will be available at http://localhost:5173.
The backend is written in Go. It coordinates the agent swarm and manages the durable event log.
cd orchestrator/the-mayor
go run main.go
We don’t manually push images. We use Tekton pipelines for a hardened delivery path.
frontend-build-run or orchestrator-pipeline-run is automatically triggered.To test a new “Polecat” actor behavior:
ax-backend.CreateWorkspace tool call.gVisor).Q: Why is my UI not updating in real-time? Check if the AX MCP Server is healthy. The UI relies on an SSE stream; if the MCP server is down, the UI falls back to a static state.
Q: How do I add a new node to the cluster?
Run the setup-gvisor-node.sh script on the new node to install the runsc runtime and join the Tailscale mesh.
Q: Where are the agent snapshots stored? Substrate uses local path volume-claims on the worker nodes for sub-millisecond teleportation.