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

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

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

3 مستودعات

Awesome GitHub RepositoriesLifecycle Hooks

Custom logic or scripts that execute automatically at specific stages of an agent's operation.

Distinct from Agent Lifecycle Management: Distinct from Agent Lifecycle Management: focuses on triggering specific actions at events rather than managing the existence of the agent.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Lifecycle Hooks. Refine with filters or upvote what's useful.

Awesome Lifecycle Hooks GitHub Repositories

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

    microsoft/vscode-copilot-chat

    9,493عرض على GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Implements custom logic that triggers automatically before or after an AI agent executes a tool.

    TypeScript
    عرض على GitHub↗9,493
  • anthropics/claude-agent-sdk-pythonالصورة الرمزية لـ anthropics

    anthropics/claude-agent-sdk-python

    4,885عرض على GitHub↗

    Claude Agent SDK is a Python library from Anthropic for building AI agents that use Claude’s tool‑calling, streaming, and session‑management capabilities. It provides a structured framework for intercepting and logging every tool call an agent makes, managing conversation sessions across multiple turns, and controlling which tools the agent is allowed to invoke through configurable permission rules. The SDK distinguishes itself with middleware‑driven tool interception that lets developers block, modify, or require approval for tool calls before or after execution. A permission policy engine e

    Attaches lifecycle hooks to register callbacks at specific conversation phases.

    Python
    عرض على GitHub↗4,885
  • anthropics/claude-agent-sdk-typescriptالصورة الرمزية لـ anthropics

    anthropics/claude-agent-sdk-typescript

    819عرض على GitHub↗

    This project is a TypeScript software development kit designed for building and orchestrating autonomous agents that interact with codebases and system environments. It provides a programmatic interface for constructing agents capable of executing complex workflows, such as automated code refactoring, file system manipulation, and shell command execution, by leveraging large language models. The framework distinguishes itself through a focus on secure, governed agent operations. It includes granular access control systems that allow developers to define specific permissions for tools and exte

    Provides event-driven hooks to intercept, validate, or modify agent behavior at runtime.

    عرض على GitHub↗819
  1. Home
  2. Artificial Intelligence & ML
  3. Agent Lifecycle Management
  4. Lifecycle Hooks