No description
Find a file
ProofOfConcept a36449032c query: peg-based query language for ad-hoc graph exploration
poc-memory query "degree > 15"
poc-memory query "key ~ 'journal.*' AND degree > 10"
poc-memory query "neighbors('identity.md') WHERE strength > 0.5"
poc-memory query "community_id = community('identity.md')" --fields degree,category

Grammar-driven: the peg definition IS the language spec. Supports
boolean logic (AND/OR/NOT), numeric and string comparison, regex
match (~), graph traversal (neighbors() with WHERE), and function
calls (community(), degree()). Output flags: --fields, --sort,
--limit, --count.

New dependency: peg 0.8 (~68KB, 2 tiny deps).
2026-03-03 10:55:30 -05:00
prompts spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
schema add position field to capnp schema 2026-02-28 23:15:10 -05:00
scripts spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
src query: peg-based query language for ad-hoc graph exploration 2026-03-03 10:55:30 -05:00
.gitignore poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
build.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
Cargo.lock query: peg-based query language for ad-hoc graph exploration 2026-03-03 10:55:30 -05:00
Cargo.toml query: peg-based query language for ad-hoc graph exploration 2026-03-03 10:55:30 -05:00