okc 0.1.0

A local-first tool for AI agents to browse, parse, search, and reason over Open Knowledge Format (OKF) repositories
Documentation
1
2
3
4
5
6
7
8
9
# OKC Configuration
# Roots are the directories to index and serve
roots = ["docs"]

# Database path
db_path = "okc_index.db"

# Scanner settings
scan_interval_secs = 60