# EnvSnapshot

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/tools/env-tracker.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tools/env-tracker.ts#L20)

A point-in-time snapshot of shell environment state.

## Properties

| Property | Type |
|---|---|
| `cwd` | `string` |
| `env` | `Record<string, string>` |
| `venvActive` | `string` |
| `condaEnv` | `string` |
| `timestamp` | `number` |
