Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions okf/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reference Agent — an OKF proof of concept
# Open Knowledge Format (OKF)

### 📖 [Read the Open Knowledge Format v0.1 specification → SPEC.md](SPEC.md)

Expand Down Expand Up @@ -34,14 +34,6 @@
> - [`bundles/crypto_bitcoin/`](bundles/crypto_bitcoin/) — Bitcoin
> blocks/transactions ([viz.html](bundles/crypto_bitcoin/viz.html))
A reference agent that ingests metadata from a pluggable source and emits an
**[OKF](SPEC.md) bundle**: a directory of markdown documents with YAML
frontmatter that catalog tools, downstream agents, and humans can all read.

Built on the Google [Agent Development Kit](https://adk.dev/) with Gemini as the
model backend. BigQuery is the first source implementation; the
`Source` interface is designed to grow.

## Why OKF?

OKF represents catalog knowledge as plain markdown files with YAML
Expand Down