Riven Research
riven_researchExecutes a multi-step agentic research task for open-ended questions, polls until completion, and returns a summarized thread.
Instructions
Create a Riven Computer research task for the given prompt, run it, poll until it completes (or times out), and return a summary of the resulting thread. Use for open-ended research questions that benefit from multi-step agentic work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Short title for the task. Defaults to the prompt. | |
| prompt | Yes | The research question or brief. | |
| timeout_seconds | No | Maximum time to wait for the task to finish. Defaults to 120 seconds. |