6 Projects 3 Categories

Aegis AI Gateway

A plugin-first AI gateway framework. A small kernel plus seven contracts puts a governed, observable, provider-agnostic pipeline between your apps and any LLM. Built with FastAPI, LangGraph, and Docker.

Aegis AI Gateway

Project Overview

Aegis is the governed gateway where every safeguard is a plugin. It sits between your applications and any LLM provider and turns fragmented, ungoverned model calls into a single auditable pipeline — guardrails, PII masking, routing, budgets, and tool governance — without locking you into any one vendor or any one policy.

The v2 rewrite is built on one structural bet: the kernel knows nothing about what the pipeline does. It discovers plugins, validates typed config, resolves secrets, and compiles the request lifecycle into a LangGraph state machine. Everything with an opinion — providers, guardrails, RAG stores, secret backends, telemetry, authenticators — implements one of seven published contracts. Aegis’s own governance features ship as optional policy packs built on those same public contracts, which is the permanent proof the plugin API is complete.

Detailed documentation

Features

Tech Stack

Framework Core

Serving & Identity

Integrations

Infrastructure