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

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

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

4 repositorios

Awesome GitHub RepositoriesLogic-to-Graph Mapping

Linking internal behavioral logic to a visual node-graph interface for non-code configuration.

Distinct from Node Graph Engines: Specifically maps the execution of a logic tree to a visual graph rather than just rendering a graph engine.

Explore 4 awesome GitHub repositories matching graphics & multimedia · Logic-to-Graph Mapping. Refine with filters or upvote what's useful.

Awesome Logic-to-Graph Mapping GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 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.

    Allows users to navigate between parent graphs and child units to modify internal logic and organization.

    TypeScriptdataflow-programmingfunctional-programminglive-programming
    Ver en GitHub↗4,913
  • ironclad/rivetAvatar de Ironclad

    Ironclad/rivet

    4,608Ver en GitHub↗

    Rivet is a visual LLM workflow designer and AI agent orchestration engine. It serves as a development environment for building retrieval augmented generation pipelines and a TypeScript library for embedding visual AI graphs and prompt logic into JavaScript applications. The system differentiates itself through a node-based editor that maps data flow between language models, vector databases, and external APIs. It provides specialized tools for prompt engineering, including interfaces for iterative prompt refinement and A/B testing to improve model response quality. The platform covers a broa

    Triggers the execution of predefined logic graphs from project files to activate AI agents within an application.

    TypeScript
    Ver en GitHub↗4,608
  • bitbrain/beehaveAvatar de bitbrain

    bitbrain/beehave

    2,933Ver en GitHub↗

    Beehave is a behavior tree AI framework and plugin for the Godot engine. It serves as an agent logic orchestrator for designing adaptive non-player character behaviors using hierarchical behavior trees. The system features a visual debugger that provides runtime visualization of the execution flow and internal state of active trees. This allows for AI execution analysis and the identification of logic errors through a state-based runtime interface. The framework utilizes a composite-decorator pattern and a tick-based polling cycle to execute tree-based logic. It integrates directly with the

    Links internal behavior tree logic to a graphical interface for designing agent behaviors without coding.

    GDScriptaibehavior-treegame-development
    Ver en GitHub↗2,933
  • relation-graph/relation-graphAvatar de relation-graph

    relation-graph/relation-graph

    2,256Ver en GitHub↗

    Relation-graph is a frontend library designed for building interactive node-link diagrams and relationship visualizations within web applications. It provides a framework for rendering complex network structures that support manual manipulation, including zooming, dragging, and real-time structural editing. The library distinguishes itself through a framework-agnostic core that separates graph layout logic from the rendering layer. This architecture enables developers to inject custom HTML or framework-specific components directly into graph nodes and edges, allowing for highly tailored visua

    Maps internal behavioral logic to a visual node-graph interface for non-code configuration.

    JavaScriptknowledge-graphlayout-enginereact
    Ver en GitHub↗2,256
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Node Graph Engines
  5. Logic-to-Graph Mapping

Explorar subetiquetas

  • Graph Logic Encapsulation1 sub-etiquetaGrouping of node-graph elements into modular units to simplify complex visual logic. **Distinct from Logic-to-Graph Mapping:** Specifically handles the encapsulation of nodes within a visual graph, whereas the parent maps general logic to a graph.
  • Graph-Based Logic TriggeringExecution of predefined logic graphs from project files to trigger agents within an application. **Distinct from Logic-to-Graph Mapping:** Focuses on triggering the execution of a graph, not just mapping logic to a visual interface.