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

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

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

3 个仓库

Awesome GitHub RepositoriesExecution Trace Groupers

Utilities for wrapping multiple operations into logical trace units.

Distinct from Execution Step Controllers: Distinct from execution step controllers: focuses on logical grouping of traces rather than tool execution control.

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

Awesome Execution Trace Groupers GitHub Repositories

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

    openai/openai-agents-python

    27,191在 GitHub 上查看↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Wraps multiple agent operations into a single logical trace to track complex, multi-step workflows as a unified unit.

    Pythonagentsaiframework
    在 GitHub 上查看↗27,191
  • norvig/paip-lispnorvig 的头像

    norvig/paip-lisp

    7,465在 GitHub 上查看↗

    This project is a comprehensive Lisp AI implementation library that provides reference implementations for various artificial intelligence paradigms and symbolic algorithms. It functions as a multi-purpose toolkit containing a logic programming engine, a natural language processing suite, and a symbolic mathematics toolkit. The library is distinguished by its diverse architectural frameworks, including a Prolog-style execution engine that uses unification and goal-driven backtracking, and a system for simulating human decision-making through expert system shells and certainty factors. It also

    Returns a structured list of executed actions used to reach a goal instead of simple console output.

    Common Lisp
    在 GitHub 上查看↗7,465
  • senecajs/senecasenecajs 的头像

    senecajs/seneca

    3,959在 GitHub 上查看↗

    Seneca 是一个用于 Node.js 的消息驱动架构框架和微服务工具包。它作为分布式任务编排器和基于模式的消息路由器运行,允许开发人员构建通过消息总线通信的解耦服务系统。 该框架通过将业务逻辑组织为可重用、可配置模块的模块化插件系统而脱颖而出。它支持动态操作扩展,使新的处理程序能够包装或覆盖现有的操作模式,从而在不修改原始代码的情况下注入自定义逻辑。 该系统涵盖了广泛的功能,包括分布式服务通信、异步操作编排和实体数据管理。它还提供用于操作模式跟踪、基于 Web 的日志可视化以及用于服务依赖模拟的质量保证工具的观测工具。

    Visualizes the hierarchy and execution order of action patterns through tree diagrams and detailed logs.

    JavaScript
    在 GitHub 上查看↗3,959
  1. Home
  2. Artificial Intelligence & ML
  3. Step-Based Schedulers
  4. Step Execution Engines
  5. Execution Step Controllers
  6. Execution Trace Groupers

探索子标签

  • Action Execution Traces1 个子标签Structured records of the sequence of operations performed to achieve a specific goal. **Distinct from Execution Trace Groupers:** Focuses on returning a structured list of successful actions rather than grouping existing low-level execution traces.