> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# context_manager

> ContextManager instance for unified context management across all agents.

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**Agents**](../classes/Agents) class in the [**agents**](../modules/agents) module.

ContextManager instance for unified context management across all agents.

Lazy initialized on first access when context=True or context=ManagerConfig.
Returns None when context=False (zero overhead).

For multi-agent scenarios, uses MultiAgentContextManager for per-agent isolation.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def context_manager() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>
