In a previous example, we used StateBackend, where files belonged to a specific LangGraph conversation thread.

This time, we are using something different:


FilesystemBackend lets a Deep Agent read and write real files on your machine.


That means if the agent creates a Markdown file, Python file, or project folder, it remains on your disk even...