v3.netdev.be

📖 Aether Agent Platform Engineering Guide & Specifications

Welcome to the definitive reference for the Aether Agent Platform. This unified guide consolidates our core platform pillars, architectural metrics, and API reference interfaces into a lean, action-oriented handbook.


🌌 Platform Vision & “10x” Architectural Refactor

Aether is a distributed cognitive substrate designed to erase the boundary between human intent and machine execution. By combining Kubernetes API declarative patterns (KRM) with Google AX event durability, gVisor container sandboxing, OpenTelemetry/Prometheus observability, and bi-directional GUI action telemetry, Aether enables autonomous multi-agent swarms to safely provision, validate, and scale production systems.

Legacy K3s Approach vs. Aether Refactored Substrate

| Metric | Legacy K3s Pod Lifecycle | Aether Cognitive Substrate | | :— | :— | :— | | Control Plane Load | High etcd write pressure (persistent polling) | $\approx 90\%$ reduction via offloaded event state consolidators | | Sandbox Isolation | Shared Linux Kernel (Namespaces/Cgroups) | User-space guest kernel intercept via gVisor (runsc) & eBPF filters | | Cold-Start Latency | Sequential Container Startup (seconds) | Instant Session Teleport ($<150\text{ms}$) memory restores | | Container Build SLA | Multi-stage Flutter compilation (~20 mins) | Pure TypeScript 2-Stage Vite build ($<30\text{s}$) | | Observability Stack | Manual log parsing | OpenTelemetry gRPC + Prometheus /metrics HUD + Cloud Trace | | Security Provenance | Unverified container tags | CycloneDX v1.5 SBOM + Trivy PVC Cache Audit + Cosign SLSA-3 | | User Experience | Intermittent Kubernetes API throttling | Sub-second Model Context Protocol (MCP) SSE streams & A2UI VDOM |


🏗️ The Four-Layer Architecture Stack

Aether Cognitive Substrate Visual Architecture

+-------------------------------------------------------------------------------+
|             LAYER 1: VISUAL AGENTIC COCKPIT (BACKSTAGE & A2UI VDOM)            |
|  Real-time developer cockpit. Employs MCP over SSE / WebSockets stream        |
|  mechanics, bi-directional GUI telemetry (sreAgentStore), and 60-FPS A2UI.    |
+---------------------------------------+---------------------------------------+
                                        | (MCP mTLS & OTel Telemetry Trajectories)
                                        v
+-------------------------------------------------------------------------------+
|             LAYER 2: DISTRIBUTED EXECUTION CONTROL PLANE (GOOGLE AX)          |
|  Single-Writer Controllers backed by etcd active lease locks. All state-      |
|  transitions are recorded inside a resilient append-only transactional log.   |
+---------------------------------------+---------------------------------------+
                                        | (Instant Actor Scheduling < 150ms)
                                        v
+-------------------------------------------------------------------------------+
|               LAYER 3: HIGH-DENSITY SANDBOX SUBSTRATE (AGENT SUBSTRATE)       |
|  gVisor sandboxed warm worker pools. Captures memory snapshots for sub-150ms  |
|  restorations. Multiplexes ephemeral actors (Polecats) to avoid pod overhead. |
+---------------------------------------+---------------------------------------+
                                        | (Kubernetes API & Tailscale Distribution Mesh)
                                        v
+-------------------------------------------------------------------------------+
|      LAYER 4: INFRASTRUCTURE CONTROL PLANE (CROSSPLANE & TAILSCALE MESH)     |
|  Single-view infrastructure mapping master sweetsixty6 (100.92.249.20) to     |
|  ARM64 worker nodes (rpj, rpi, rpk, raspberry) and multi-cloud GCP/AWS.       |
+-------------------------------------------------------------------------------+

🔌 API Reference Contracts & Observability Endpoints

Aether employs administrative REST endpoints managed by The Mayor service, paired with high-performance MCP interfaces hosted by the Google AX Server and Prometheus metrics exporters.

A. The Mayor Orchestrator & Telemetry Endpoints

Default base URL: http://localhost:8080 (ax-backend) / http://localhost:3000 (frontend)

B. Standalone Edge Workstation Build CLI (scripts/build-deploy.sh)

C. AX MCP Server (Model Context Protocol)

Exposed over mTLS WireGuard tunnels to stream trajectories directly to the visual cockpit.


🧬 Technical Stack Summary