{
  "id": 5077711,
  "title": "Architecture of an Auditable Al Chatbot: Multi-Agent Routing with Open Knowledge Format",
  "url": "https://urgent.news/2026/09/02/architecture-of-an-auditable-al-chatbot-multi-agent-routing-with-open",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-02T11:35:07.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/sachin_goyal94/architecture-of-an-auditable-al-chatbot-multi-agent-routing-with-open-knowledge-format-joe"
  },
  "original_language": "en",
  "account": "When I learned about Open Knowledge Format (OKF), a portable knowledge format built with Markdown and YAML, I knew it could be used for more than just building a chatbot. OKF is designed to be vendor-neutral and independent of any particular agent framework or model provider. It demonstrates datasets, schemas, concepts, references, and connected knowledge through examples like GA4 e-commerce data, Stack Overflow data, Bitcoin data, and retail data.\n\nOKF combines two layers: YAML frontmatter stores queryable fields like type, resource, tags, generation details, verification state, and lifecycle status, while the Markdown body contains the prose, schemas, examples, explanations, and other context that people and language models need to read. This structure allows for a more organized and standardized representation of knowledge compared to treating it as an undifferentiated collection of text.\n\nThe chatbot I built with OKF is not just an interface connected to a language model; it's a knowledge-publication and retrieval system that decides which information is allowed to be used in a visitor-facing answer. The chatbot interprets a visitor's question, routes it through an approved catalogue, and generates an answer only from records that satisfy publication rules. These records undergo strict gatekeeping based on factors such as visibility, stability, and human verification before being used in the answer generation process.\n\nWhile OKF and Retrieval-augmented Generation (RAG) operate at different layers, they both solve distinct problems in the AI space. OKF provides a structured knowledge representation, while RAG retrieves relevant information from a large dataset to generate responses. OKF adds a layer of control and transparency to the AI's decision-making process, ensuring that only relevant, current, and approved information is used in AI-generated responses.",
  "summary": "TL;DR I learned and applied Open Knowledge Format (OKF) , a vendor-neutral Markdown-and-YAML format for portable knowledge records. I used it as the governed knowledge layer for my portfolio chatbot, but OKF is broader than chatbots: the official repository demonstrates datasets, schemas, concepts, references, and connected knowledge through examples such as GA4 e-commerce data, Stack Overflow…",
  "key_points": [
    "Open Knowledge Format (OKF) is a vendor-neutral, Markdown and YAML-based knowledge format.",
    "OKF combines YAML frontmatter with Markdown body to organize structured knowledge.",
    "Chatbot built with OKF acts as a knowledge-publication and retrieval system with strict gatekeeping."
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}