Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/bash-session.ts
Options for creating a persistent bash session.
Properties
| Property | Type |
|---|---|
rootDir | string |
shell | string |
env | Record<string, string> |
defaultTimeout | number |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/bash-session.ts
Options for creating a persistent bash session.
| Property | Type |
|---|---|
rootDir | string |
shell | string |
env | Record<string, string> |
defaultTimeout | number |
Was this page helpful?