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
·

6 repositorios

Awesome GitHub RepositoriesPython Logic Execution

Implementation of custom Python scripts within visual node-based automation systems.

Distinct from Node Execution Logic: Specifically covers the execution of Python within a node-graph context rather than general application logic

Explore 6 awesome GitHub repositories matching user interface & experience · Python Logic Execution. Refine with filters or upvote what's useful.

Awesome Python Logic Execution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/promptflowAvatar de microsoft

    microsoft/promptflow

    11,165Ver en GitHub↗

    Promptflow es un framework de desarrollo y orquestador para construir aplicaciones impulsadas por modelos de lenguaje de gran tamaño (LLM). Funciona como un conjunto de herramientas para diseñar, orquestar y desplegar flujos de trabajo de IA vinculando prompts, código Python personalizado y modelos de lenguaje en secuencias ejecutables. El proyecto se distingue por un diseñador visual de flujos de trabajo de IA que permite la creación de grafos acíclicos dirigidos de nodos lógicos. Proporciona un entorno dedicado de ingeniería de prompts para el versionado y comparación de plantillas, junto con un seguimiento de ejecución con estado para registrar llamadas a funciones y valores de variables para la depuración paso a paso. La plataforma cubre una amplia superficie de capacidades, incluyendo la generación aumentada por recuperación (RAG) mediante búsquedas en bases de datos vectoriales y pipelines de evaluación basados en métricas para pruebas por lotes y control de calidad. Gestiona todo el ciclo de vida desde el desarrollo hasta la producción mediante despliegue en contenedores, servicio de endpoints de flujo de trabajo y gestión segura de conexiones para credenciales de API. Se proporciona una interfaz de línea de comandos (CLI) y un SDK para la validación de flujos de trabajo y la integración en pipelines de CI/CD automatizados.

    Allows the integration of custom Python functions to process data and call APIs within a workflow.

    Python
    Ver en GitHub↗11,165
  • firebase/genkitAvatar de firebase

    firebase/genkit

    6,121Ver en GitHub↗

    Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer

    Enables AI models to write and run Python code for calculations and logic during response generation.

    TypeScript
    Ver en GitHub↗6,121
  • leon-thomm/ryvenAvatar de leon-thomm

    leon-thomm/Ryven

    4,094Ver en GitHub↗

    Ryven es un framework de programación basado en flujo y editor de scripting visual para Python. Proporciona una interfaz gráfica basada en nodos para diseñar y ejecutar lógica conectando nodos funcionales discretos para construir pipelines de datos ejecutables. El sistema funciona como una herramienta de lógica visual extensible, permitiendo el desarrollo de nodos de Python personalizados y la integración de widgets GUI interactivos para expandir las capacidades de scripting. Incluye un motor de grafos de nodos que admite tanto la edición visual como la ejecución headless, permitiendo que los scripts se ejecuten sin una interfaz gráfica de usuario. La plataforma cubre el diseño de scripts visuales y la lógica basada en flujo, con herramientas para el renderizado de imágenes de flujo y anotaciones basadas en stylus. Sus capacidades se extienden a la manipulación del estado en tiempo real a través de una interfaz de línea de comandos y un mecanismo de observador para la sincronización automática de datos de variables.

    Provides a node-based graphical interface for designing and executing flow-based logic using Python.

    Pythonflowpython
    Ver en GitHub↗4,094
  • openwebgal/webgalAvatar de OpenWebGAL

    OpenWebGAL/WebGAL

    3,854Ver en GitHub↗

    WebGAL is a web-native development environment designed for the creation and publication of interactive narrative games. It provides a browser-based platform that enables users to build visual novels featuring branching dialogue and multimedia assets without requiring manual coding. The platform distinguishes itself through a visual editor that utilizes node-based logic definition to manage narrative flow and scene transitions. It includes specialized tooling for the configuration and integration of animated character models, allowing for the direct implementation of interactive character seq

    Translates graphical node connections into executable game logic for narrative branching and scene flow.

    TypeScriptdiy-toolgalgamegame
    Ver en GitHub↗3,854
  • czlonkowski/n8n-skillsAvatar de czlonkowski

    czlonkowski/n8n-skills

    2,875Ver en GitHub↗

    n8n-skills is a collection of technical guides and architectural frameworks for designing, building, and deploying automation workflows and AI agents within n8n. It provides a structured approach to creating autonomous agents by combining large language model chains with memory systems and custom toolsets. The project focuses on extending AI capabilities through the development of custom tool functions using structured input schemas and the integration of Model Context Protocol servers. It emphasizes the use of specific architectural patterns to manage webhooks, APIs, and binary data handling

    Enables implementation of custom logic within code nodes adhering to standard library limitations.

    Shellai-agentsn8nworkflow-automation
    Ver en GitHub↗2,875
  • rgthree/rgthree-comfyAvatar de rgthree

    rgthree/rgthree-comfy

    2,789Ver en GitHub↗

    rgthree-comfy is a collection of custom nodes and interface enhancements designed to automate and organize generative AI workflows within ComfyUI. It provides a specialized toolset for node-based automation, dynamic data routing, and graph management. The project distinguishes itself through a dynamic data router and workflow management tools that enable bulk muting, bypassing, and navigation of complex node graphs via bookmarks and visual labels. It also includes logic and math nodes for evaluating expressions and image processing utilities for side-by-side comparisons and precise cropping.

    Implements custom Python script execution within the visual node-graph for dynamic data manipulation and decision logic.

    JavaScriptaiartcomfyuistable-diffusion
    Ver en GitHub↗2,789
  1. Home
  2. User Interface & Experience
  3. Visual Node Editors
  4. Node Execution Logic
  5. Python Logic Execution

Explorar subetiquetas

  • Inline Code ExecutionsCapabilities for AI models to write and execute code snippets during response generation for calculations and logic. **Distinct from Python Logic Execution:** Distinct from Python Logic Execution: focuses on AI-model-driven code execution during generation, not user-defined scripts in node editors.
  • Visual Scripting EditorsGraphical interfaces for designing and executing logic using node-based Python scripting. **Distinct from Python Logic Execution:** Focuses on the editor interface for design, whereas the parent focuses on the execution logic.
  • Workflow Logic NodesExecution of custom Python scripts as discrete nodes within an orchestration graph. **Distinct from Python Logic Execution:** Specifically targets the role of Python code as a logic node within a larger AI workflow graph.