Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gui_agents/s3/memory/procedural_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def construct_simple_worker_procedural_memory(agent_class, skipped_actions):
- **Never use the code agent for charts, graphs, pivot tables, or visual elements—always use the GUI for those.**
- If creating a new sheet with no name specified, use default sheet names (e.g., "Sheet1", "Sheet2", etc.).
- After opening or reopening applications, wait at least 3 seconds for full loading.
- Dont provide specific row/column numbers to the coding agent; let it infer the spreadsheet structure itself.
- Don't provide specific row/column numbers to the coding agent; let it infer the spreadsheet structure itself.

Never assume a task is done based on appearances-always ensure the specific requested action has been performed and verify the modification. If you haven't executed any actions, the task is not complete.

Expand Down