awesome-repositories.com
博客
awesome-repositories.com

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

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

3 个仓库

Awesome GitHub RepositoriesFunction Orchestrators

Modular systems that dynamically discover and execute functional units to satisfy complex requests.

Distinguishing note: Distinct from Task Planners by focusing on the dynamic discovery and execution of modular plugins rather than the planning logic.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Function Orchestrators. Refine with filters or upvote what's useful.

Awesome Function Orchestrators GitHub Repositories

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

    microsoft/semantic-kernel

    27,262在 GitHub 上查看↗

    Semantic Kernel is an artificial intelligence orchestration framework designed to integrate large language models with existing codebases. It functions as an agentic workflow engine, providing a standardized interface that connects generative models to traditional application logic, data sources, and external tools to automate complex, multi-step business tasks. The platform distinguishes itself through a modular plugin architecture and a planner-based reasoning engine that decomposes high-level goals into executable sequences of functions. By utilizing a connector-based abstraction layer, it

    A modular system where discrete functional units are dynamically discovered and executed by a central planner to satisfy complex user requests.

    C#aiartificial-intelligencellm
    在 GitHub 上查看↗27,262
  • openai/swarmopenai 的头像

    openai/swarm

    21,640在 GitHub 上查看↗

    Swarm is a framework for building conversational systems that coordinate multi-agent workflows. It functions as an orchestration engine that manages persistent, multi-turn dialogues by routing tasks between specialized agents and executing local functions. The system is designed to handle complex, multi-step processes by maintaining shared state and context across agent interactions. The framework distinguishes itself through its approach to dynamic task delegation and execution control. It enables agents to hand off tasks to one another by returning agent objects, allowing for modular, domai

    Resolves structured function calls returned by agents to execute local code within the conversation loop.

    Python
    在 GitHub 上查看↗21,640
  • qwenlm/qwen-agentQwenLM 的头像

    QwenLM/Qwen-Agent

    13,322在 GitHub 上查看↗

    Qwen-Agent is a development framework for building autonomous software applications that leverage large language models to plan, reason, and execute complex tasks. It functions as an orchestration engine that enables models to interact with external APIs, manage persistent memory, and maintain context across multi-step workflows. The framework distinguishes itself through a multi-agent collaboration platform that allows independent agent instances to exchange structured messages and delegate sub-tasks to one another. By utilizing iterative reasoning loops and dynamic prompt injection, the sys

    Maps natural language requests to executable function schemas for external API interaction.

    Python
    在 GitHub 上查看↗13,322
  1. Home
  2. Artificial Intelligence & ML
  3. Function Orchestrators