awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesGraph Execution Tracing

Tools for monitoring and debugging the real-time data flow and logic paths within an execution graph.

Distinct from Execution Graphs: Distinct from Execution Graphs: focuses on the observability and debugging of the graph during runtime rather than its construction.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Graph Execution Tracing. Refine with filters or upvote what's useful.

Awesome Graph Execution Tracing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • unifyai/ivyAvatar de unifyai

    unifyai/ivy

    14,175Ver en GitHub↗

    Ivy is a machine learning framework transpiler and model converter designed to ensure deep learning portability. It serves as a tool for migrating source code and models between different deep learning frameworks while maintaining original functionality. The system enables cross-framework model portability by translating model weights, architectures, and source code. It uses abstract syntax tree based transpilation and computational graph tracing to capture execution flows and rewrite high-level logic into target framework code. The project covers model interoperability through weight-layout

    Captures execution flows as graphs to analyze or execute operations within a target framework.

    Pythonjaxnumpypython
    Ver en GitHub↗14,175
  • cloudwego/einoAvatar de cloudwego

    cloudwego/eino

    9,675Ver en GitHub↗

    Eino is an AI agent development kit and LLM application framework designed for building autonomous agents and orchestrating complex language model workflows. It serves as a multi-agent orchestration engine and workflow orchestrator, providing a graph-based execution model to route data between models, tools, and retrievers. The framework distinguishes itself through a robust set of multi-agent coordination patterns, including supervisor-led management, sequential flows, and autonomous reasoning loops like ReAct. It features advanced agent execution controls such as active turn preemption, che

    Tracks data flow through visual graphs during runtime to identify and resolve logic errors in AI workflows.

    Goaiai-applicationai-framework
    Ver en GitHub↗9,675
  • alibaba/spring-ai-alibabaAvatar de alibaba

    alibaba/spring-ai-alibaba

    8,415Ver en GitHub↗

    This project is a Java-based framework integration that provides an AI agent runtime, a graph-based AI workflow engine, and an LLM orchestration framework for Spring applications. It enables the development of stateful autonomous agents and the implementation of retrieval-augmented generation systems using document processing and vector databases. The framework distinguishes itself through a graph-based workflow runtime for designing complex AI pipelines with conditional routing and persistent state. It supports multi-agent orchestration via service-discovery coordination and provides human-i

    Enables tracking of data flow and logic paths within graph-based AI workflows using telemetry.

    Javaagenticartificial-intelligencecontext-engineering
    Ver en GitHub↗8,415
  • potpie-ai/potpieAvatar de potpie-ai

    potpie-ai/potpie

    5,161Ver en GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Traces failure points through a codebase graph to find the exact line where a value was mishandled.

    Pythonagentsai-agentsai-agents-framework
    Ver en GitHub↗5,161
  • samuelmtimbo/unitAvatar de samuelmtimbo

    samuelmtimbo/unit

    4,913Ver en GitHub↗

    Unit es un sistema de programación visual y entorno de desarrollo integrado basado en grafos, utilizado para construir software funcional conectando máquinas de estado y operaciones primitivas. Sirve como editor de lógica basado en nodos y orquestador de máquinas de estado que transforma especificaciones de programas visuales en archivos JavaScript independientes para su despliegue como sitios web estáticos. El sistema se distingue por un compilador visual que puede renderizar bundles de programas en sitios web activos y realizar inspección de grafos bidireccional, permitiendo que una aplicación renderizada en vivo se convierta de nuevo a su grafo visual original para depuración. Emplea un espacio de trabajo espacial donde las APIs del sistema de bajo nivel se envuelven en máquinas de estado reutilizables para crear una librería consistente de unidades funcionales. La plataforma cubre una amplia gama de capacidades, incluyendo composición de lógica basada en grafos con enrutamiento de datos mediante pines, anidamiento recursivo de subgrafos y creación manual de datos JSON. También proporciona herramientas para la serialización de proyectos, navegación jerárquica entre nodos padres e hijos y una vista previa de renderizado final para ver el resultado de un grafo.

    Encapsulates a live unit website back into a graph editor to debug its underlying structure.

    TypeScriptdataflow-programmingfunctional-programminglive-programming
    Ver en GitHub↗4,913
  1. Home
  2. Software Engineering & Architecture
  3. Execution Graphs
  4. Graph Execution Tracing

Explorar subetiquetas

  • Code Graph Path Inspection1 sub-etiquetaTracing failure points through a codebase knowledge graph to identify the exact line of failure. **Distinct from Graph Execution Tracing:** Applies graph tracing to static codebase structures rather than real-time execution graphs.