AgentDish directory

rag

Accepted listings with this tag.

Listing Category Score Trend Checked
#73 ↓ -1
Docker AI Stack

A self-hosted Docker Compose stack for running local AI services including Ollama, LiteLLM, Whisper, Kokoro, embeddings, and an MCP Gateway.

Developer Tools / Self-hosting / AI Infrastructure 90 ↓ -1 117 days ago Details
#105 → 0
ORBIT

Self-hosted, OpenAI-compatible AI gateway for private RAG, natural-language data access, and tool-calling agents. It connects files, databases, vector stores, APIs, and MCP tools through one backend with auth, observability, and governance features.

AI Developer Tool / AI Gateway / RAG Backend 89 → 0 30 days ago Details

오픈소스 AI 인프라 산정 도구로, 보유 GPU나 목표 워크로드를 입력해 실행 가능한 모델, 필요 장비, 배치안, TCO 비교까지 계산합니다. LLM, RAG, VLM, 아바타, 음성 워크로드를 다루며 한국어/영어 UI와 여러 추천 경로를 제공합니다.

Developer Tools / Code Assistant 88 ↓ -3 7 days ago Details
#251 ↓ -3
Monlite

A local-first backend for AI agents that bundles documents, vector search, cache, queues, and cron jobs into one SQLite file, with optional Postgres support.

Developer Tools / Databases & Storage 88 ↓ -3 61 days ago Details

A 150M ModernBERT-based token classification model that extracts verbatim evidence spans for RAG and related pipelines, reducing the need for an LLM call to highlight answers.

AI Model / Text Extraction / RAG 88 ↓ -3 81 days ago Details

JetBrains introduces Mellum2, an open-source 12B model built for software engineering workflows, routing, Q&A, RAG, sub-agents, and private deployment.

AI Model / Code/Workflow Model 88 ↓ -3 91 days ago Details

A two-part self-study course for building a tiny LLM stack from scalar autograd to a working chat assistant, with modules covering transformers, pretraining, instruction tuning, retrieval, tool use, and agent loops.

Developer Tools / Code Assistant 87 ↓ -4 6 days ago Details
#350 ↓ -4
TokenPath

TokenPath is an API for token-level citations and attribution for LLM outputs. It resolves claims in generated answers back to source spans, uses attention-based tracing, and includes an endpoint for raw heatmaps.

Developer Tools / API 87 ↓ -4 40 days ago Details
#370 ↓ -4
ForthWrite

ForthWrite is a Chrome extension for Gmail that learns a user’s email voice from sent messages and edits. This page explains its retrieval-and-feedback loop in detail, including pgvector-based RAG, edit-distance scoring, a phrasing miner, and the stack behind the product.

Writing / Email Assistants 87 ↓ -4 62 days ago Details
#463 ↑ +2
Hubmesh

Hubmesh is a Python library for multi-hop GraphRAG retrieval planning on top of existing vector databases. It adds centrality-aware seed selection, budget-aware context packing, entity graph building, and an MCP server for agent/tool integrations.

Developer Tools / RAG / Retrieval 86 ↑ +2 26 days ago Details
#504 ↑ +2
verbatimeter

A Python package and CLI for checking how closely an AI-generated answer reuses its source text, with support for verbatim matching, subsequence matching, quotation verification, and pipeline gating.

Developer Tools / Code Assistant 86 ↑ +2 51 days ago Details
#523 ↑ +2
SmolSignal

SmolSignal is an AI signal copilot for Flipper Zero files. It explains common capture formats, classifies safety risk, supports local and cloud model backends, and can generate safe consumer IR files.

Developer Tools / AI Development 86 ↑ +2 58 days ago Details
#533 ↑ +2
QVAC

Open-source SDK and libraries for building local-first, peer-to-peer AI apps. It supports local LLM inference, embeddings, translation, transcription, TTS, OCR, image generation, and an OpenAI-compatible API across desktop and mobile platforms.

Developer Tools / AI SDK 86 ↑ +2 66 days ago Details
#559 ↑ +2
ZSE v2.0.0

A pure-Python LLM inference engine and server with CUDA/HIP/Metal code generation, OpenAI-compatible API support, built-in RAG, and multi-GPU backend support.

Developer Tools / AI / ML Infrastructure 86 ↑ +2 90 days ago Details
#567 ↑ +2
Dream Server

Dream Server is an open-source stack that turns a PC, Mac, or Linux machine into a private AI server with local model inference, chat UI, voice, agents, workflows, RAG, and image generation. The page shows setup instructions, platform support, release notes, and a clear positioning for self-hosted use.

Developer Tools / Code Assistant 86 ↑ +2 95 days ago Details
#709 ↓ -3
Terraform RAG

AI-powered knowledge base for Terraform modules that supports semantic search, agentic composition, audit checks, and optimization from indexed repositories and conventions.

Developer Tools / Code Assistant 85 ↓ -3 89 days ago Details

An open-source Python support agent that uses SynapCores as the agent brain for memory, retrieval, semantic tool routing, and generation. The repo includes a quick start, local Docker setup, example commands, and a traced demo of the agent loop.

Developer Tools / Code Assistant 85 ↓ -3 97 days ago Details
#737 ↓ -6
Backprompter

Backprompter is a workspace for creating, testing, and deploying AI agents without backend code. The page shows prompt-based agent setup, simulated users and evaluations, hosted chat UI deployment, SDK/API access, RAG, voice chat, and Stripe billing.

AI Agent Builder / No-code / low-code 84 ↓ -6 3 days ago Details
#790 ↓ -6
Symbio

Symbio is a local AI assistant that learns from user corrections, builds training data from notes, and can fine-tune itself over time. It supports file operations, sandboxed shell commands, RAG, a Telegram bot, and a demo with MoA and skill adapters.

Developer Tools / Code Assistant 84 ↓ -6 29 days ago Details
#791 ↓ -6
Frontier Roles

A job board focused on AI engineering roles, with first-party listings for RAG, agents, evals, inference, and MCP-related work. The page shows live filters, location and seniority breakdowns, and a nightly refreshed feed of open roles.

Jobs / AI Engineering Jobs 84 ↓ -6 30 days ago Details
#827 ↓ -6
Custodian Labs

Custodian Labs is a developer platform for building and deploying AI agents from a small code snippet. The page highlights agent deployment, built-in RAG, model flexibility, multi-agent routing, and a privacy-focused Guardian layer for handling PII.

Developer Tools / Code Assistant 84 ↓ -6 42 days ago Details
#839 ↓ -6
AgentReady

AgentReady is an MCP-based service that turns public websites into agent-friendly docs sources with cited answers, llms.txt generation, and live /ask and /mcp endpoints.

Developer Tools / AI Dev Tools 84 ↓ -6 45 days ago Details

An open-source multi-model teaching assistant for UIUC ECE 120, with a Gradio UI, retrieval-augmented search, and evaluation scripts. The repo includes setup instructions, a live Hugging Face demo, and details on how it uses separate models for retrieval, generation, moderation, and ranking.

AI Developer Tool / AI Application / RAG Assistant 84 ↓ -6 45 days ago Details
#875 ↓ -6
Semantic Manifest

An open NDJSON specification for AI crawler ingestion and site content graphs, with examples and reference files in the repository.

Developer Tool / AI Crawling / Content Ingestion 84 ↓ -6 59 days ago Details