awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

56 रिपॉजिटरी

Awesome GitHub RepositoriesContext Injection

Mechanisms for dynamically inserting historical data or summaries into AI model prompts.

Distinguishing note: Focuses on session-specific context management rather than general database retrieval.

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

Awesome Context Injection GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • thedotmack/claude-memthedotmack का अवतार

    thedotmack/claude-mem

    82,698GitHub पर देखें↗

    Claude-mem is an agentic memory persistence system designed to provide AI assistants with long-term context across multiple development sessions. It functions as a background orchestrator that captures, summarizes, and indexes interaction history, allowing models to maintain continuity and recall technical decisions from past tasks. By utilizing a vector-augmented context engine, the system injects relevant historical observations into active sessions, ensuring that AI agents remain informed without exceeding finite token budgets. The project distinguishes itself through an endless memory arc

    Injects historical session summaries and observations into the current context to provide relevant background.

    JavaScriptaiai-agentsai-memory
    GitHub पर देखें↗82,698
  • badlogic/pi-monobadlogic का अवतार

    badlogic/pi-mono

    63,163GitHub पर देखें↗

    Pi-mono is an autonomous coding agent orchestrator designed to coordinate multiple intelligent agents for complex software development tasks. It functions as a framework that integrates directly with local file systems and terminal environments to automate development workflows. The system distinguishes itself through a stateful session manager that serializes the entire context of a coding interaction to disk, allowing agents to maintain project awareness across separate sessions. It utilizes a plugin architecture for tool registration and prompt-template injection, enabling the integration

    Injects specialized instructions and project context into agent models to ensure consistent, task-specific behavior.

    TypeScript
    GitHub पर देखें↗63,163
  • laion-ai/open-assistantLAION-AI का अवतार

    LAION-AI/Open-Assistant

    37,397GitHub पर देखें↗

    Open-Assistant is a conversational assistant and a system for creating large language model training datasets. It utilizes a client-server architecture that separates the conversational user interface from language model processing through an API. The project features a retrieval-augmented generation system that fetches external data from search engines to provide real-time knowledge. It also includes a standardized plugin interface for connecting language models to third-party systems and external software tools. The system provides a pipeline for collecting and labeling human-annotated pro

    Dynamically inserts retrieved external information into model prompts at runtime to provide real-time knowledge.

    Pythonaiassistantchatgpt
    GitHub पर देखें↗37,397
  • github/awesome-copilotgithub का अवतार

    github/awesome-copilot

    35,119GitHub पर देखें↗

    Awesome Copilot is a comprehensive framework for autonomous software development, providing the infrastructure to orchestrate multi-agent teams and automate complex coding workflows. It functions as a centralized platform for managing AI-driven development, enabling developers to deploy specialized agents that interact with local files, terminal commands, and external APIs to execute end-to-end software delivery tasks. The project distinguishes itself through its focus on governance and extensibility, offering a suite of security controls, policy-based execution guardrails, and audit trails t

    Supplies environment-specific information or project guidelines directly into conversation or subagent prompts to improve reasoning.

    Pythonaigithub-copilothacktoberfest
    GitHub पर देखें↗35,119
  • supermemoryai/supermemorysupermemoryai का अवतार

    supermemoryai/supermemory

    27,334GitHub पर देखें↗

    Supermemory is an artificial intelligence memory management platform designed to provide autonomous agents with persistent, long-term knowledge bases. It functions as a centralized repository that synchronizes multimodal data, enabling agents to maintain context and historical information across complex, multi-session workflows. By serving as a knowledge graph engine and vector database orchestrator, the platform ensures that information remains accessible and relevant for automated tasks. The system distinguishes itself through its hybrid indexing approach, which combines vector similarity s

    Automatically inserts relevant historical data into active prompts to maintain continuity across long-term tasks and multi-session workflows.

    TypeScriptcloudflare-kvcloudflare-pagescloudflare-workers
    GitHub पर देखें↗27,334
  • openai/openai-agents-pythonopenai का अवतार

    openai/openai-agents-python

    27,191GitHub पर देखें↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Maintains consistent data across multi-step executions by injecting shared context into agents and tools.

    Pythonagentsaiframework
    GitHub पर देखें↗27,191
  • agentscope-ai/agentscopeagentscope-ai का अवतार

    agentscope-ai/agentscope

    26,895GitHub पर देखें↗

    Agentscope is a comprehensive toolkit for developing and orchestrating autonomous multi-agent systems. It provides a unified framework for building agents that can reason, execute tools, and manage memory, enabling the creation of complex, collaborative workflows where multiple specialized agents interact to solve multi-step objectives. The platform distinguishes itself through a robust orchestration engine that supports both sequential and concurrent agent pipelines. It utilizes a centralized event bus for real-time telemetry, allowing developers to track agent reasoning, tool usage, and sys

    Attaches relevant knowledge to user prompts before processing to ensure agents have the necessary information for every interaction.

    Pythonagentchatbotlarge-language-models
    GitHub पर देखें↗26,895
  • yamadashy/repomixyamadashy का अवतार

    yamadashy/repomix

    26,498GitHub पर देखें↗

    Repomix is an AI-focused development utility designed to prepare local and remote codebases for analysis, review, and automated interaction. It functions as a codebase context bundler and a Model Context Protocol server, aggregating project files into structured documents that are optimized for ingestion by large language models. By serving as a bridge between local repositories and external intelligence agents, the tool facilitates real-time codebase inspection and automated development workflows. The system distinguishes itself through rigorous repository token management and security-consc

    Embeds custom guidelines or project context into the generated output file to improve AI response quality.

    TypeScriptaianthropicartificial-intelligence
    GitHub पर देखें↗26,498
  • eclipse-theia/theiaeclipse-theia का अवतार

    eclipse-theia/theia

    21,569GitHub पर देखें↗

    Theia is a modular framework designed for building professional-grade development environments that function as both local desktop applications and remote browser-based services. It provides a comprehensive toolkit for constructing specialized coding tools, allowing developers to assemble custom interfaces and backend logic through a flexible, contribution-based architecture. The platform distinguishes itself through a highly extensible workbench that supports the integration of existing third-party editor plugins and standard language servers. By utilizing a dependency injection container an

    Attaches dynamic data to chat requests to help language models generate more informed and relevant responses.

    TypeScriptcloud-ideeditorelectron
    GitHub पर देखें↗21,569
  • davila7/claude-code-templatesdavila7 का अवतार

    davila7/claude-code-templates

    20,933GitHub पर देखें↗

    Claude Code Templates is a comprehensive framework for orchestrating specialized AI agents and automating development workflows within local environments. It provides a structured system for defining, configuring, and deploying AI personas that handle specific technical tasks, ranging from backend architecture and frontend implementation to security auditing and infrastructure management. The project distinguishes itself through a configuration-driven approach that allows teams to standardize development environments and share reusable agent definitions across projects. It includes a robust C

    Automatically inserts relevant project files and context into AI model prompts for improved accuracy.

    Pythonanthropicanthropic-claudeclaude
    GitHub पर देखें↗20,933
  • claude-code-best/claude-codeclaude-code-best का अवतार

    claude-code-best/claude-code

    20,272GitHub पर देखें↗

    Claude Code is a command-line interface and multi-agent orchestration framework designed for autonomous software engineering. It enables AI agents to perform codebase modifications, debugging, and Git workflow management while coordinating multiple specialized agents to decompose and execute complex engineering tasks in parallel. The system distinguishes itself through a high degree of isolation and safety, utilizing Git worktrees to create independent working directories for concurrent agents and implementing a tiered permission system that combines user rules, project policies, and OS-level

    Dynamically inserts real-time data and messages into prompts based on triggers such as file changes.

    TypeScript
    GitHub पर देखें↗20,272
  • elder-plinius/l1b3rt4selder-plinius का अवतार

    elder-plinius/L1B3RT4S

    20,033GitHub पर देखें↗

    L1B3RT4S is an adversarial machine learning toolkit designed for red teaming and evaluating the robustness of large language models. It provides a research framework for investigating how safety alignment mechanisms and content moderation systems respond to sophisticated input strategies. The project focuses on identifying vulnerabilities in model guardrails by employing techniques such as adversarial narrative framing, dynamic context injection, and latent space steering. It utilizes multi-agent prompt decomposition and recursive text transformation to analyze how structural changes to input

    Injects synthetic conversation history and persona constraints to manipulate the model into ignoring its primary safety instructions.

    1337adversarial-attacksai
    GitHub पर देखें↗20,033
  • livekit/livekitlivekit का अवतार

    livekit/livekit

    19,358GitHub पर देखें↗

    LiveKit is a comprehensive framework for building and orchestrating real-time, multimodal AI agents that interact with users through voice, video, and text. It provides a centralized, event-driven architecture to manage the entire lifecycle of automated participants, from initialization and session state management to graceful shutdown. By utilizing a selective forwarding unit, the platform efficiently routes media streams between participants and agents, ensuring low-latency communication and secure, token-based authentication for all connections. The platform distinguishes itself through it

    Retrieves and adds relevant information to the conversation history in real-time based on user input to improve response accuracy.

    Gogolangmedia-serversfu
    GitHub पर देखें↗19,358
  • facebookresearch/llama-recipesfacebookresearch का अवतार

    facebookresearch/llama-recipes

    18,379GitHub पर देखें↗

    This repository is a collection of frameworks and guides for Llama models, functioning as a fine-tuning framework, an inference pipeline, and an AI workflow orchestrator. It provides tools for adapting large language models to specific datasets and domains. The project includes a parameter-efficient fine-tuning toolkit that utilizes techniques like low-rank adaptation to reduce memory and compute requirements. It also serves as an implementation guide for retrieval-augmented generation, combining model inference with external data retrieval to improve response accuracy. The capability surfac

    Dynamically inserts retrieved data and system instructions into prompts to guide model output.

    Jupyter Notebook
    GitHub पर देखें↗18,379
  • tanweai/puatanweai का अवतार

    tanweai/pua

    18,283GitHub पर देखें↗

    PUA is an agentic workflow orchestrator and behavioral governance tool designed to enhance the reliability and autonomy of AI coding assistants. It functions as a prompting framework and extension that implements strict engineering standards and verification requirements to prevent hallucinations and premature task completion. The project distinguishes itself through high-agency enforcement mechanisms, including escalating prompt pressure and failure-driven recovery loops that automatically pivot problem-solving strategies after repeated errors. It utilizes a diagnosis-first workflow that man

    Implements mechanisms for inserting concise diligence context into agent sessions to improve reasoning and performance.

    TypeScriptagencyagentpip
    GitHub पर देखें↗18,283
  • emcie-co/parlantemcie-co का अवतार

    emcie-co/parlant

    18,119GitHub पर देखें↗

    Parlant is an agentic workflow engine and orchestration framework designed for building conversational AI that adheres to strict behavioral guidelines. It provides a platform for managing multi-turn interactions through state-machine-based logic, allowing developers to define complex, hierarchical conversational flows that can adapt, skip, or revisit steps based on real-time user input. The framework distinguishes itself through its focus on behavioral governance and observability. It enables developers to define precise domain terminology and enforce instruction compliance through prioritize

    Embeds custom behavioral guidelines and project context into AI-bound data to ensure consistent agent responses.

    Pythonai-agentsai-alignmentcustomer-service
    GitHub पर देखें↗18,119
  • hwchase17/langchainjshwchase17 का अवतार

    hwchase17/langchainjs

    17,822GitHub पर देखें↗

    LangChainJS is an AI agent orchestrator and application framework designed for building autonomous systems that use large language models to plan and execute tasks. It serves as an integration library that connects language models with tools, memory, and external data sources to create context-aware logic and complex workflows. The project provides a provider-agnostic interface and model provider abstraction, allowing applications to switch between different language model providers without rewriting core logic. It includes a toolkit for retrieval augmented generation, utilizing retrievers to

    Implements mechanisms for dynamically inserting retrieved external data into AI model prompts to ground generation in facts.

    TypeScript
    GitHub पर देखें↗17,822
  • pydantic/pydantic-aipydantic का अवतार

    pydantic/pydantic-ai

    17,791GitHub पर देखें↗

    PydanticAI is a Python framework designed for building production-grade autonomous agents. It provides a unified interface for interacting with diverse language models, enabling developers to construct agents that perform complex tasks through structured data validation, tool execution, and multi-turn conversation management. The library centers on type-safe schema enforcement, ensuring that model inputs and outputs remain consistent and reliable throughout the agent's lifecycle. The framework distinguishes itself through a robust architecture that emphasizes modularity and testability. It ut

    Injects runtime-computed instructions into prompts to adapt agent behavior based on context.

    Pythonagent-frameworkgenaillm
    GitHub पर देखें↗17,791
  • mksglu/context-modemksglu का अवतार

    mksglu/context-mode

    17,558GitHub पर देखें↗

    This project provides a system for managing agent context and session memory, featuring an agent context compactor, an AI session memory manager, and a tool output sandbox. It functions as a middleware layer and server extension for the Model Context Protocol to optimize context windows and reduce token usage. The system optimizes agent performance by sandboxing tool outputs and externalizing large data sets, replacing raw I/O with pointers and concise summaries. It employs a persistent knowledge base that indexes session history and tool outputs for retrieval via full-text search, ensuring s

    Dynamically inserts historical data or summaries into AI model prompts to improve decision-making.

    TypeScriptantigravityclaudeclaude-code
    GitHub पर देखें↗17,558
  • kilo-org/kilocodeKilo-Org का अवतार

    Kilo-Org/kilocode

    15,616GitHub पर देखें↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    Dynamically injects project files, error logs, and git commits into AI prompts to provide relevant context for tasks.

    TypeScriptaiai-ageai-coding
    GitHub पर देखें↗15,616
