query_knowledge
Search a dated AI-knowledge base for accumulated findings on agents, LLMs, evals, and context engineering. Returns rank-ordered cards for quick, grounded answers without live web or LLM synthesis.
Instructions
Search the AmiticIA knowledge base — current, dated, rank-ordered AI-agent
findings — for material relevant to question. Free and fast: keyword (BM25)
retrieval only, no web, no LLM. Use this for a quick grounded read of what
has already been accumulated; use research when you need live web evidence
and a synthesized answer.
CHECK THE SDK FIRST — this is the research-frontier layer, not the
how-to-build layer. If you are building an agentic feature, the proven 2026
pattern almost always already lives in your SDK's own docs (LangGraph via the
docs-langchain MCP; Vercel AI SDK / OpenAI / Google via Context7). Reach for
those first; this KB exists for what the SDK docs do NOT yet settle.
SCOPE — this KB covers only the fast-moving AI-engineering frontier (agents, LLMs, harnesses, evals, context engineering, agent security, AI coding tools, model capability/cost trends): the areas where your training is most likely stale. It is NOT for general/evergreen software architecture (CRM, omnichannel, helpdesk, classical patterns — answer those from your own knowledge) and NOT for library/framework/API docs (use Context7). If the question is one of those, prefer your own knowledge or Context7 over this KB.
Args: question: what to look up. topic: optional filter — one of the known topic slugs (agent-architecture, agent-harness, context-engineering, coding-agents, capability-and-cost-trends, agent-security, methodology, evals-and-benchmarks).
Returns JSON: {cards: [...], coverage: {count, newest, oldest}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |