LLM-callable cross-session memory actions.
Each action reaches the configured provider via context[:memory], the same
way Raxol.Agent.Actions.Vfs reaches the VFS via context[:vfs]. Add these
to an agent's available_actions/0 (done automatically when a memory provider
is configured via use Raxol.Agent).
Summary
Functions
@spec actions() :: [module()]
All memory action modules.