Class RunShellTool

java.lang.Object
net.thevpc.naru.impl.registry.builtintools.RunShellTool
All Implemented Interfaces:
NaruTool

public class RunShellTool extends Object implements NaruTool
Runs an arbitrary shell command and returns combined stdout+stderr.

Output is capped at 8 KB to avoid flooding the model context.