Skip to main content

Module recall_layer

Module recall_layer 

Source
Expand description

Cross-session recall wiring for crate::AgentLoop.

  • SessionSearchTool — LLM-callable search over the recall store, three shapes (discovery / scroll / browse). Owner is read from World.profile.extra["recall_owner"] so it can only see the caller’s own sessions.
  • RecallGuide — optional. At session start, searches the store with the task description and injects the top snippets. Off unless .auto_inject().

Structs§

RecallGuide
SessionSearchTool

Functions§

recall_owner
Read the recall owner from the world profile (fallback “default”).