What problem does it solve?
Provide a consistent, safe way for the agent to access, manage, and reference files across host and isolated sandbox workspaces so users can read, write, and search documents without confusion about paths or execution context.
Core Features & Use Cases
- Dual Execution Modes: Clear guidelines for Host Mode (absolute host paths and environment-variable locations) and Sandbox Mode (virtual paths like /persistence, /shared, /mnt/skills).
- File Operations & Tools: Guidance for using ReadFileTool, WriteFileTool, BashTool, GlobTool, and GrepTool to read, write, search, and list files.
- Path Formatting & Links: Standardized clickable file link formatting for user-facing responses (file:///full/path/to/file).
- Use Case: Inspect a user's workspace to locate project files, open a README, or save generated outputs into the session persistence folder with clear, accessible links.
Quick Start
List the files in the persistence workspace and provide clickable file links for each item.