Skip to content

Add AgentsKB - researched knowledge base for AI assistants#22

Open
Cranot wants to merge 1 commit into
brettkromkamp:mainfrom
Cranot:add-agentskb
Open

Add AgentsKB - researched knowledge base for AI assistants#22
Cranot wants to merge 1 commit into
brettkromkamp:mainfrom
Cranot:add-agentskb

Conversation

@Cranot

@Cranot Cranot commented Dec 1, 2025

Copy link
Copy Markdown

Hey! I'd like to add AgentsKB to this list.

What is it?

AgentsKB is a pre-computed knowledge base for AI agents - similar to RAG but we've done the retrieval and research upfront.

Instead of your agent retrieving documents at runtime, we've already researched 5,700+ technical questions against official documentation. Your agent just queries our API and gets the answer instantly.

How it works

  1. Agent encounters a technical question
  2. Queries AgentsKB via MCP or REST API
  3. Gets researched answer with source citation
  4. No document chunking, no embedding at runtime

Coverage

  • PostgreSQL, Next.js, Prisma, FastAPI, Docker, AWS
  • 40+ developer domains total
  • Focus on edge-case questions where LLMs often guess wrong

Integration

  • MCP server for Claude Code, Cursor, Cline
  • REST API for any agent framework

Links

Free tier: 300 queries/month, no API key needed.

Let me know if you'd like any changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant