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.
OpenAI API Key: Refer to https://platform.openai.com/api-keys
Google API Key: Refer to https://ai.google.dev/gemini-api/docs/api-key
MODEL
The following model types are currently supported:
OpenAI
o3, gpt-4.1, gpt-4.1-mini
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:
OpenAI: https://openai.com/pricing
Google Gemini: https://ai.google.dev/gemini-api/docs/pricing
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