pub fn preprocess_with_skills(message: &str, skills: &[Skill]) -> ProcessResultExpand description
Process message with skills for dynamic trigger loading. This is the preferred function when skills are available.
§Arguments
message- User message to processskills- Loaded skills to extract triggers from
§Returns
SkillTriggered- If a skill trigger matches, includes auto-loaded skill bodyWorkflowTriggered- If a workflow trigger matchesContinue- If no triggers match