@Saboo_Shubham_: Google just shipped Open Knowledge Format v0.2, and it is all about agentic trust. When a person writes a wiki page, yo…
Summary
Google released Open Knowledge Format v0.2, adding frontmatter fields for sources, verification, freshness, and status, plus Attested Computation for verified metrics, enabling agentic trust in data catalogs.
View Cached Full Text
Cached at: 07/29/26, 03:59 PM
Google just shipped Open Knowledge Format v0.2, and it is all about agentic trust.
When a person writes a wiki page, you know who to ask if it is wrong. When an agent writes ten thousand pages overnight, nobody is accountable for any of them. The agent reading those pages needs signals it can check before it reads a single line.
v0.2 puts four of them in the frontmatter:
• sources: what the page was built from, with author and usage count. Raw signals, no trust score. • generated and verified: who wrote it, who checked it. Human checked and machine checked stay separate. • stale_after: a fixed date, so freshness is a date comparison. • status: draft, stable, or deprecated.
The best part is a new type called Attested Computation. It holds the approved query for a metric. The agent fills in parameters and nothing else. It never writes the SQL. After a run, a small script compares what actually ran against what was approved. Rename a table or drop a join and it fails, and the number never gets shown.
Still just markdown and YAML. Every new field is optional. Your v0.1 bundles still work.
GitHub Repo: https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf…
GoogleCloudPlatform/knowledge-catalog
Source: https://github.com/GoogleCloudPlatform/knowledge-catalog
Knowledge Catalog
Knowledge Catalog (formerly Dataplex), is an AI-powered data catalog and metadata management platform. It provides a dynamic knowledge graph of all your data, structured and unstructured, to provide semantics and business context to AI agents
This repository features tools, agents, and samples that demonstrate Knowledge Catalog features, and building context management, enrichment and retrieval solutions.
Getting Started
Contributing
See the contributing instructions to get started contributed.
License
All solutions within this repository are provided under the Apache 2.0 license. Please see LICENSE for more detailed terms and conditions.
Disclaimer
This repository and its contents are not an official Google product.
Similar Articles
@Saboo_Shubham_: Google just introduced Open Knowledge Format. An open standard for the context AI agents need based on Karpathy's LLM w…
Google announced the Open Knowledge Format, an open standard based on Karpathy's LLM wiki concept, designed to provide context for AI agents using simple markdown files.
Introducing the Open Knowledge Format (9 minute read)
Google Cloud introduces the Open Knowledge Format (OKF), an open specification for representing metadata and curated knowledge in markdown files to improve data sharing and context for AI agents. The format aims to make knowledge from fragmented internal systems portable and interoperable.
@wey_gu: Google Cloud 的 Open Knowledge Format 非常棒,标准化了 LLM-Wiki inspired 的分层级、有关系的 textual 知识的结构,我非常喜欢这个标准
Google Cloud introduces the Open Knowledge Format (OKF), an open specification that standardizes the LLM-wiki pattern for representing structured knowledge in markdown with YAML frontmatter, aiming to improve data sharing and interoperability for AI agents.
@midudev: Google has just introduced Open Knowledge Format. An open standard for sharing knowledge between humans and AI agents u…
Google ha presentado Open Knowledge Format, un estándar abierto basado en Markdown para compartir conocimiento entre humanos y agentes de IA, funcionando como una wiki viva de negocio.
@hwchase17: anyone looked into or using Open Knowledge Format (https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/o…
Harrison Chase asks about the Open Knowledge Format from Google Cloud's Knowledge Catalog, an AI-powered data catalog and metadata management platform.