# FilesystemState

> **Class** in `deepagents`

📖 [View in docs](https://reference.langchain.com/python/deepagents/middleware/filesystem/FilesystemState)

State for the filesystem middleware.

## Signature

```python
FilesystemState()
```

## Extends

- `AgentState`

## Properties

- `files`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/ead1d09c7b5c2fe58044917bd7bfbb11634d55e2/libs/deepagents/deepagents/middleware/filesystem.py#L114)