---
title: "Filesystem Agent"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/agents/filesystemagent
markdown: https://docs.nodetool.ai/nodes/nodetool/agents/filesystemagent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/agents/filesystemagent.md
---

# Filesystem Agent

**Type:** `nodetool.agents.FilesystemAgent`

**Namespace:** `nodetool.agents`

## Description

Inspect and transform files and folders in the workspace from a prompt.
    agent, filesystem, files, folders, io

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `language_model` | Model used for task planning and execution reasoning. | `{"type":"language_model","provider":"empty","id...` |
| prompt | `str` | Prompt describing the requested task. | `` |
| timeout_seconds | `int` | Maximum runtime for agent execution. | `180` |
| max_output_chars | `int` | Maximum serialized output chars before truncation. | `200000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| text | `str` |  |

## Related Nodes

Browse other nodes in the [nodetool.agents](./) namespace.
