Skip to main content

Module actions

Module actions 

Source
Expand description

Common action names used in policy evaluation.

Constants§

ACCESS_KNOWLEDGE
Accessing a knowledge base.
CALL_LLM
Making an LLM API call.
COLLABORATE
Sending inter-agent collaboration messages.
EXECUTE_TOOL
Executing a tool (MCP or native).
SKILL_GENERATE
Generating a new skill from gap detection (PMPO pipeline).
SKILL_MUTATE
Optimizing a skill’s prompt (dspy-rs writes back to SKILL.md).
SKILL_PROMOTE
Promoting a generated skill from staging to active.
SPAWN_AGENT
Spawning a new agent actor.
TRACE_CAPTURE
Capturing execution traces for the learning pipeline.
VALIDATE_OUTPUT
Validating an LLM response before it is returned to the user.