From fb601515a00e9a08356740d00a61c37bd0502fe4 Mon Sep 17 00:00:00 2001 From: Sitanshu Kumar Date: Thu, 28 May 2026 00:12:54 +0530 Subject: [PATCH] Update README.md Adding SynaptoRoute, an open-source local semantic routing engine designed to replace slow LLM API routing calls in agentic systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f83de0ba0e..63dfa5cea7 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [promptise](https://github.com/promptise-com/foundry) - A framework for building end-to-end production-ready agentic systems, scalable & secure MCP's and autonomous agents. - [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas. - [TradingAgents](https://github.com/TauricResearch/TradingAgents) - A multi-agents LLM financial trading framework. + - [synaptoroute](https://github.com/sitanshukr08/SynaptoRoute) - A local semantic routing engine designed to replace slow LLM API routing calls. - Data Layer - [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic. - [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application.