awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 مستودعات

Awesome GitHub RepositoriesExecution Context Management

Tools for updating and injecting data into the scope of a running workflow.

Distinguishing note: Focuses on state management within an execution context.

Explore 23 awesome GitHub repositories matching development tools & productivity · Execution Context Management. Refine with filters or upvote what's useful.

Awesome Execution Context Management GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • openai/openai-agents-pythonالصورة الرمزية لـ openai

    openai/openai-agents-python

    27,191عرض على GitHub↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Provides access to metadata, agent state, and configuration during tool execution for consistent processing.

    Pythonagentsaiframework
    عرض على GitHub↗27,191
  • kestra-io/kestraالصورة الرمزية لـ kestra-io

    kestra-io/kestra

    27,073عرض على GitHub↗

    Kestra is a declarative workflow orchestrator designed to manage complex task dependencies and automated processes through versioned configuration files. It functions as a distributed platform that decouples task scheduling from execution by offloading computational workloads to a fleet of worker nodes. The system uses a reactive, event-driven engine to initiate workflows automatically in response to external signals, webhooks, schedules, or file system changes. The platform distinguishes itself through a modular plugin architecture that allows for the integration of custom tasks and external

    Updates execution-scoped variables during a workflow run to inject new data into the context.

    Javaautomationdata-orchestrationdevops
    عرض على GitHub↗27,073
  • prefecthq/fastmcpالصورة الرمزية لـ PrefectHQ

    PrefectHQ/fastmcp

    22,994عرض على GitHub↗

    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

    Injects runtime context into functions to provide access to request-specific information during task execution.

    Pythonagentsfastmcpllms
    عرض على GitHub↗22,994
  • feliscatus/switchyomegaالصورة الرمزية لـ FelisCatus

    FelisCatus/SwitchyOmega

    22,572عرض على GitHub↗

    SwitchyOmega is a browser proxy manager and extension that controls network traffic routing and manages proxy configurations through a graphical interface. It functions as a proxy routing orchestrator and a PAC script generator, converting user-defined rules into JavaScript auto-config scripts for automated network routing. The project enables users to organize network configurations into distinct profiles, allowing for the switching of proxying logic based on different environments. It automates the selection of proxy servers by matching requested URLs against predefined patterns to avoid ma

    Runs core routing logic in a persistent background process to manage proxy settings independently of active tabs.

    CoffeeScript
    عرض على GitHub↗22,572
  • web3/web3.jsالصورة الرمزية لـ web3

    web3/web3.js

    19,936عرض على GitHub↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Manages shared global context for state and configuration across application parts.

    TypeScriptabi-decodersabi-encodersapi
    عرض على GitHub↗19,936
  • fastapi/typerالصورة الرمزية لـ fastapi

    fastapi/typer

    19,632عرض على GitHub↗

    This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili

    Manages and injects runtime state and configuration into commands to facilitate shared data across subcommands.

    Pythoncliclickpython
    عرض على GitHub↗19,632
  • pallets/clickالصورة الرمزية لـ pallets

    pallets/click

    17,560عرض على GitHub↗

    Click is a Python framework for building command-line interfaces. It provides a declarative approach to defining command structures, allowing developers to map functions to command-line arguments, options, and nested groups using decorators. The framework handles the complexities of parameter parsing, type validation, and help documentation generation automatically. The project distinguishes itself through its hierarchical context system, which propagates configuration and state across nested commands, and its environment-aware parameter resolution that prioritizes command-line inputs, enviro

    Maintains a shared hierarchical object that propagates configuration and runtime state across nested command groups.

    Pythoncliclickpallets
    عرض على GitHub↗17,560
  • pytest-dev/pytestالصورة الرمزية لـ pytest-dev

    pytest-dev/pytest

    13,645عرض على GitHub↗

    pytest هو إطار عمل للاختبار لـ Python يوفر مشغل سطر أوامر لاكتشاف وتنفيذ مجموعات الاختبار. تم بناؤه على بنية معيارية تستخدم تأكيدات اللغة القياسية للتحقق من صحة الكود، حيث يقوم بفحص التعبيرات تلقائياً لتقديم تقارير فشل مفصلة دون الحاجة إلى طرق تأكيد متخصصة. يتميز إطار العمل بنظام حقن التبعية (dependency injection) الذي يدير منطق الإعداد والإنهاء عن طريق حل الموارد وحقنها تلقائياً في دوال الاختبار. كما يتميز ببنية إضافات قائمة على الخطافات (hook-based) تسمح بتخصيص عميق لدورة حياة الاختبار، بما في ذلك الجمع والتنفيذ وإعداد التقارير. يتم دعم هذه القدرات من خلال التقييم الديناميكي (parametrization)، الذي يولد حالات اختبار متعددة من تعريف واحد، والتخزين المؤقت للحالة المستمرة الذي يتيح إعادة تشغيل الاختبارات الفاشلة بشكل انتقائي عبر الجلسات. بعيداً عن نموذج التنفيذ الأساسي الخاص به، يقدم المشروع مجموعة شاملة من الأدوات لإدارة بيئات الاختبار، بما في ذلك التقاط المخرجات، وإدارة السجلات، والتحقق من التحذيرات. وهو يدعم سيناريوهات الاختبار المعقدة من خلال ميزات مثل إدارة الملفات المؤقتة، وتصحيح الكائنات (patching)، والقدرة على تنفيذ مجموعات الاختبار الموجودة من أطر عمل أخرى بشكل أصلي. تتم معالجة التكوين من خلال ملفات مركزية، مما يسمح بالتحكم الدقيق في اكتشاف الاختبار وتصفيته وسلوك التنفيذ. يتم توزيع المشروع كحزمة Python قياسية ويتضمن وثائق واسعة النطاق حول تكوينه ونظام الإضافات وواجهة سطر الأوامر.

    Populates the execution namespace of documentation tests with custom objects or modules to provide necessary dependencies.

    Pythonhacktoberfestpythontest
    عرض على GitHub↗13,645
  • graphcool/chromelessالصورة الرمزية لـ graphcool

    graphcool/chromeless

    13,230عرض على GitHub↗

    Chromeless is a serverless deployment of Chrome and a programmable interface for automating headless browser interactions. It functions as a web page rendering engine and browser orchestrator, enabling the execution of automation tasks within an AWS Lambda environment. The project specializes in managing browser state, cookies, and viewport settings across remote Chrome instances. It provides tools for generating screenshots, PDFs, and raw text exports from rendered web pages. The system supports dynamic web interaction, including form filling, element clicking, and the execution of custom J

    Allows execution of custom JavaScript within the browser page context to manipulate the DOM or evaluate state.

    TypeScript
    عرض على GitHub↗13,230
  • stylus/stylusالصورة الرمزية لـ stylus

    stylus/stylus

    11,323عرض على GitHub↗

    Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow to enable the use of variables, nesting, and arithmetic, which are then rendered into stylesheets for use in frontend asset pipelines. The project is distinguished by a flexible syntax that allows for indentation-based styling, meaning curly braces, colons, and semicolons can be omitted. It further differentiates itself through a JavaScript-driven plugin pipeline and the ability to extend the native syntax with custom JavaScript functions for complex logic. Its capability sur

    Enables retrieval of the current compiled selector, active media rule, and function call stack for logic purposes.

    JavaScriptcsspreprocessorstyl
    عرض على GitHub↗11,323
  • yygmind/blogالصورة الرمزية لـ yygmind

    yygmind/blog

    10,615عرض على GitHub↗

    This repository is a curated knowledge base focused on core JavaScript fundamentals, specifically designed for frontend interview preparation. It provides structured explanations of essential concepts including closures, prototype chains, execution contexts, and memory management, serving as a reference for developers seeking to deepen their understanding of the language's inner workings. The content covers a range of practical JavaScript topics, including object copying techniques (shallow and deep copy), event handling optimization through throttle and debounce patterns, and functional prog

    Explains how JavaScript creates and manages execution contexts and the call stack.

    advanceblogcss
    عرض على GitHub↗10,615
  • amoffat/shالصورة الرمزية لـ amoffat

    amoffat/sh

    7,231عرض على GitHub↗

    sh is a Python process management library that provides programmatic wrappers and interfaces for controlling Unix system commands and child process lifecycles. It functions as an asynchronous process wrapper, allowing shell commands and system programs to run within a non-blocking event loop. The library maps command-line arguments and standard input/output streams to native Python functions and objects. It includes a process lifecycle controller to manage signal groups, execution timeouts, and process permissions for spawned child processes. The project provides capabilities for executable

    Stores common arguments, environment variables, and working directories in a reusable context.

    Pythondevopspythonsubprocess
    عرض على GitHub↗7,231
  • louthy/language-extالصورة الرمزية لـ louthy

    louthy/language-ext

    7,057عرض على GitHub↗

    language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution

    Provides a local environment for managing cancellation tokens and synchronization contexts during I/O operations.

    C#
    عرض على GitHub↗7,057
  • tridactyl/tridactylالصورة الرمزية لـ tridactyl

    tridactyl/tridactyl

    6,246عرض على GitHub↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Runs arbitrary JavaScript in the current webpage context for automation and customization.

    TypeScriptfirefoxhacktoberfestvim
    عرض على GitHub↗6,246
  • balloonwj/cppguideالصورة الرمزية لـ balloonwj

    balloonwj/CppGuide

    6,030عرض على GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Prevents actions that are invalid in a given context (e.g., blocking or allocating memory inside an interrupt) by tracking the execution context at runtime.

    عرض على GitHub↗6,030
  • voltagent/voltagentالصورة الرمزية لـ VoltAgent

    VoltAgent/voltagent

    6,020عرض على GitHub↗

    Provides operation metadata, cancellation signals, and tool-specific context to tool execute functions.

    TypeScriptagentsaiai-agents
    عرض على GitHub↗6,020
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Provides runtime metadata and configuration parameters to pipeline steps during execution.

    Python
    عرض على GitHub↗5,452
  • codegenieapp/serverless-expressالصورة الرمزية لـ CodeGenieApp

    CodeGenieApp/serverless-express

    5,266عرض على GitHub↗

    serverless-express هو محول إطار عمل بدون خادم (Serverless) لـ Node.js يتيح لأطر عمل الويب القياسية العمل على الحوسبة بدون خادم. يستخدم طبقة توافق لتعيين أحداث بوابة السحابة والمشغلات إلى كائنات طلب واستجابة HTTP قياسية. يتميز المشروع بمولد كود كامل المكدس ينتج نقاط نهاية API، ومخططات قاعدة البيانات، ونماذج الواجهة الأمامية من تكوينات علاقة الكيان المركزية. يتضمن موجه أحداث بدون خادم لترجمة أحداث السحابة غير المتعلقة بـ HTTP إلى طلبات HTTP محاكاة وأداة لتوفير قواعد بيانات NoSQL وموارد السحابة باستخدام قوالب البنية التحتية ككود (IaC) التصريحية. تغطي القدرات الإضافية تكامل هوية السحابة للتحكم في الوصول القائم على الرموز، وخطوط أنابيب النشر المؤتمتة لإدارة مراحل البيئة، ونمذجة البيانات لتوليد CRUD API المؤتمت. يوفر النظام أيضاً أدوات مساعدة لتشفير base64 الثنائي، وتسجيل تطبيقات مهيكل، وإرسال البريد الإلكتروني للمعاملات. يتم دعم تنفيذ التطبيق المحلي للتطوير والاختبار دون الحاجة إلى النشر السحابي.

    Allows application route handlers to retrieve raw event and context objects from the serverless provider.

    JavaScriptalbapi-gatewayaws
    عرض على GitHub↗5,266
  • airtai/faststreamالصورة الرمزية لـ airtai

    airtai/faststream

    5,234عرض على GitHub↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Defines data stores that allow handlers to access shared state or metadata without manual parameter passing.

    Python
    عرض على GitHub↗5,234
  • agiresearch/aiosالصورة الرمزية لـ agiresearch

    agiresearch/AIOS

    5,168عرض على GitHub↗

    AIOS is an LLM agent operating system and orchestration kernel designed to manage memory, resource scheduling, and tool execution for multiple autonomous AI agents. It serves as a comprehensive framework for developing and deploying agents, featuring a dedicated resource manager that coordinates model backends, GPU memory, and isolated kernel instances. The system distinguishes itself through a semantic memory engine that uses vector search and autonomous clustering for long-term knowledge management, and a semantic file system that allows users to control computer files and system operations

    Manages context switching and data flow to provide models with correct processing information.

    Python
    عرض على GitHub↗5,168
السابق12التالي
  1. Home
  2. Development Tools & Productivity
  3. Execution Context Management

استكشف الوسوم الفرعية

  • Execution Context Injectors4 وسوم فرعيةMechanisms for injecting runtime metadata into functions during command execution. **Distinct from Execution Context Management:** Distinct from Execution Context Management: focuses on the injection of metadata into function signatures.
  • JavaScript Execution Contexts4 وسوم فرعيةExplains how JavaScript creates and manages execution contexts and the call stack during code execution. **Distinct from Execution Context Management:** Distinct from Execution Context Management: focuses on JavaScript's specific execution context creation and call stack mechanics rather than general workflow state management.