Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/bash.tool.ts
Properties
| Property | Type |
|---|---|
rootDir | string |
timeout | number |
maxOutputSize | number |
allowedCommands | string[] |
blockedPatterns | RegExp[] |
env | Record<string, string> |
sandbox | boolean |
session | BashSession |
envTracker | EnvTracker |
Was this page helpful?