awesome-repositories.com
Blog
awesome-repositories.com

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

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

5 repositorios

Awesome GitHub RepositoriesContext Provider Frameworks

Systems for aggregating and composing multiple data sources or tools into a unified context for agents.

Distinguishing note: Focuses on the composition of agent-specific context providers rather than general data merging.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Context Provider Frameworks. Refine with filters or upvote what's useful.

Awesome Context Provider Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • agno-agi/agnoAvatar de agno-agi

    agno-agi/agno

    40,717Ver en GitHub↗

    Agno is an agent operating system designed to manage the lifecycle, tool execution, and persistent state of autonomous agents across distributed infrastructure. It provides a unified runtime environment that wraps diverse agent frameworks into a consistent, interoperable protocol, allowing developers to build and deploy complex multi-agent systems that coordinate tasks and delegate sub-processes. The platform distinguishes itself through a robust governance and orchestration layer that includes human-in-the-loop approval gates, role-based access control, and a centralized API gateway. It feat

    AgentOS merges multiple context providers into a single agent to combine their tools and instructions, helping the agent select relevant information.

    Pythonagentsaiai-agents
    Ver en GitHub↗40,717
  • modelcontextprotocol/typescript-sdkAvatar de modelcontextprotocol

    modelcontextprotocol/typescript-sdk

    12,674Ver en GitHub↗

    This project provides a TypeScript software development kit for the Model Context Protocol, a standard designed to facilitate bidirectional communication between AI applications and external data sources or tools. It serves as a foundational framework for building both clients and servers, enabling language models to interact with external systems through a unified, decoupled interface. The SDK distinguishes itself by implementing a transport-agnostic connection layer that supports both local standard input-output streams and remote HTTP endpoints. It utilizes a JSON-RPC message bus to manage

    Manages multiple client instances and aggregates data to provide a unified context for models.

    TypeScript
    Ver en GitHub↗12,674
  • idosal/git-mcpAvatar de idosal

    idosal/git-mcp

    7,622Ver en GitHub↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    Transforms codebases and static sites into structured context to reduce hallucinations in LLM responses.

    TypeScriptagentic-aiagentsai
    Ver en GitHub↗7,622
  • zilliztech/claude-contextAvatar de zilliztech

    zilliztech/claude-context

    5,373Ver en GitHub↗

    Claude-context is a retrieval-augmented generation pipeline and semantic code search tool. It functions as an LLM codebase indexer and RAG context provider, designed to index local directories and retrieve relevant code files to provide context for large language models. The system operates as a hybrid search engine that combines keyword matching with dense vector search. This allows for the retrieval of code snippets and logic using natural language queries based on meaning rather than exact text matches. The project covers codebase indexing and search index management, utilizing asynchrono

    Transforms source code and documentation into a unified, filtered context for use in LLM prompts.

    TypeScriptagentagentic-ragai-coding
    Ver en GitHub↗5,373
  • volcengine/openvikingAvatar de volcengine

    volcengine/OpenViking

    2,993Ver en GitHub↗

    OpenViking is a multi-tenant context server and knowledge base administration system designed to provide AI agents with persistent long-term memory. It enables the indexing of diverse documents and codebases to support retrieval-augmented generation, allowing agents to recall past interactions, user preferences, and learned experiences across sessions. The project is distinguished by its use of a URI-based virtual filesystem to organize memories, resources, and skills. It implements a tiered context loading system that balances retrieval precision with token budgets by structuring data into a

    Transforms indexed codebase information and long-term memory into a unified development context for AI agents.

    Pythonagentagentic-ragai-agents
    Ver en GitHub↗2,993
  1. Home
  2. Artificial Intelligence & ML
  3. Context Provider Frameworks

Explorar subetiquetas

  • Codebase Context ProvidersSystems that transform source code and documentation into unified context for AI agents. **Distinct from Context Provider Frameworks:** Distinct from general context provider frameworks by specializing in the transformation of Git repositories into agent context.