deep_search
Search beliefs and source documents using dual-path retrieval with IDF ranking, returning pre-ranked context ready for synthesis. No LLM call, sub-second response.
Instructions
Search beliefs and source documents with IDF-ranked results. No LLM call, sub-second response.
This is the recommended search tool. It runs dual-path retrieval across the belief network and source document chunks, returning pre-ranked context ready for synthesis. Use this instead of calling search + list_beliefs + get_entry separately.
Args: query: The question or search terms project: Project name or UUID (uses default if empty)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |