mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 17:05:58 -05:00
[PR #391] [CLOSED] Add AgentsKB - researched knowledge base for AI assistants #7456
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/391
Author: @Cranot
Created: 12/1/2025
Status: ❌ Closed
Base:
main← Head:add-agentskb📝 Commits (1)
cae7224Add AgentsKB - researched knowledge base for AI assistants📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)📄 Description
Hey! I'd like to add AgentsKB to this list.
What is it?
AgentsKB is a researched knowledge base designed specifically for AI coding assistants. We focus on the questions where LLMs typically struggle - specific technical details, exact default values, version-specific gotchas.
Example: "What's the default
statement_timeoutin PostgreSQL?" - LLMs often guess. We researched it: 0 (disabled), from the official docs.Why it exists
When AI assistants search the web while debugging, it's a quick side-task. They grab something that looks right and move on. We do dedicated research per question against official documentation, so the answer is actually correct.
Stats
Links
Free tier: 300 queries/month, no API key needed.
Happy to adjust the entry if needed!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.