episodic_store
Store task outcomes and reflections for future learning, categorizing by task type and success status to build a knowledge base.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_type | Yes | ||
| input_preview | Yes | ||
| success | No |