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

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

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

4 مستودعات

Awesome GitHub RepositoriesExecution Lifecycle Hooks

Extensibility points that allow developers to execute custom code at specific stages of a request lifecycle.

Distinct from Custom Logic Filtering Hooks: Distinct from Custom Logic Filtering Hooks which are specifically for filesystem traversal; these are for general API request lifecycles.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Execution Lifecycle Hooks. Refine with filters or upvote what's useful.

Awesome Execution Lifecycle Hooks GitHub Repositories

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

    zenml-io/zenml

    5,451عرض على GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Triggers user-defined code at specific stages of a pipeline or step execution to automate notifications and external workflows.

    Pythonagentopsagentsai
    عرض على GitHub↗5,451
  • wp-graphql/wp-graphqlالصورة الرمزية لـ wp-graphql

    wp-graphql/wp-graphql

    3,780عرض على GitHub↗

    WPGraphQL is a GraphQL interface for WordPress that transforms a WordPress installation into a headless content source. It functions as a GraphQL schema provider that maps database structures and relational data into a standardized schema, exposing posts, pages, and custom data types through a single flexible endpoint. The project includes an integrated API query builder and schema explorer, allowing for the visual composition of queries and real-time validation of responses. It provides a system for extending the schema with custom fields and relationships to expose specific business data.

    Provides a hook system to execute custom code at specific lifecycle points or modify data during execution.

    PHP
    عرض على GitHub↗3,780
  • php-fig/event-dispatcherالصورة الرمزية لـ php-fig

    php-fig/event-dispatcher

    2,290عرض على GitHub↗

    This project provides a standardized set of interfaces for event-driven communication within PHP applications. It serves as an implementation of the PSR-14 specification, establishing a common contract that allows independent software components to interact without requiring direct knowledge of each other's internal implementations. The framework facilitates the decoupling of core business logic from secondary tasks by enabling components to trigger and respond to events. It utilizes an observer pattern to notify registered listeners of state changes, routing these events to specific callback

    Allows for application lifecycle hooking to modify behavior or perform tasks without changing core files.

    PHP
    عرض على GitHub↗2,290
  • mikeyobrien/ralph-orchestratorالصورة الرمزية لـ mikeyobrien

    mikeyobrien/ralph-orchestrator

    1,854عرض على GitHub↗

    This project is an autonomous workflow engine and orchestration platform designed to coordinate specialized AI agents. It functions as a development framework that manages the end-to-end lifecycle of complex, multi-step tasks, including persona definition, persistent memory management, and the execution of automated coding workflows. By acting as a Model Context Protocol server, it enables standardized communication between development tools and external AI models. The platform distinguishes itself through an event-driven architecture that routes typed messages between agent personas, allowin

    Triggers external scripts during specific orchestration phases to automate environment setup or state mutations.

    Rustaiai-agentsai-agents-framework
    عرض على GitHub↗1,854
  1. Home
  2. Software Engineering & Architecture
  3. Execution Lifecycle Hooks