# LocalContextState

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/local_context/LocalContextState)

State for local context middleware.

## Signature

```python
LocalContextState()
```

## Extends

- `AgentState`

## Properties

- `local_context`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/1ae053f347679e58562d2b81eb6d6e6e9bbf0b07/libs/cli/deepagents_cli/local_context.py#L409)