awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

343 个仓库

Awesome GitHub RepositoriesLanguage Model Orchestration

Systems and frameworks that coordinate complex interactions between language models, external tools, and data sources.

Explore 343 awesome GitHub repositories matching artificial intelligence & ml · Language Model Orchestration. Refine with filters or upvote what's useful.

Awesome Language Model Orchestration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openclaw/openclawopenclaw 的头像

    openclaw/openclaw

    380,031在 GitHub 上查看↗

    Openclaw 是一个用于管理智能体(Agent)执行环境的平台,提供控制智能体生命周期、会话状态和工作区持久化的基础设施。它具有一个处理模型循环、工具调用和流式事件的中心化网关,同时支持多智能体路由和持久化内存管理。该系统旨在规范工具执行签名,并为跨提供商兼容性提供标准化接口。 该平台包括广泛的开发者工具,例如用于工作区管理的命令行界面、诊断日志记录以及允许注册自定义工具和功能的插件架构。它通过事件驱动的钩子、任务调度和与外部服务的集成来支持自动化工作流。安全性通过执行策略、凭据可移植性和智能体操作的审批工作流进行管理。 部署通过自动化基础设施安装程序和容器化网关助手提供支持,并内置了用于备份和配置管理的实用程序。该系统为编排多步工作流提供了结构化格式,并包括用于浏览器自动化和结构化代码补丁的专用工具。

    Connects command-line backends to external tool configurations through a unified management interface.

    TypeScriptaiassistantcrustacean
    在 GitHub 上查看↗380,031
  • affaan-m/eccaffaan-m 的头像

    affaan-m/ECC

    221,981在 GitHub 上查看↗

    ECC 是一个 LLM 智能体编排框架和跨平台 AI 工具套件,旨在协调多模型工作流。它提供了一个用于管理专业智能体角色、可复用技能和结构化规划的系统,以在不同的 AI 驱动代码编辑器中执行复杂的软件开发任务。 该项目作为模型上下文协议(Model Context Protocol)管理器脱颖而出,提供了一个配置层来集成外部服务器并审计工具执行。它进一步实现了一个智能体安全沙箱,限制敏感文件访问并扫描密钥泄露,以保护自主工作流。 该框架涵盖了广泛的能力领域,包括带有测试驱动开发护栏的 AI 编码工作流自动化、通过智能路由实现模型成本优化以及状态隔离的内存管理。它还包括用于强制执行特定语言编码标准和管理跨各种集成开发环境的智能体行为的工具。 该系统通过命令行界面进行管理,该界面处理工具安装、配置修复和工具预设的部署。

    Implements settings and filtering mechanisms for managing access to tools provided by MCP servers.

    JavaScript
    在 GitHub 上查看↗221,981
  • n8n-io/n8nn8n-io 的头像

    n8n-io/n8n

    192,772在 GitHub 上查看↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, looping, and sub-workflow execution. The platform supports both pre-built integration nodes and custom code execution in JavaScript or Python, enabling connectivity with a wide range of external services and APIs. The platform includes a suite of generative AI capabilities, such a

    Facilitates agentic retrieval by enabling direct queries against vector databases to provide context-aware responses.

    TypeScriptaiapisautomation
    在 GitHub 上查看↗192,772
  • significant-gravitas/auto-gptSignificant-Gravitas 的头像

    Significant-Gravitas/Auto-GPT

    184,987在 GitHub 上查看↗

    Auto-GPT is an autonomous agent framework that uses large language models to decompose complex goals and execute multi-step tasks without human intervention. It functions as a workflow automation tool that chains language model tasks and manages memory to achieve specific objectives. The project features a visual agent designer that allows users to define behaviors and goals by connecting functional blocks through a graphical interface. It employs a vector database memory system to recall information across different sessions and a sliding-window buffer for immediate short-term context. The

    Uses vector embeddings in a memory system to recall relevant information across different sessions.

    Python
    在 GitHub 上查看↗184,987
  • anomalyco/opencodeanomalyco 的头像

    anomalyco/opencode

    175,152在 GitHub 上查看↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive command-line interface for managing these workflows, configuring agent behavior, and defining custom tools or commands through metadata-rich files. The platform features a modular plugin system and extensive integration support, including standardized protocols for connecting local

    Selects the optimal model for a task by evaluating a hierarchy of command-line flags, configuration files, and historical usage.

    TypeScript
    在 GitHub 上查看↗175,152
  • jmorganca/ollamajmorganca 的头像

    jmorganca/ollama

    174,350在 GitHub 上查看↗

    Ollama is a cross-platform runtime for managing, serving, and executing large language models on local hardware. It functions as a model manager and orchestrator that allows for the downloading, updating, and organization of model weights and configurations to ensure private and offline inference. The system provides a local inference API and a RESTful interface for programmatic model lifecycle management and text generation. It utilizes a compiled C++ backend to handle tensor operations and memory management. To support various hardware configurations, the runtime employs dynamic GPU offloa

    Coordinates the running and management of various large language models on local hardware.

    Go
    在 GitHub 上查看↗174,350
  • huggingface/transformershuggingface 的头像

    huggingface/transformers

    161,630在 GitHub 上查看↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Supports advanced architectural features like group query attention and rotary positional embeddings for specialized model families.

    Pythonaudiodeep-learningdeepseek
    在 GitHub 上查看↗161,630
  • langchain-ai/langchainlangchain-ai 的头像

    langchain-ai/langchain

    139,458在 GitHub 上查看↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Exposes unified interfaces for initializing and interacting with various chat-based language models.

    Pythonagentsaiai-agents
    在 GitHub 上查看↗139,458
  • anthropics/claude-codeanthropics 的头像

    anthropics/claude-code

    132,728在 GitHub 上查看↗

    Anthropic's terminal-native AI coding agent.

    Tracks conversation history and project metadata dynamically to preserve context during extended, multi-turn development sessions.

    Pythonaiclideveloper-tools
    在 GitHub 上查看↗132,728
  • shubhamsaboo/awesome-llm-appsShubhamsaboo 的头像

    Shubhamsaboo/awesome-llm-apps

    114,725在 GitHub 上查看↗

    This repository serves as a comprehensive collection of resources, templates, and starter code for building artificial intelligence applications. It provides a centralized hub for developers to access practical implementations of common workflows, including retrieval-augmented generation pipelines and autonomous agent loops, alongside educational materials designed to support rapid prototyping and experimentation. The project distinguishes itself by offering a dual focus on technical implementation and critical analysis. It provides a library of lightweight, single-file agents and tutorials f

    Integrated starter code enables the rapid deployment of pipelines that ground model outputs in external data sources.

    Pythonagentsllmspython
    在 GitHub 上查看↗114,725
  • ant-design/ant-designant-design 的头像

    ant-design/ant-design

    98,362在 GitHub 上查看↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    Connects language models to external documentation and API references through an open, tool-aware interaction protocol.

    TypeScriptant-designantddesign-systems
    在 GitHub 上查看↗98,362
  • punkpeye/awesome-mcp-serverspunkpeye 的头像

    punkpeye/awesome-mcp-servers

    89,264在 GitHub 上查看↗

    This project serves as a centralized directory and interoperability hub for the Model Context Protocol, providing a curated collection of standardized service connectors that bridge artificial intelligence models with external software, databases, and APIs. It facilitates the integration of AI agents with diverse ecosystems by offering a registry of machine-readable interface definitions that enable dynamic tool discovery and structured context injection. The directory distinguishes itself by focusing on the protocol-based interoperability required for autonomous AI agents to interact with he

    Organizes a curated collection of service configurations to manage tool access and interoperability between hosts and servers.

    aimcp
    在 GitHub 上查看↗89,264
  • chatgptnextweb/nextchatChatGPTNextWeb 的头像

    ChatGPTNextWeb/NextChat

    88,256在 GitHub 上查看↗

    NextChat is a self-hosted web application that provides a unified interface for interacting with multiple large language models. It functions as a conversational platform where users can manage and switch between diverse AI providers through configurable API backends, maintaining full control over their data and infrastructure. The platform features a persistent session layer designed to handle long-running dialogues by managing message history and context. It distinguishes itself through a structured prompt engineering environment that allows for the development and application of templates

    Standardizes communication by routing requests through a single interface capable of switching between diverse language model backends.

    TypeScriptcalclaudechatgptclaude
    在 GitHub 上查看↗88,256
  • infiniflow/ragflowinfiniflow 的头像

    infiniflow/ragflow

    82,922在 GitHub 上查看↗

    This project is a comprehensive retrieval-augmented generation platform designed for building, managing, and deploying knowledge-based AI applications. It provides a unified environment for organizing datasets, configuring conversational chat assistants, and developing autonomous agents that execute multi-step reasoning workflows. By integrating document intelligence with advanced retrieval pipelines, the platform enables the creation of grounded, verifiable responses supported by traceable citations. The platform distinguishes itself through deep document understanding and sophisticated know

    Coordinates multi-stage recall, re-ranking, and citation-based generation to produce grounded, verifiable responses from indexed datasets.

    Pythonagentagenticagentic-ai
    在 GitHub 上查看↗82,922
  • fighting41love/funnlpfighting41love 的头像

    fighting41love/funNLP

    81,299在 GitHub 上查看↗

    This project is a community-driven knowledge base and curated repository focused on natural language processing and large language model development. It serves as a centralized index for high-quality tools, libraries, and research materials, organizing technical resources into structured, version-controlled documentation to assist developers in navigating the evolving artificial intelligence ecosystem. The repository distinguishes itself by acting as an aggregator for AI model evaluation and benchmarking. It provides access to tools that enable the simultaneous comparison of multiple conversa

    Acts as a centralized hub for research, models, and implementation resources focused on advancing language-based artificial intelligence.

    Python
    在 GitHub 上查看↗81,299
  • mlabonne/llm-coursemlabonne 的头像

    mlabonne/llm-course

    80,178在 GitHub 上查看↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Serves as a comprehensive educational resource regarding the lifecycle and application of large language models.

    courselarge-language-modelsllm
    在 GitHub 上查看↗80,178
  • lobehub/lobehublobehub 的头像

    lobehub/lobehub

    78,736在 GitHub 上查看↗

    LobeHub is a comprehensive multi-agent orchestration platform designed for building, configuring, and deploying specialized AI agents. It provides a unified chat-based gateway that allows users to manage autonomous agent teams across web, desktop, and mobile environments. By utilizing a framework that supports persistent memory and granular tool integration, the platform enables the execution of complex, multi-step workflows and domain-specific tasks. The platform distinguishes itself through an interactive artifact renderer that injects dynamic, visual UI elements directly into the chat stre

    Leverages semantic embeddings to store and retrieve conversational context, ensuring long-term memory for agents.

    TypeScriptagentagent-collaborationagent-harness
    在 GitHub 上查看↗78,736
  • nomic-ai/gpt4allnomic-ai 的头像

    nomic-ai/gpt4all

    77,375在 GitHub 上查看↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a comprehensive ecosystem for managing the entire model lifecycle, including discovery, downloading, and configuration of local weights. What distinguishes the platform is its integrated retrieval-augmented generation engine, which allows users to index local documents into semantic vect

    Processes local files into searchable knowledge bases to ground model responses in private, context-aware data.

    C++ai-chatllm-inference
    在 GitHub 上查看↗77,375
  • openhands/openhandsOpenHands 的头像

    OpenHands/OpenHands

    77,330在 GitHub 上查看↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It

    Tracks message exchange, execution control, and conversation state across both local and remote interaction implementations.

    Pythonagentartificial-intelligencechatgpt
    在 GitHub 上查看↗77,330
  • redis/redisredis 的头像

    redis/redis

    74,906在 GitHub 上查看↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid

    Provides semantically relevant context for language models by acting as a high-performance vector retrieval engine.

    Ccachecachingdatabase
    在 GitHub 上查看↗74,906
