Query the knowledge base. Searches wiki articles and synthesizes an answer with references.
Answer the question: $ARGUMENTS
wiki/graph.json to understand the knowledge graph structure (nodes, edges, tags)wiki/index.md to find relevant articles by categorywiki/ for keywords related to the questionThe knowledge graph (wiki/graph.json) contains tags for every article. Use these to find
related content that keyword search might miss. For example, if the user asks about "how
agents verify each other", search for tags like agent-identity, pki, trust to find
relevant articles even if they don't contain those exact words.
When multiple articles share tags, they likely cover related aspects of the same topic. Follow tag clusters to build a more complete answer.