Raxol.Agent.Actions.Memory (Raxol Agent v2.6.0)

Copy Markdown View Source

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

All memory action modules.

Functions

actions()

@spec actions() :: [module()]

All memory action modules.