episodic_store
Saves an episodic memory of a task's type, input, and success for future reference and learning in research protocols.
Instructions
Store a new episodic memory/reflection for future learning.
Args: task_type: Type of task: CODE, RESEARCH, DEBUG, REVIEW input_preview: Brief description of the input/context success: Whether the task was successful
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| task_type | Yes | ||
| input_preview | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |