AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances. The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations
Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist
OptiLLM is an AI reasoning and optimization framework that functions as an API proxy to enhance the response quality of large language models. It intercepts requests to apply inference-time reasoning logic and output refinement before returning results to the client. The project distinguishes itself through a combination of inference-time search trees for logical verification and an anonymization pipeline that removes personally identifiable information from prompts. It further extends model capabilities by orchestrating external tools, including real-time code execution and autonomous web re
Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project
OptiLLM 是一个推理代理和网关路由器,根据成本、性能和提供商健康状况将提示词定向到特定的语言模型。它作为一个中间件层,旨在通过智能路由、负载均衡和上下文管理来优化请求。
codelion/optillm 的主要功能包括:Cost-Quality Model Routing, Model Routing Gateways, Agentic Reasoning Loops, Model Request Routing, LLM Tooling Integrations, External Tool Integrations, Reasoning Optimizations, LLM Gateways。
codelion/optillm 的开源替代品包括: agiresearch/aios — AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI… algorithmicsuperintelligence/optillm — OptiLLM is an AI reasoning and optimization framework that functions as an API proxy to enhance the response quality… jetbrains/koog — Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a… lm-sys/routellm — RouteLLM is a routing framework and traffic manager designed to direct prompts between high-capability and low-cost… macpaw/openai — This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native…