# ManagedSession

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/agent/agent.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/agent/agent.service.ts#L71)

## Properties

| Property | Type |
|---|---|
| `session` | `AgentSession` |
| `todoManager` | `TodoManager` |
| `workspace` | `string` |
| `reliability` | `ReliabilityContext` |
| `bashSession` | `BashSession` |
| `pluginManager` | `PluginManager` |
| `orchestrator` | `Orchestrator` |
| `cronScheduler` | `CronScheduler` |
| `remoteTriggerServer` | `RemoteTriggerServer` |
| `mcpManager` | `McpManager` |
