explore_reasoning_space
Wander a reasoning diagram from a start node using curiosity to prioritize low-exploration nodes, revealing new paths and updating exploration counts.
Instructions
Wander the diagram based on a curiosity metric using NavigationMemory.
Prioritizes nodes that have a low exploration_count.
Args: diagram_id: ID of diagram start_node: Starting node ID steps: Number of steps to take (default: 5) temperature: Exploration factor (0.0 = greedy unvisited, 1.0 = highly random)
Returns: dict with path, steps_taken, and updated exploration_counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | ||
| diagram_id | Yes | ||
| start_node | Yes | ||
| temperature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||