resume_research
Resume a deep research session from its checkpoint to continue codebase analysis without restarting from scratch.
Instructions
Resume a previously interrupted deep research session from its checkpoint. This is a convenience wrapper - you can also use deep_research with resume_research_id directly.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository | |
| research_id | Yes | ID of the research checkpoint to resume (from list_research_checkpoints) |