awesome-repositories.com
Blog
awesome-repositories.com

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

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

42 Repos

Awesome GitHub RepositoriesInteractive Execution Interfaces

Interfaces that allow users to run and interact with code or prompts directly in the browser.

Distinguishing note: Focuses on the interactive execution aspect rather than the underlying runtime.

Explore 42 awesome GitHub repositories matching development tools & productivity · Interactive Execution Interfaces. Refine with filters or upvote what's useful.

Awesome Interactive Execution Interfaces GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • anthropics/anthropic-cookbookAvatar von anthropics

    anthropics/anthropic-cookbook

    45,984Auf GitHub ansehen↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Uses interactive notebooks to combine executable code cells with documentation for demonstrating AI implementation patterns.

    Jupyter Notebook
    Auf GitHub ansehen↗45,984
  • 2noise/chatttsAvatar von 2noise

    2noise/ChatTTS

    39,464Auf GitHub ansehen↗

    ChatTTS is a conversational text-to-speech generative model designed to convert written dialogue into natural sounding audio. It functions as a multilingual speech synthesis framework capable of producing human-like audio across different languages and speaker profiles. The system is distinguished by its ability to generate interactive dialogue with realistic vocal nuances. It utilizes a speech nuance controller to insert specific tokens that trigger non-verbal elements, such as laughter, pauses, and interjections, during the synthesis process. The project includes a streaming audio generato

    Creates spoken audio for multi-speaker interactions including realistic pauses and emotional cues.

    Pythonagentchatchatgpt
    Auf GitHub ansehen↗39,464
  • laion-ai/open-assistantAvatar von LAION-AI

    LAION-AI/Open-Assistant

    37,397Auf GitHub ansehen↗

    Open-Assistant is a conversational assistant and a system for creating large language model training datasets. It utilizes a client-server architecture that separates the conversational user interface from language model processing through an API. The project features a retrieval-augmented generation system that fetches external data from search engines to provide real-time knowledge. It also includes a standardized plugin interface for connecting language models to third-party systems and external software tools. The system provides a pipeline for collecting and labeling human-annotated pro

    Manages multi-turn conversational state to enable natural language dialogue for task execution and information retrieval.

    Pythonaiassistantchatgpt
    Auf GitHub ansehen↗37,397
  • anthropics/prompt-eng-interactive-tutorialAvatar von anthropics

    anthropics/prompt-eng-interactive-tutorial

    36,423Auf GitHub ansehen↗

    This project is an interactive educational resource designed to teach prompt engineering for large language models. It provides a structured curriculum that guides users through the process of structuring instructions and context to improve the accuracy and consistency of model outputs. The platform functions as an interaction sandbox, allowing users to experiment with various prompting strategies directly within their browser. By executing tutorial examples in this environment, users receive immediate feedback on their inputs, facilitating the prototyping of prompts for integration into soft

    Enables interactive execution of tutorial examples directly within the browser interface.

    Jupyter Notebook
    Auf GitHub ansehen↗36,423
  • sillytavern/sillytavernAvatar von SillyTavern

    SillyTavern/SillyTavern

    29,463Auf GitHub ansehen↗

    SillyTavern is a comprehensive interface and orchestration platform designed for immersive AI roleplay and interactive chat experiences. It functions as a unified gateway that connects users to a wide array of local and cloud-based large language models, providing a centralized environment to manage complex character personas, narrative context, and model-driven interactions. The platform distinguishes itself through its advanced prompt engineering and automation capabilities. It utilizes a sophisticated macro-based templating engine and vector-database retrieval to dynamically inject lore, c

    Provides structured conversation samples to demonstrate character speaking patterns and interaction styles to the model.

    JavaScriptaichatllm
    Auf GitHub ansehen↗29,463
  • meta-llama/llama3Avatar von meta-llama

    meta-llama/llama3

    29,254Auf GitHub ansehen↗

    Llama 3 is a collection of pretrained, autoregressive transformer-based models designed for natural language generation, reasoning, and complex instruction following. It functions as a generative AI framework that provides the infrastructure for managing model weights, executing neural network inference, and handling computational workloads across diverse knowledge domains. The project distinguishes itself through an integrated AI safety toolkit that employs secondary classification filtering to inspect inputs and outputs, ensuring adherence to usage compliance and safety standards. It suppor

    Facilitates coherent multi-turn conversations between users and automated assistants.

    Python
    Auf GitHub ansehen↗29,254
  • sgl-project/sglangAvatar von sgl-project

    sgl-project/sglang

    29,079Auf GitHub ansehen↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Constructs complex multi-turn dialogues and prompt chains using standard control flow.

    Pythonattentionblackwellcuda
    Auf GitHub ansehen↗29,079
  • openbmb/minicpm-oAvatar von OpenBMB

    OpenBMB/MiniCPM-o

    23,850Auf GitHub ansehen↗

    MiniCPM-o is a multimodal large language model designed to function as a real-time conversational assistant on edge devices. By mapping text, image, video, and audio inputs into a unified latent space, the system enables simultaneous cross-modal reasoning and full-duplex interaction. It is built as an edge-side inference engine, utilizing quantized model weights to maintain high-performance processing on consumer hardware. The system distinguishes itself through its integrated speech synthesis and voice cloning capabilities, which allow for the generation of expressive, personalized vocal out

    Maintains persistent, situation-aware dialogue to act as an immersive companion during real-world activities.

    Pythonminicpmminicpm-vmulti-modal
    Auf GitHub ansehen↗23,850
  • prefecthq/fastmcpAvatar von PrefectHQ

    PrefectHQ/fastmcp

    22,994Auf GitHub ansehen↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Creates composable user interfaces for backend tools to facilitate direct function execution.

    Pythonagentsfastmcpllms
    Auf GitHub ansehen↗22,994
  • rasahq/rasaAvatar von RasaHQ

    RasaHQ/rasa

    21,219Auf GitHub ansehen↗

    Rasa is a chatbot development platform and conversational AI framework used to design, deploy, and integrate multi-turn conversational agents. It functions as an LLM orchestration engine and NLU dialogue manager, combining large language model fluency with structured business logic to control agent behavior. The framework enables the development of conversational assistants that automate text and voice interactions. It allows for the definition of conversational flows using flexible sequences and provides tools to inspect agent decisions to debug and validate the internal reasoning process.

    Manages multi-turn conversational state and processes natural language intent through defined logical sequences.

    Python
    Auf GitHub ansehen↗21,219
  • fchollet/deep-learning-with-python-notebooksAvatar von fchollet

    fchollet/deep-learning-with-python-notebooks

    20,141Auf GitHub ansehen↗

    This project is a collection of interactive instructional documents and practical code samples designed as a machine learning educational resource. It consists of Jupyter notebooks that provide runnable examples and guided exercises for learning deep learning and model development. The repository features Keras model implementations that demonstrate how to build and train neural network architectures for processing images, objects, and natural language. It includes capabilities for executing the same model code across different computation engines to compare framework behavior and performance

    Uses interactive notebooks to combine live code and narrative text for step-by-step model experimentation.

    Jupyter Notebook
    Auf GitHub ansehen↗20,141
  • ipython/ipythonAvatar von ipython

    ipython/ipython

    16,718Auf GitHub ansehen↗

    IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It serves as a development tool for writing, testing, and executing code in a live environment designed for rapid prototyping and data exploration. The system differentiates itself through a specialized set of magic commands for environment configuration and system shell integration. It features an object introspection engine for analyzing live program objects at runtime and a frontend-agnostic kernel that allows the execution logic to be embedded into other applications or graphical

    Enables real-time programming and data exploration through a shell with persistent input history across sessions.

    Python
    Auf GitHub ansehen↗16,718
  • microsoft/iot-for-beginnersAvatar von microsoft

    microsoft/IoT-For-Beginners

    16,763Auf GitHub ansehen↗

    This project is an educational resource and virtual environment designed to teach the fundamentals of embedded systems and internet-connected device development. It provides a structured curriculum that guides learners through the essential skills required to program, connect, and integrate hardware components. The platform distinguishes itself by offering virtual hardware emulation, which allows users to test electronic circuits and device logic within a digital environment. This simulation capability enables students to practice building and testing projects without the requirement for phys

    Provides an interactive browser-based interface for executing and testing code snippets directly within the learning environment.

    Jupyter Notebookcpphacktoberfestiot
    Auf GitHub ansehen↗16,763
  • ffuf/ffufAvatar von ffuf

    ffuf/ffuf

    15,618Auf GitHub ansehen↗

    This tool is a command-line utility designed for automated web resource discovery, fuzzing, and application structure mapping. It functions as a security-focused scanner that identifies hidden files, directories, parameters, and virtual hosts by injecting payloads into HTTP requests. By systematically testing how servers handle various inputs, it assists in mapping the architecture of web applications and uncovering potential security vulnerabilities. The tool distinguishes itself through a highly concurrent engine that manages asynchronous request execution and recursive job orchestration. I

    Allows users to pause active tasks to adjust filters, modify request rates, or manage job queues interactively.

    Gofuzzerinfosecpentesting
    Auf GitHub ansehen↗15,618
  • jupyter/jupyterAvatar von jupyter

    jupyter/jupyter

    15,327Auf GitHub ansehen↗

    Jupyter is an interactive computing platform and data science workspace designed for creating documents that combine live code, equations, visualizations, and narrative text. It provides a polyglot notebook interface that connects a frontend user interface to various backend language engines through a standardized kernel protocol for real-time code evaluation. The system enables polyglot programming workflows, allowing multiple different programming languages to run within a single interface. It supports computational document authoring and data science exploration by allowing users to execut

    Connects a frontend user interface to backend language engines for real-time code evaluation and stateful execution.

    Python
    Auf GitHub ansehen↗15,327
  • modelscope/ms-swiftAvatar von modelscope

    modelscope/ms-swift

    14,597Auf GitHub ansehen↗

    This project is a comprehensive toolkit designed for the full lifecycle management of large language and multimodal models. It functions as a unified orchestrator that handles the entire development process, ranging from dataset preparation and supervised fine-tuning to advanced reinforcement learning alignment and production-ready inference deployment. The platform distinguishes itself through a specialized reinforcement learning library that supports complex optimization algorithms, including group relative policy optimization and leave-one-out techniques, to improve model instruction-follo

    Configures custom conversation formats by specifying prompt structures, turn separators, and system message handling.

    Pythondeepseek-r1embeddinggrpo
    Auf GitHub ansehen↗14,597
  • zai-org/chatglm3Avatar von zai-org

    zai-org/ChatGLM3

    13,764Auf GitHub ansehen↗

    ChatGLM3 is a comprehensive framework for deploying, fine-tuning, and serving large language models. It functions as a high-performance inference engine designed to support conversational AI, enabling developers to build interactive agents capable of multi-turn dialogue, autonomous code execution, and structured tool invocation. The project distinguishes itself through its focus on hardware-agnostic deployment and resource optimization. It supports distributed model parallelism across multiple graphics cards, paged key-value caching for concurrent request processing, and weight quantization t

    Engages in dialogue, executes external tools, or runs code in a notebook environment to complete complex tasks through a unified interface.

    Python
    Auf GitHub ansehen↗13,764
  • jpmorganchase/python-trainingAvatar von jpmorganchase

    jpmorganchase/python-training

    12,714Auf GitHub ansehen↗

    This project is a comprehensive educational curriculum designed to teach Python programming through the lens of data science and financial analysis. It provides a structured guide for learning how to process complex numerical information, build data models, and perform scientific computing tasks using standard industry libraries. The materials focus on practical applications, enabling users to develop skills in financial data analysis and interactive exploration. By working through these resources, learners gain experience in executing high-performance mathematical operations, transforming ra

    Facilitates real-time data exploration by decoupling code evaluation from the user interface.

    Jupyter Notebookbankingbinderbinder-ready
    Auf GitHub ansehen↗12,714
  • lighttable/lighttableAvatar von LightTable

    LightTable/LightTable

    11,693Auf GitHub ansehen↗

    LightTable is an extensible source code editor and integrated development environment designed as an interactive programming environment. It enables the evaluation of programming language fragments in real time to provide instant feedback on expressions. The workspace functions as a remote execution environment, connecting to and managing external servers to run code within remote processes. It allows for an interactive workflow where users can execute code fragments and track expression values without restarting the environment. The system provides source code editing capabilities, includin

    Provides an environment for writing and executing code fragments in real time with persistent state.

    Clojureclojureclojure-developmentclojurescript
    Auf GitHub ansehen↗11,693
  • egametang/etAvatar von egametang

    egametang/ET

    9,813Auf GitHub ansehen↗

    ET is a C# game server framework and distributed actor model runtime designed for large-scale multiplayer environments. It provides a comprehensive toolkit for building distributed game backends, incorporating a multiplayer network transport layer and a specialized suite for game AI and pathfinding. The framework is distinguished by its use of a distributed actor model to scale processing across multiple threads and servers, utilizing isolated actors for state management and messaging. It features a unified codebase architecture that allows shared logic between the server and client, enabling

    Provides an interactive environment to run code snippets and inspect process data in real-time for debugging.

    C#actorc-sharpdotnet
    Auf GitHub ansehen↗9,813
Vorherige123Nächste
  1. Home
  2. Development Tools & Productivity
  3. Interactive Execution Interfaces

Unter-Tags erkunden

  • Dialogue Interaction Engines3 Sub-TagsSystems that manage multi-turn conversational state and prompt processing for interactive AI assistants. **Distinct from Interactive Execution Interfaces:** Distinct from general interactive execution: focuses on stateful multi-turn dialogue management rather than code execution.
  • Interactive Execution Environments2 Sub-TagsEnvironments that provide real-time code execution with persistent state and session history. **Distinct from Interactive Execution Interfaces:** Distinct from Interactive Execution Interfaces by focusing on the stateful execution environment and history rather than just the UI layer.