-
Notifications
You must be signed in to change notification settings - Fork 1
Docs index
Arun Soman edited this page Aug 31, 2026
·
1 revision
Where everything lives — migrated from the README on 2026-08-31 and verified against the code at tag v0.1.4; if code and wiki ever disagree, the code wins and this page gets a PR.
-
Security model — the
runtool's jail, timeout, and (optional) container seam, stated as a threat model: what is isolated, what is NOT, and which surface refuses what by default. -
Benchmarks — urllib3 — the third dataset,
fully regenerable from
scripts/benchmark.sh. - Benchmarks — psf/requests — the same methodology re-run on a well-known public repo this project didn't write, not a self-referential proof case; a real win and a real recall gap, both reported.
-
Benchmarks — urllib3 — the third dataset,
fully regenerable from
scripts/benchmark.sh. - Tool-selection accuracy — does having 81+ tools instead of ~14 cost an agent selection accuracy? Measured, not asserted: 14/14 correct in both conditions, one run — the hypothesis that breadth costs accuracy didn't hold up here.
- Benchmarks — real tool-call/response-size measurements against a real codebase, published honestly (including where it didn't win). (The competitor head-to-head — CodeGraphContext/Serena actually installed and run — is maintained locally by the author and is not part of this public tree; its published claims are footnoted in the remaining benchmark docs.)
-
Adding a language — a complete, verified
LanguageAdapterfor a language cie has never seen, no tree-sitter grammar or LSP involved.
If code and this wiki disagree, the code wins — then this wiki gets a PR. Evidence lives in the repo, not here.
Start
How-tos
- Install & serve to your MCP client
- Choose your storage backend
- Run the Neo4j team mode
- Index & keep it fresh
- Ask impact questions
- Task & QA layer
- Semantic search
- Snapshot or serve HTTP
- Policies & the write boundary
- Troubleshoot
Reference
- Extraction pipeline
- Data model
- Tool reference
- Benchmarks
- Security & determinism
- Two tiers · Project layout · Docs index
Contribute