task_load
Retrieve a saved task's distilled context to continue where you left off. Provide the task name or ID, and optionally include the full conversation log.
Instructions
Load a task's context to continue working on it.
Call this when the user says "load task X", "加载 X 任务", or wants to resume a specific task. Returns the distilled context (context.md) that gives you everything you need to continue the task.
Args: name: Task name or ID include_conversation: If true, also include the full conversation log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| include_conversation | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||