Class RunShellTool

java.lang.Object
net.thevpc.naru.api.registry.DefaultNaruTool
net.thevpc.naru.ext.tools.sh.RunShellTool
All Implemented Interfaces:
NaruTool

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

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