wander
Explore stored memories through a random walk, balancing discovery and focus via temperature control. Adjust steps and starting point to navigate the knowledge graph.
Instructions
Explore memory space through random walk. Uses temperature-based selection to balance exploration and exploitation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Number of exploration steps | |
| start_id | No | Starting memory UUID (random if not provided) | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Optional namespace filter | |
| temperature | No | Randomness (0.0=focused, 1.0=very random) |