Expand description
Shell command preprocessor for skill prompts
Supports two syntaxes in skill markdown content:
- Code blocks:
! command - Inline: !
command
§Usage
use a3s_code_core::skills::ShellPreprocessor;
let preprocessor = ShellPreprocessor::new();
let result = preprocessor.process("Run !`echo hello`", &context).await?;Structs§
- Default
Shell Preprocessor - Default shell preprocessor implementation
Traits§
- Shell
Preprocessor - Shell command output extractor