From 697e0a4761dd6fbc370c7f30fd14d8da0d40e3da Mon Sep 17 00:00:00 2001 From: Michael Elliott Date: Mon, 16 Mar 2026 01:58:41 -0700 Subject: [PATCH] Add TITAN to Frameworks section TITAN is an open-source autonomous AI agent framework built in TypeScript with 149 tools, 34 LLM providers, P2P mesh networking, WebRTC voice chat, and a React dashboard. MIT licensed. https://github.com/Djtony707/TITAN --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecf32c2..bb6c48d 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Quickly build and customize agents. - [pydantic-collab](https://github.com/boazkatzir/pydantic-collab) - A multi-agent framework powered by Pydantic-AI, enabling collaboration via handoffs and consultations. Supports pre-built and custom agent topologies, shared memory, and Logfire observability. ![GitHub Repo stars](https://img.shields.io/github/stars/boazkatzir/pydantic-collab?style=social) - [alive](https://github.com/TheAuroraAI/alive) - Minimal autonomous AI agent framework in a single Python file. Production-hardened through 80+ sessions of real autonomous operation with persistent memory, adaptive wake intervals, circuit breakers, and graceful degradation. ![GitHub Repo stars](https://img.shields.io/github/stars/TheAuroraAI/alive?style=social) - [OpenAgents](https://github.com/openagents-org/openagents) - Open-source platform for building AI agent networks with multi-protocol support (WebSocket, gRPC, HTTP, MCP, A2A) and multi-agent orchestration. ![GitHub Repo stars](https://img.shields.io/github/stars/openagents-org/openagents?style=social) +- [TITAN](https://github.com/Djtony707/TITAN) - Open-source autonomous AI agent framework with 149 tools, 34 LLM providers, P2P mesh networking, WebRTC voice chat, and React dashboard. TypeScript, self-hosted, MIT licensed. ![GitHub Repo stars](https://img.shields.io/github/stars/Djtony707/TITAN?style=social) ## Benchmark/Evaluator