3 个仓库
Search systems that index the reasoning and intent behind code modifications.
Distinct from Search Indexing: Specifically indexes agent reasoning and prompts to uncover 'why' a change happened, not just 'what' was indexed.
Explore 3 awesome GitHub repositories matching data & databases · Intent-Based Search. Refine with filters or upvote what's useful.
这是一个自托管的 AI 监控技术栈,集 LLM 可观测性平台、AI 评估框架和 OpenTelemetry 链路分析器于一体。它旨在捕获并分析 LLM 链路、会话和遥测数据,以监控 AI Agent 的性能。 该平台作为 Model Context Protocol 服务器,将工作区功能暴露为 AI 编码 Agent 的工具。它支持将生产环境中的失败链路转换为回归测试数据集,并利用基于语义的会话聚类来发现新兴的用户行为模式。 系统涵盖了广泛的功能领域,包括 Agent 执行路径的遥测采集、实时流量的自动化评估评分,以及用于隔离交互模式的语义搜索。此外,它还提供信号回归告警、工具故障行为分析以及遥测数据的 PII 脱敏功能。 该软件可通过 Docker Compose、Kubernetes 或 Helm charts 部署在私有基础设施上,支持单机安装或可扩展集群部署。
Implements search systems that index the reasoning and intent behind agent interactions to uncover behavioral patterns.
InstantSearch 是一个 JavaScript 搜索框架和 UI 库,旨在利用 Algolia API 构建即时搜索和发现界面。它提供了一套用于在各种环境中实现搜索逻辑、状态同步和结果渲染的工具包,包括针对 React 和 Vue.js 的专用组件库。 该框架通过基于连接器的逻辑抽象和用于状态分发的提供者模式,将搜索数据处理与 UI 层解耦。这使得开发者可以通过将连接器转换为 Hooks,并使用独立、可组合的小部件系统来组装界面,从而构建自定义的搜索行为。 该库涵盖了广泛的功能领域,包括用于搜索引擎优化的服务器端渲染、用于状态持久化的 URL 同步以及用户交互分析。它还支持高级发现功能,如基于转化的重排序、个性化用户旅程以及基于机器学习的意图预测。
Categorizes user search queries using machine learning to surface the most relevant content categories.
This project is a Git-based AI session tracker and context manager designed to record AI agent interactions, transcripts, and tool usage directly into Git repositories. It functions as a system for capturing and indexing the reasoning behind code changes, linking AI prompts and responses to specific code commits to preserve developer intent. The tool distinguishes itself by using Git as a primary storage layer for session metadata, utilizing shadow branches and checkpoints to track agent state without polluting the main commit log. It includes specialized capabilities for auditing AI contribu
Enables searching for the developer intent behind code changes by indexing prompts and agent reasoning.