v3.netdev.be

🌌 Aether Agent Platform

The Distributed Cognitive Substrate for Autonomous Engineering.

Aether Platform Visual Overview

Aether is a next-generation Internal Developer Platform (IDP) where humans and AI agents collaborate to architect, provision, and operate global infrastructure. By leveraging a β€œ10x” refactored stack, Aether achieves massive scalability, strict tenant isolation, OpenTelemetry/Prometheus observability, closed-loop SRE verification, and zero-loss execution recovery at the edge.


πŸ—ΊοΈ Quick Navigation


πŸ—οΈ Technical Architecture Core

Below is the live declarative flow of the Aether Cognitive Substrate, illustrating how requests stream event-driven trajectories directly from the developer portal through the Google AX single-writer durability logs into high-density gVisor sandboxes and OpenTelemetry collectors.

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#FFF205', 'primaryTextColor': '#000000', 'primaryBorderColor': '#FFD700', 'lineColor': '#FFD700', 'secondaryColor': '#FFE4B5', 'tertiaryColor': '#FFFACD'}}}%%
flowchart TD
    subgraph L1 ["Layer 1: Visual Cockpit - Backstage React Portal"]
        UI["Backstage UI & A2UI VDOM Mesh"] <--> DB["SRE Output Stream & GUI Telemetry"]
    end

    subgraph L2 ["Layer 2: Control Plane - Google AX"]
        AX["AX Single-Writer Controller"] <--> LOG[("Durable Append-Only Event Log")]
        MCP["AX MCP Server & OTel Prometheus Exporter"]
    end

    subgraph L3 ["Layer 3: Substrate - Agent Substrate & gVisor"]
        SUB["Substrate Scheduler & eBPF Enforcers"]
        subgraph Sandbox ["gVisor runsc Sandbox Boundary"]
            P1["Polecat Actor 1 (rpj)"]
            P2["Polecat Actor 2 (rpi)"]
        end
    end

    subgraph L4 ["Layer 4: Infrastructure & Tailscale Distribution Mesh"]
        KRM["Unified Declarative API / KRM"] <--> EDGE["Master Node sweetsixty6 100.92.249.20"]
    end

    %% Flows & Signals
    UI <-- "mTLS SSE / WebSockets" --> MCP
    MCP <--> AX
    AX -- "etcd Leases & State Recovery" --> SUB
    SUB -- "Instant Session Teleport < 150ms" --> Sandbox
    P1 & P2 -- "Declarative Compositions" --> KRM
    EDGE <--> GCP[("Google Cloud Platform & K3s Edge Nodes")]

    %% Nano Banana Color Theme Classes
    classDef banana fill:#FFF205,stroke:#D4AF37,stroke-width:2px,color:#000000;
    classDef peel fill:#FFE135,stroke:#C2B280,stroke-width:2px,color:#000000;
    classDef soft fill:#FFFDD0,stroke:#EEDC82,stroke-width:1.5px,color:#000000;
    classDef steel fill:#1E293B,stroke:#334155,stroke-width:1px,color:#FFFFFF;

    class UI,DB banana;
    class AX,MCP,LOG peel;
    class SUB,P1,P2,Sandbox soft;
    class KRM,EDGE,GCP steel;

πŸ—οΈ The Core Feature Matrix

Feature Module Technology Stack Key Capability & SLA
SRE Output Stream Gemini 3.5 Pro ADK $\cdot$ W3C Trace Real-time action plan logging, multi-turn follow-ups & 1-click JSON export
GUI Action Telemetry sreAgentStore.recordGuiAction() Bi-directional streaming of catalog deploys & eBPF anomaly triggers to /sre-outputs
OpenTelemetry & Prometheus OTLP gRPC $\cdot$ Go Exporter $\cdot$ Grafana Live /metrics exposition route & Prometheus scraper collector integration
Security Provenance CycloneDX v1.5 $\cdot$ Trivy $\cdot$ Cosign Restored SBOM package tree, Trivy zero-vuln audits & Cosign Rekor #1849204 SLSA-3 cards
Single-View Infrastructure K3s Edge $\cdot$ Tailscale Mesh Consolidated topology visualizer mapping sweetsixty6 to worker nodes (rpi, rpj, rpk, raspberry)
Tekton Execution Stream kubectl logs $\cdot$ tkn CLI Real-time line-by-line pipeline logs (git-clone $\rightarrow$ kaniko $\rightarrow$ trivy $\rightarrow$ cosign $\rightarrow$ k3s-deploy)
Pure TypeScript Container SLA 2-Stage Node 20 Alpine Vite React Dropped Flutter compilation bottleneck, reducing Tekton container build SLA from 20min to <30s
Workstation Deployment CLI Bash scripts/build-deploy.sh Interactive agent-free CLI with step confirmations [y/N], ERR traps, and log streaming
Visual Cockpit React $\cdot$ A2UI VDOM Engine 60-FPS RFC 6902 incremental patch engine & FlatBuffer frame decodes

πŸš€ Delivery Pipeline & CLI Commands

Builds follow a hardened Tekton path executing pure TypeScript Node.js Kaniko builds (<30s SLA): Git Push $\rightarrow$ Kaniko Container Build (<30s) $\rightarrow$ Trivy PVC Cache Audit $\rightarrow$ Cosign SLSA-3 Attestation $\rightarrow$ K3s Rolling Update.

Standalone Edge Workstation CLI Usage:

# Interactive step-by-step confirmation mode:
./scripts/build-deploy.sh

# Unattended auto-approve mode:
./scripts/build-deploy.sh -y

🀝 Contributing

Aether is rooted in an open-source, engineering-first culture. We value declarative state, strong isolation boundaries, and sub-second observability.

Built with ❀️ by the Agentic Platform Team at ⚑web3.netdev.be⚑