Skip to main content

Function: createBashTool()

createBashTool(options): ZodToolDefinition<ZodObject<{ command: ZodString; timeout: ZodOptional<ZodNumber>; }, $strip>, BashResult>

Defined in: bash.ts:92

@baleybots/agent-tools

Host coding tools for Baleybots agents — filesystem, bash, and scoped workspace access.

Parameters

options

defaultTimeout?

number

description?

string

name?

string

requiresApproval?

boolean

workingDir?

string

Returns

ZodToolDefinition<ZodObject<{ command: ZodString; timeout: ZodOptional<ZodNumber>; }, $strip>, BashResult>