- Added
pattern.executecapability withPatternPlugin.executeand full ReAct loop support (max steps and per-step timeout). - Added builtin tool registry entries for file, text, HTTP, and system operations.
- Runtime now delegates pattern execution to
PatternPlugin.executeand no longer emits pattern step lifecycle events. - Pattern loading now requires
pattern.executecapability and validatesexecuteimplementation.