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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/promptflowAvatar von microsoft

    microsoft/promptflow

    11,165Auf GitHub ansehen↗

    Promptflow ist ein Entwicklungs-Framework und Orchestrator für den Aufbau von Anwendungen, die auf Large Language Models basieren. Es fungiert als Tool-Suite für das Design, die Orchestrierung und das Deployment von KI-Workflows, indem Prompts, benutzerdefinierter Python-Code und Sprachmodelle zu ausführbaren Sequenzen verknüpft werden. Das Projekt zeichnet sich durch einen visuellen KI-Workflow-Designer aus, der die Erstellung von gerichteten azyklischen Graphen (DAGs) aus Logik-Knoten ermöglicht. Es bietet eine dedizierte Prompt-Engineering-Umgebung für Versionierung und Vergleich von Templates sowie zustandsbehaftetes Execution-Tracing, um Funktionsaufrufe und Variablenwerte für schrittweises Debugging aufzuzeichnen. Die Plattform deckt ein breites Funktionsspektrum ab, einschließlich Retrieval Augmented Generation (RAG) via Vektordatenbank-Lookups und metrikgesteuerte Evaluierungspipelines für Batch-Tests und Qualitätssicherung. Sie deckt den gesamten Lebenszyklus von der Entwicklung bis zur Produktion ab, durch containerisiertes Deployment, Workflow-Endpoint-Serving und sicheres Verbindungsmanagement für API-Anmeldedaten. Ein Command-Line-Interface (CLI) und ein SDK für Workflow-Validierung und Integration in automatisierte CI/CD-Pipelines sind enthalten.

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

    Python
    Auf GitHub ansehen↗11,165
  • firebase/genkitAvatar von firebase

    firebase/genkit

    6,121Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,121
  • leon-thomm/ryvenAvatar von leon-thomm

    leon-thomm/Ryven

    4,094Auf GitHub ansehen↗

    Ryven is a flow-based programming framework and visual scripting editor for Python. It provides a node-based graphical interface for designing and executing logic by connecting discrete functional nodes to build executable data pipelines. The system functions as an extensible visual logic tool, allowing for the development of custom Python nodes and the integration of interactive GUI widgets to expand scripting capabilities. It includes a node graph engine that supports both visual editing and headless execution, enabling scripts to run without a graphical user interface. The platform covers

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

    Pythonflowpython
    Auf GitHub ansehen↗4,094
  • openwebgal/webgalAvatar von OpenWebGAL

    OpenWebGAL/WebGAL

    3,854Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,854
  • czlonkowski/n8n-skillsAvatar von czlonkowski

    czlonkowski/n8n-skills

    2,875Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,875
  • rgthree/rgthree-comfyAvatar von rgthree

    rgthree/rgthree-comfy

    2,789Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,789
  1. Home
  2. User Interface & Experience
  3. Visual Node Editors
  4. Node Execution Logic
  5. Python Logic Execution

Unter-Tags erkunden

  • 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.