hebbrix_ask
Answer natural-language questions about your memories in a single call, with cited sources and optional relationship graph. No need to orchestrate separate search, graph query, and profile tools.
Instructions
Answer a natural-language question from memory in ONE call. Searches memories, synthesizes an answer with an LLM, and CITES the memory ids it used ā so you don't have to orchestrate hebbrix_search + hebbrix_graph_query + profile yourself. Use for questions like "who works with me on Atlas and what did we decide?".
Returns {"question", "answer", "citations":[{"id","content","score"}],
"graph"?, "profile"?}. graph (when include_graph) adds typed relationships
for entities named in the question; profile adds durable user facts. If the
reasoning backend is unavailable it falls back to raw search hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| collection_id | No | ||
| include_graph | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||