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
·

6 repositorios

Awesome GitHub RepositoriesContext Injection Adapters

Adapters that transform unstructured external data into formatted context for LLM prompts.

Distinct from External Data Integrations: Distinct from External Data Integrations: focuses specifically on transforming data into prompt-ready context for models.

Explore 6 awesome GitHub repositories matching data & databases · Context Injection Adapters. Refine with filters or upvote what's useful.

Awesome Context Injection Adapters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hwchase17/langchainAvatar de hwchase17

    hwchase17/langchain

    139,533Ver en GitHub↗

    LangChain is a framework for building applications that chain large language models with external data sources and third-party tools. It serves as an orchestrator for autonomous agents that use language models to plan and execute multi-step tasks, while providing a toolkit for linking interoperable AI components into sequences to prototype complex model behaviors. The project provides a model agnostic integration layer, allowing users to switch between different language model providers using a standardized interface. It also includes tools for observability and evaluation to track the perfor

    Provides mechanisms to transform unstructured external data into formatted context for model prompts.

    Python
    Ver en GitHub↗139,533
  • paul-gauthier/aiderAvatar de paul-gauthier

    paul-gauthier/aider

    46,354Ver en GitHub↗

    Aider is a terminal-based AI coding assistant and pair programmer that uses large language models to write, edit, and refactor source code across multiple files and programming languages. It functions as a command line interface for automating programming tasks and managing codebase modifications. The tool distinguishes itself by creating structural maps of entire codebases to provide language models with the necessary context for navigating and modifying large repositories. It further expands input capabilities through a speech-to-text pipeline for voice-driven development and multi-modal in

    Injects images and web content into the prompt pipeline to provide visual or external documentation.

    Python
    Ver en GitHub↗46,354
  • livekit/agentsAvatar de livekit

    livekit/agents

    9,379Ver en GitHub↗

    This project is a framework for developing multimodal AI agents that function as programmable participants in real-time communication rooms. It enables the construction of agents that can see, hear, and speak by integrating speech-to-text, large language models, and text-to-speech pipelines to facilitate low-latency, natural conversations. The system is distinguished by its advanced orchestration of real-time media and conversational flow, including support for full-duplex speech, preemptive response generation, and sophisticated interruption management. It further differentiates itself throu

    Adds images and live video frames into conversation history for AI visual understanding.

    Pythonagentsaiopenai
    Ver en GitHub↗9,379
  • sigoden/aichatAvatar de sigoden

    sigoden/aichat

    9,328Ver en GitHub↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Imports local files, remote URLs, or shell command outputs to serve as immediate context for prompts.

    Rustaiai-agentschatbot
    Ver en GitHub↗9,328
  • mervinpraison/praisonaiAvatar de MervinPraison

    MervinPraison/PraisonAI

    5,592Ver en GitHub↗

    PraisonAI is an autonomous AI agent platform that coordinates multiple LLM-powered agents for research, planning, and execution of complex workflows. It functions as a multi-agent orchestration framework, a workflow builder, and a Model Context Protocol server, while also providing retrieval-augmented generation through vector knowledge bases. Agents can interact via CLI, web, or standardized protocols with sandboxed code execution. The platform distinguishes itself with a rich set of agent communication protocols, including A2A, REST, WebSocket, voice and telephony integration, and MCP, allo

    References file contents and directory listings in prompts for contextual augmentation.

    Pythonagentsaiai-agent-framework
    Ver en GitHub↗5,592
  • sohzm/cheating-daddyAvatar de sohzm

    sohzm/cheating-daddy

    5,387Ver en GitHub↗

    Este proyecto es un asistente de reuniones con IA y copiloto de entrevistas que monitorea el audio del sistema y el contenido de la pantalla para generar respuestas en tiempo real durante videollamadas. Funciona como una herramienta de transcripción de audio del sistema y un gestor de prompts consciente del contexto, inyectando documentos de usuario y perfiles de comportamiento en prompts de modelos de lenguaje grandes (LLM) para adaptar las salidas de la IA. El sistema cuenta con una superposición de pantalla sigilosa, utilizando una ventana transparente que muestra información sobre otras aplicaciones mientras permanece invisible para el software de pantalla compartida y herramientas de supervisión. Emplea un mecanismo de ocultación de procesos para eludir los monitores del sistema y permanecer sin ser detectado. La aplicación captura datos de pantalla en tiempo real y convierte flujos de audio del sistema en texto para el procesamiento de IA. Incluye un sistema de disparo basado en teclas de acceso rápido para una operación discreta y gestión de perfiles basada en estados para cambiar el comportamiento de la IA según el escenario de la reunión activa.

    Combines real-time audio, visual data, and user documents into multi-modal prompt pipelines.

    JavaScript
    Ver en GitHub↗5,387
  1. Home
  2. Data & Databases
  3. External Data Integrations
  4. Context Injection Adapters

Explorar subetiquetas

  • Multi-Modal Prompt Injection2 sub-etiquetasInjecting diverse data types like images and web content into LLM prompt pipelines. **Distinct from Context Injection Adapters:** Focuses on the injection of visual/web content into prompts, whereas candidates focus on tokenization or search.