上一个123456…18下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Language Model Orchestration

探索子标签

  • AI Content GuardingMechanisms for filtering sensitive data and harmful content in AI model inputs and outputs.
  • AI Memory Systems3 个子标签Storage architectures and retrieval systems that provide AI models with short-term or long-term access to contextual information.
  • AI Workflow Patterns1 个子标签Standardized structural approaches for chaining, routing, or parallelizing LLM interactions to solve complex tasks.
  • Artificial Intelligence Knowledge Bases2 个子标签Structured repositories designed to store and organize information for use by natural language processing systems.
  • Conversation Management7 个子标签Tools for tracking, organizing, and maintaining the state and history of multi-turn language model interactions.
  • Generation Flow Orchestrators1 个子标签Coordinates complex sequences of model calls and conditional logic using domain-specific languages. **Distinct from Language Model Orchestration:** Focuses on DSL-based orchestration of generation flows, distinct from general model orchestration.
  • Knowledge Graph Engineering2 个子标签Tools and processes for building, maintaining, and modifying graph-based data structures that represent complex relationships.
  • Language Model Interaction Patterns5 个子标签Standardized methods and structural patterns for communicating with and executing tasks via language models.
  • Large Language Models8 个子标签Pre-trained language models and tokenizers initialized using standardized presets for various natural language processing tasks.
  • MCP Server Configurations16 个子标签Settings and filtering mechanisms for managing access to tools provided by MCP servers.
  • Multi-Agent SystemsSystems designed to coordinate teams of specialized autonomous agents that collaborate to solve complex tasks.
  • Prompt Engineering ToolkitsFrameworks and utilities for designing, testing, and refining natural language prompts for large language models.
  • Retrieval Augmented Generation9 个子标签Systems that ground language model responses in external data sources by processing and indexing information for context-aware retrieval.
  • Visual Pipeline OrchestrationCoordination of disparate visual and textual models through logic paths to solve complex image processing tasks. **Distinct from Language Model Orchestration:** Distinct from general language model orchestration: focuses on sequencing visual models and image processing workflows rather than just text-based reasoning.