One-shot vault dashboard the LLM can call at the start of a session to
orient itself.
Cheap structural signals only — no full-text scan, no embedding. Useful
as a "first call" for an agent to understand the corpus shape (size,
recency, link-graph health) before issuing specific reads.
Parameters
vault: Vault
The vault.
args: {top_tags?:number}
top_tags controls how many top tags are returned
(default 10).
One-shot vault dashboard the LLM can call at the start of a session to orient itself.
Cheap structural signals only — no full-text scan, no embedding. Useful as a "first call" for an agent to understand the corpus shape (size, recency, link-graph health) before issuing specific reads.