← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Google Cloud's Knowledge Catalog Integrates Open Knowledge Format (OKF) for Agent Context

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • OKF formalizes the LLM-wiki pattern for portable agent context.
  • Knowledge Catalog provides a governed index for organizational data.
  • Integration allows OKF bundles to be discoverable, governed, and reachable.
  • Setup uses gcloud dataplex and kcmd for publishing bundles.

Open Knowledge Format Evolution

The Open Knowledge Format (OKF) is an open specification designed to formalize the LLM-wiki pattern into a portable and interoperable format for AI agents. OKF v0.1 established a portable format using markdown files with YAML frontmatter, while OKF v0.2 added trust signals such as provenance, verification, freshness, and attestation to enhance reliability for machine-authored bundles.

Challenge of Organizational Sharing

While OKF provides a portable format, a key challenge has been sharing and governing access to OKF bundles across an organization. Managing bundles in separate Git repositories does not offer searchability alongside data, lacks integrated security and compliance, and is disconnected from existing technical metadata like schemas and lineage. This approach does not scale beyond a small number of bundles, as each agent needs to know the specific location of every bundle.

Knowledge Catalog Integration

To address organizational scalability, Google Cloud's Knowledge Catalog now integrates with OKF. Knowledge Catalog functions as a context engine for agents, providing a governed index over data from sources like BigQuery, Cloud Storage, and operational databases. By mapping OKF bundles onto Knowledge Catalog's existing types, every concept within a bundle becomes discoverable, governed, and accessible to any agent already utilizing the catalog.

Enhanced Discoverability and Governance

The integration means that OKF bundles benefit from Knowledge Catalog's features, including schema, lineage, ownership, and tagging. The catalog also offers search and cross-project lookup capabilities, retrieving optimized context for agentic queries. Access to this context is secured and governed by IAM controls, ensuring agents only access entries they are authorized to see based on their IAM identity.

Simplified Publishing Process

Publishing an OKF bundle into Knowledge Catalog requires a one-time setup and a single push. This process utilizes OKF sample code found in the Knowledge Catalog repository. Wrappers within this code call gcloud dataplex for the initial setup and delegate the push operation to kcmd, the Metadata-as-Code CLI also located in the same repository. The setup registers specific Knowledge Catalog resources, including an EntryGroup to contain the bundle.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~10 min · 8 stories · Aug 26

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Google Cloud's Knowledge Catalog now integrates with the Open Knowledge Format (OKF), allowing organizations to share and govern OKF bundles across their systems. This integration enables discoverability, governance, and secure access for AI agents to contextual information, addressing the scalability challenges of managing OKF bundles independently.