version: "1.0.1" name: graph-retrieval description: Exposes graph-based retrieval as a tool capability via query_graph. Reads normalized graph store files, builds a query-relevant subgraph, and returns LLM-friendly semantic triples with replayable evidence metadata.
Expose graph-based retrieval as a tool capability without breaking the existing RepoBrain execution chain.
json
{
"summary": "...",
"triples": [["subject", "predicate", "object"]],
"evidence": [{"retrieval_id": "...", "tool_name": "..."}],
"nodes": [...],
"edges": [...]
}