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

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

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

4 مستودعات

Awesome GitHub RepositoriesClaude Integration Frameworks

SDKs and frameworks for building agents that use Claude's tool calling, streaming, and lifecycle capabilities with permission control.

Distinct from Anthropic Claude Connections: Distinct from Anthropic Claude Connections: covers complete agent-building SDKs with tool governance, not just connection libraries.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Claude Integration Frameworks. Refine with filters or upvote what's useful.

Awesome Claude Integration Frameworks GitHub Repositories

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

    ruvnet/ruflo

    61,524عرض على GitHub↗

    Ruflo is an AI agent orchestration platform and workflow automation tool designed to decompose high-level goals into executable action plans. It functions as a manager for multi-agent swarms, organizing autonomous entities into collaborative topologies that utilize shared consensus to complete complex tasks. The framework distinguishes itself through a retrieval-augmented generation layer and knowledge graphs for reasoning over linked data. It incorporates a trajectory-based learning loop that analyzes previous execution paths to refine cognitive patterns and improve future reasoning accuracy

    Provides a framework for building agents leveraging Claude's tool calling and lifecycle capabilities.

    TypeScript
    عرض على GitHub↗61,524
  • anthropics/anthropic-cookbookالصورة الرمزية لـ anthropics

    anthropics/anthropic-cookbook

    45,984عرض على GitHub↗

    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

    Provides a framework for building applications using Claude's tool calling and agent coordination capabilities.

    Jupyter Notebook
    عرض على GitHub↗45,984
  • 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

    Delivers a comprehensive Python SDK for building Claude-based agents with tool governance, streaming, and lifecycle management.

    Python
    عرض على GitHub↗4,885
  • disler/claude-code-hooks-masteryالصورة الرمزية لـ disler

    disler/claude-code-hooks-mastery

    3,090عرض على GitHub↗

    This project is an extension framework and orchestration system for Claude Code that uses lifecycle hooks to intercept and augment the execution flow of agents. It serves as a management layer for automating session startup, handling project context loading, and performing cleanup routines during AI coding sessions. The framework provides an orchestration system to spawn and manage specialized sub-agents with distinct prompts and toolsets to decompose complex technical tasks. It functions as a prompt engineering middleware to validate and inject context into user requests and as a tool guardr

    Ships a framework for intercepting events and modifying the execution flow of Claude Code agents to automate workflows.

    Python
    عرض على GitHub↗3,090
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic LLM Frameworks
  4. Claude Integration Frameworks

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

  • Extension FrameworksSystems for extending the core functionality of an agent through plugins, hooks, or event interceptors. **Distinct from Claude Integration Frameworks:** Distinct from general integration frameworks: focuses specifically on providing hooks for intercepting and modifying agent execution flow.