hebbrix_ask
Answer natural-language questions from memory in a single call. Searches stored memories, synthesizes an answer with an LLM, and returns cited evidence, avoiding multiple manual queries.
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"}]} plus the same authoritative safety envelope as search. If reasoning or its evidence receipt is unavailable, the tool fails closed with no citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| collection_id | No | ||
| include_graph | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||