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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ruvnet/rufloAvatar de ruvnet

    ruvnet/ruflo

    61,524Ver en 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
    Ver en GitHub↗61,524
  • anthropics/anthropic-cookbookAvatar de anthropics

    anthropics/anthropic-cookbook

    45,984Ver en 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
    Ver en GitHub↗45,984
  • anthropics/claude-agent-sdk-pythonAvatar de anthropics

    anthropics/claude-agent-sdk-python

    4,885Ver en 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
    Ver en GitHub↗4,885
  • disler/claude-code-hooks-masteryAvatar de disler

    disler/claude-code-hooks-mastery

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

Explorar subetiquetas

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