File System Agent

File System Agent operate the file system using natural language prompts with a large language model (LLM), including reading, writing, and deleting files.

API KEY

Enter an OpenAI or Google API key. The %VARIABLE% format is supported.

MODEL

The following model types are currently supported:

Platform
Model

OpenAI

o3, gpt-4.1, gpt-4.1-mini

Google

gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash

Generally, the models listed above are billed based on usage. For billing details, refer to:

FOLDER PATH

Target folder path. Click the "PICK" button or use the %FILENAME% variable to select the table file.

MAX ACTION

Defines the maximum number of actions the agent can perform. Range: 1–100.

GOAL

Define the task using natural language.

STATUS

The next file system action determined and executed by the model.

Example

Goal: Archive the table files(XLSX) in the folder

Use the natural language prompt to guide the model

Result

Last updated