awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ruvnet/rufloAvatar von ruvnet

    ruvnet/ruflo

    61,524Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗61,524
  • 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

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

    Jupyter Notebook
    Auf GitHub ansehen↗45,984
  • anthropics/claude-agent-sdk-pythonAvatar von anthropics

    anthropics/claude-agent-sdk-python

    4,885Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,885
  • disler/claude-code-hooks-masteryAvatar von disler

    disler/claude-code-hooks-mastery

    3,090Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,090
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic LLM Frameworks
  4. Claude Integration Frameworks

Unter-Tags erkunden

  • 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.