पिछला123अगला
  1. Home
  2. Artificial Intelligence & ML
  3. Context Injection

सब-टैग एक्सप्लोर करें

  • Automatic Knowledge Injections1 सब-टैगAutomatically retrieving and injecting relevant knowledge base content into agent responses. **Distinct from Context Injection:** Distinct from Context Injection: specifically injects knowledge base content, not general session history or summaries.
  • Editor Context Injections5 सब-टैग्सMechanisms for dynamically inserting editor state like buffer contents, selections, or diagnostics into AI prompts. **Distinct from Context Injection:** Distinct from general Context Injection: specifically injects Neovim editor context (buffers, selections, diagnostics) rather than historical summaries or runtime data.
  • Instruction InjectionsMechanisms for embedding custom guidelines or project context into AI-bound data. **Distinct from Context Injection:** Distinct from general context injection: focuses on embedding static project guidelines rather than dynamic session data.
  • Markdown-Based InjectionsMechanisms for injecting project guidelines and patterns stored in markdown files into AI prompts. **Distinct from Context Injection:** Focuses specifically on markdown files as the source of injected context, unlike general historical summaries
  • Runtime Context Injections2 सब-टैग्सMechanisms for passing session-specific data to tools without exposing these parameters to the LLM schema. **Distinct from Context Injection:** Distinct from Context Injection: specifically handles the passing of non-model-facing runtime data to tool functions.