Skip to content

v0.1.0 — Core Engine

Choose a tag to compare

@rohansx rohansx released this 11 Mar 13:01
· 42 commits to main since this release
c2333f0

Initial release of ctxgraph — local-first context graph engine for AI agents and human teams.

What's in v0.1.0

  • SQLite storage with WAL mode and FTS5 full-text search
  • Bi-temporal edges — valid_time + transaction_time for temporal reasoning
  • Graph traversal — multi-hop walks with depth limiting via recursive CTEs
  • Episode/Entity/Edge type system with fluent builder API
  • CLI commands: init, log, query, entities, decisions, stats
  • 24 tests covering all core functionality

Install

cargo install ctxgraph-cli