← Back to all bundles

oneo — OKF Bundle for Knowledge Graphs

OKF ✓ v0.1

Open Knowledge Format (OKF) knowledge indexing into Neo4j for hybrid vector + full-text + graph-expanded retrieval and grounded, cited answer generation.

By tbrandenburg 1 stars Uncategorized MIT

Best for

  • Knowledge graph and knowledge management systems
  • RAG (Retrieval Augmented Generation) pipelines

What it does

  • Builds and maintains a structured knowledge graph from markdown content
  • Fully OKF-conformant — works with any OKF-compatible agent framework
  • Version-controlled with standard Git workflows for collaboration

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/tbrandenburg/oneo
cd oneo

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/oneo
# Cursor
cursor /path/to/oneo
# OpenCode
opencode /path/to/oneo

Frequently Asked Questions

Is oneo OKF conformant?

Yes, oneo is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install oneo?

Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.

What AI agents can use oneo?

oneo works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.

What are alternatives to oneo?

Similar bundles include okf-tools, Disk.Brain, okf-agents. Browse these for alternative approaches and feature sets.