Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/env-tracker.ts
A point-in-time snapshot of shell environment state.
Properties
| Property | Type |
|---|---|
cwd | string |
env | Record<string, string> |
venvActive | string |
condaEnv | string |
timestamp | number |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/env-tracker.ts
A point-in-time snapshot of shell environment state.
| Property | Type |
|---|---|
cwd | string |
env | Record<string, string> |
venvActive | string |
condaEnv | string |
timestamp | number |
Was this page helpful?