awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openai/openai-agents-pythonAvatar openai

    openai/openai-agents-python

    27,191Vezi pe 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
    Vezi pe GitHub↗27,191
  • norvig/paip-lispAvatar norvig

    norvig/paip-lisp

    7,465Vezi pe 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
    Vezi pe GitHub↗7,465
  • senecajs/senecaAvatar senecajs

    senecajs/seneca

    3,959Vezi pe GitHub↗

    Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed task orchestrator and pattern-based message router, allowing developers to build systems of decoupled services that communicate via a message bus. The framework distinguishes itself through a modular plugin system that organizes business logic into reusable, configurable modules. It supports dynamic action extensions, enabling new handlers to wrap or override existing action patterns to inject custom logic without modifying original code. The system covers a broad range of c

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

    JavaScript
    Vezi pe 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

Explorează sub-etichetele

  • Action Execution Traces1 sub-tagStructured 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.