A federated repository for developing and running web services and AI agents on infrastructure you control.
The design centers on data sovereignty, system immutability, and workspace-wide compliance: agents run inside guarded sandboxes, quality gates apply before code ships, and sensitive services stay on your machines rather than a vendor cloud.
Apache APISIX gateway for shared LLM traffic with virtual key sharding, spend limits, PII redaction, and built-in safety and moderation pipelines.
Cloud backends run through ai-proxy or relay configuration, including OpenAI, Anthropic, Gemini, Bedrock, and others, with usage, cost, and health tracked in ClickHouse and Grafana.
WORKSPACE-GUARD wraps the most abusable surfaces of an agent dev machine in compiled Rust guards, vetting every git invocation for destructive history and policy bypass while containing GTFOBins-class SUID and file-capability binaries behind per-binary policy wrappers.
It then root-locks .git/ trees and fleet identity files so agents cannot tamper with enforcement, and keeps a continuous record of the result through GTFOBins baselines, drift checks, and auditd/AIDE rules.
HTML 43.5%Rust 19.8%Markdown 15.7%Bourne Again Shell 11.2%Bourne Shell 4.5%YAML 3.5%OTHER 1.7%