rlm_orchestrate
Scans project sections, ranks top relevant results, and loads raw files for highest-scoring documents to answer queries with combined search and raw access.
Instructions
Multi-round context exploration in a single call. Performs: (1) section scan for project structure, (2) ranked search for top relevant sections, (3) raw file load for highest-scoring documents. Combines search intelligence with raw access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The question or topic to explore | |
| max_tokens | No | Token budget for raw file content | |
| top_k | No | Number of top sections to use for file selection | |
| search_mode | No | hybrid |