mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
docs: Add workspace information to AutoGPT user guide
- Added information about the workspace folder in the AutoGPT user guide - Clarified that files outside the workspace folder are inaccessible unless RESTRICT_TO_WORKSPACE is set to False. Provided a warning against disabling RESTRICT_TO_WORKSPACE unless in a sandbox environment.
This commit is contained in:
@@ -189,6 +189,17 @@ in various ways:
|
|||||||
its history.
|
its history.
|
||||||
* Share your agent!
|
* Share your agent!
|
||||||
|
|
||||||
|
## Workspace
|
||||||
|
[workspace]: #workspace
|
||||||
|
|
||||||
|
Agents can read and write files. This happens in the `workspace` folder, which
|
||||||
|
is in `data/agents/<agent_id>/`. Files outside of this folder can not be accessed by the
|
||||||
|
agent *unless* `RESTRICT_TO_WORKSPACE` is set to `False`.
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
We do not recommend disabling `RESTRICT_TO_WORKSPACE`, unless AutoGPT is running in
|
||||||
|
a sandbox environment where it couldn't do any damage (e.g. Docker or a VM).
|
||||||
|
|
||||||
## Logs
|
## Logs
|
||||||
|
|
||||||
Activity, Error, and Debug logs are located in `logs`.
|
Activity, Error, and Debug logs are located in `logs`.
|
||||||
|
|||||||
Reference in New Issue
Block a user