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

Copy Markdown View Source

LLM-callable procedural-memory (skill) actions.

Each action reaches the configured skills store via context[:skills], the same way Raxol.Agent.Actions.Memory reaches the provider via context[:memory]. Add these to an agent's available_actions/0 (done automatically when a skills provider is configured via use Raxol.Agent).

Summary

Functions

All skill action modules.

Functions

actions()

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

All skill action modules.