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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/promptflowAvatar de microsoft

    microsoft/promptflow

    11,165Voir sur GitHub↗

    Promptflow is a development framework and orchestrator for building applications powered by large language models. It functions as a suite of tools for designing, orchestrating, and deploying AI workflows by linking prompts, custom Python code, and language models into executable sequences. The project is distinguished by a visual AI workflow designer that allows for the creation of directed acyclic graphs of logic nodes. It provides a dedicated prompt engineering environment for versioning and comparing templates, alongside stateful execution tracing to record function calls and variable val

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

    Python
    Voir sur GitHub↗11,165
  • firebase/genkitAvatar de firebase

    firebase/genkit

    6,121Voir sur 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
    Voir sur GitHub↗6,121
  • leon-thomm/ryvenAvatar de leon-thomm

    leon-thomm/Ryven

    4,094Voir sur GitHub↗

    Ryven est un framework de programmation par flux et un éditeur de script visuel pour Python. Il fournit une interface graphique basée sur des nœuds pour concevoir et exécuter une logique en connectant des nœuds fonctionnels discrets afin de construire des pipelines de données exécutables. Le système fonctionne comme un outil de logique visuelle extensible, permettant le développement de nœuds Python personnalisés et l'intégration de widgets GUI interactifs pour étendre les capacités de script. Il inclut un moteur de graphe de nœuds qui prend en charge à la fois l'édition visuelle et l'exécution « headless », permettant aux scripts de s'exécuter sans interface utilisateur graphique. La plateforme couvre la conception de scripts visuels et la logique basée sur les flux, avec des outils pour le rendu d'images de flux et des annotations au stylet. Ses capacités s'étendent à la manipulation d'état en temps réel via une interface en ligne de commande et un mécanisme d'observateur pour la synchronisation automatique des données de variables.

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

    Pythonflowpython
    Voir sur GitHub↗4,094
  • openwebgal/webgalAvatar de OpenWebGAL

    OpenWebGAL/WebGAL

    3,854Voir sur 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
    Voir sur GitHub↗3,854
  • czlonkowski/n8n-skillsAvatar de czlonkowski

    czlonkowski/n8n-skills

    2,875Voir sur 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
    Voir sur GitHub↗2,875
  • rgthree/rgthree-comfyAvatar de rgthree

    rgthree/rgthree-comfy

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

Explorer les sous-tags

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