From 05ef608bdc89a4c1fb964edef05ab9d304417ced Mon Sep 17 00:00:00 2001 From: Saivedant Hava <88630924+saivedant169@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:15:37 -0400 Subject: [PATCH] Add AegisFlow to Artificial Intelligence (#6179) * Add AegisFlow to Artificial Intelligence * retrigger checks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7daa7394..bf3d3a7b 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ _Libraries for building actor-based programs._ _Libraries for building programs that leverage AI._ +- [AegisFlow](https://github.com/saivedant169/AegisFlow) - AI gateway for routing, securing, and monitoring LLM traffic across 10+ providers. OpenAI-compatible API, WASM policy plugins, canary rollouts, real-time dashboard. - [ai](https://github.com/joakimcarlsson/ai) - A Go toolkit for building AI agents and applications across multiple providers with unified LLM, embeddings, tool calling, and MCP integration. - [chromem-go](https://github.com/philippgille/chromem-go) - Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. - [fun](https://gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go.