awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesQuery Intent Interpretation

Analysis of user requests to determine underlying purpose and context beyond simple keyword matching.

Distinct from Query Analyzers: Candidates focus on database query analysis (SQL); this is about LLM-based intent analysis for retrieval.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Query Intent Interpretation. Refine with filters or upvote what's useful.

Awesome Query Intent Interpretation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • microsoft/ai-agents-for-beginnersAvatar microsoft

    microsoft/ai-agents-for-beginners

    67,369Vezi pe GitHub↗

    This project is a structured educational resource and technical guide for designing and implementing autonomous systems using large language models. It provides a comprehensive curriculum and code samples focused on agentic design patterns, autonomous development, and the creation of systems capable of planning and executing multi-step tasks. The resource details the implementation of agentic retrieval-augmented generation, where models autonomously plan and refine data searches. It covers a wide array of orchestrators and design patterns, including metacognitive reflection for self-correctin

    Analyzes the underlying purpose and context of a request rather than relying on simple keyword matching.

    Jupyter Notebookagentic-aiagentic-frameworkagentic-rag
    Vezi pe GitHub↗67,369
  • mksglu/context-modeAvatar mksglu

    mksglu/context-mode

    17,558Vezi pe GitHub↗

    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

    Analyzes large execution results and returns only the sections matching a natural language query.

    TypeScriptantigravityclaudeclaude-code
    Vezi pe GitHub↗17,558
  • hwchase17/chat-langchainAvatar hwchase17

    hwchase17/chat-langchain

    6,377Vezi pe GitHub↗

    This project is a conversational assistant and retrieval-augmented generation system designed to provide technical answers from official documentation and support knowledge bases. It implements a retrieval architecture that routes queries through specialized tools and utilizes a model abstraction layer to switch between different chat and embedding providers without modifying core integration code. The system employs a graph-based state machine for durable agent execution, enabling state persistence and human-in-the-loop interactions. It features an agentic middleware framework that allows fo

    Classifies incoming requests against a predefined scope to block off-topic queries using intent analysis.

    TypeScript
    Vezi pe GitHub↗6,377
  • potpie-ai/potpieAvatar potpie-ai

    potpie-ai/potpie

    5,161Vezi pe GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Enables AI agents to answer questions about logic and intent by querying a structured knowledge graph.

    Pythonagentsai-agentsai-agents-framework
    Vezi pe GitHub↗5,161
  • volcengine/openvikingAvatar volcengine

    volcengine/OpenViking

    2,993Vezi pe 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

    Uses language models to decompose complex user requests into targeted queries to improve retrieval accuracy.

    Pythonagentagentic-ragai-agents
    Vezi pe GitHub↗2,993
  1. Home
  2. Artificial Intelligence & ML
  3. Query Intent Interpretation

Explorează sub-etichetele

  • Output FilteringMechanisms that use natural language intent to extract relevant fragments from large execution results. **Distinct from Query Intent Interpretation:** Distinct from Query Intent Interpretation: focuses on filtering the resulting data rather than interpreting the initial user request.
  • Structural Code Intent AnalysisUsing structural codebase representations to determine the logic and intent of code segments. **Distinct from Query Intent Interpretation:** Focuses on code structural intent via knowledge graphs rather than general natural language query intent interpretation.