Open Agent Loops
API Reference

ShellResult

@open-agent-loops/core


Defined in: tools/builtin/builtin.types.ts:36

The outcome of running one shell command.

Properties

PropertyTypeDescriptionDefined in
exitCodenumberProcess exit status; 0 conventionally means success.tools/builtin/builtin.types.ts:42
stderrstringStandard error captured from the command.tools/builtin/builtin.types.ts:40
stdoutstringStandard output captured from the command.tools/builtin/builtin.types.ts:38

On this page