Google Cloud חושפת את ה-Open Knowledge Format להנעת סוכני AI
Google Cloud השיקה את ה-Open Knowledge Format (OKF), מפרט חדש שנועד להפוך ידע ארגוני לפורמט סטנדרטי של קבצי Markdown ניתנים לניוד. באמצעות הפיכת נתונים מפוזרים לפורמט בעל יכולת פעולה משותפת (interoperable), ה-OKF שואף לפתור את פער ההקשר (context gap) העצום שמונע כיום מסוכני AI לפעול ביעילות בתוך אקו-סיסטמים ארגוניים מורכבים.
פתרון בעיית הפיצול בתהליכי עבודה של סוכנים (Agentic Workflows)
ככל שסוכני AI הופכים לאוטונומיים יותר, הם נתקלים במכשול משמעותי: "פיצול הקשר" (context fragmentation). כיום, מידע קריטי מפוזר בין קטלוגי מטא-דאטה, ויקי פנימיים, הערות בקוד ותאים ב-Jupyter notebook. כאשר סוכן AI מנסה לבצע משימה — כמו כתיבת שאילתת SQL מדויקת עבור סט נתונים מסוים — עליו להתאמץ כדי לחבר בין השברים המפוזרים הללו.
Google Cloud מציינת כי הנוף הנוכחי הוא אוסף של פתרונות מותאמים אישית ומבודדים (siloed). מפתחים בונים כיום פתרונות הקשר ייעודיים, החל מ-Obsidian Vaults ועד לקבצי מוסכמות מותאמים אישית כמו AGENTS.md או CLAUDE.md. למרות שדפוסי "מטא-דאטה כקוד" (metadata as code) הללו יעילים, חסרה להם יכולת פעולה משותפת. הידע נותר נעול בתוך המערכת או המאגר (repository) הספציפי שיצר אותו, מה שמונע זרימה חלקה של מידע בין כלים ומסגרות עבודה (frameworks) שונות.
מפרט ה-OKF: מינימליסטי ובעל יכולת פעולה משותפת
ה-Open Knowledge Format (v0.1) לוקח את קונספט ה-"LLM wiki" ומקודד אותו לתקן אוניברסלי. בבסיסו, חבילת (bundle) OKF היא ספרייה של קבצי Markdown המשתמשים ב-YAML frontmatter. המפרט הוא מינימליסטי בכוונה כדי לעודד אימוץ; השדה המחייב היחיד הוא "type", אם כי יצרנים יכולים לכלול שדות אופציונליים כגון title, description, resource, tags ו-timestamps.
מכיוון שהוא נשען על Markdown סטנדרטי, גרף הידע נוצר באמצעות קישורי Markdown מסורתיים, המחברים בין מושגים באופן טבעי. עיצוב זה מבטיח שה-OKF הוא נייד מאוד: ניתן לקרוא חבילת OKF בכל עורך טקסט סטנדרטי, היא מוצגת באופן טבעי ב-GitHub ומאונדקסת על ידי כל כלי חיפוש קיים. חשוב מכל, המפרט מפריד בין היצרנים לצרכנים, מה שאומר שמסמך שנכתב על ידי אדם יכול לעבור עיבוד על ידי סוכן AI, וחבילה שנוצרה על ידי מכונה יכולה להיות ניתנת להצגה ויזואלית בקלות על ידי אדם.
אינטגרציה של אקו-סיסטם ומימושי ייחוס (Reference Implementations)
To ensure the spec moves beyond theory, Google Cloud is providing several reference implementations and tools. This includes an enrichment agent capable of crawling BigQuery datasets to automatically generate OKF documents for every table. Google has also released a static HTML visualizer and provided sample bundles for complex datasets, including GA4 e-commerce, Stack Overflow, and Bitcoin data.
Crucially, Google Cloud has updated its own Knowledge Catalog to ingest OKF, allowing the format to be served directly to AI agents. By making the spec and code available on GitHub, Google is positioning OKF as a foundational layer for the next generation of agentic workflows, where knowledge is treated as a standardized, portable asset rather than a locked data silo.
Key Takeaways
- Standardized Context: OKF converts scattered documentation into a unified directory of Markdown files, allowing AI agents to navigate complex knowledge graphs using standard links.
- Minimalist Design: By requiring only a single "type" field in YAML frontmatter, the specification ensures high portability and low friction for developers.
- Interoperability: The format bridges the gap between human-readable wikis and machine-readable metadata, working across any cloud provider, database, or agent framework.