forked from BrianLees/agent_c_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose_workspaces.json
More file actions
24 lines (24 loc) · 849 Bytes
/
Copy pathcompose_workspaces.json
File metadata and controls
24 lines (24 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"local_workspaces": [
{
"name": "Documents",
"workspace_path": "/app/workspaces/documents",
"description": "A workspace mapped to the `My Documents` folder of the user."
},
{
"name": "Downloads",
"workspace_path": "/app/workspaces/downloads",
"description": "A workspace mapped to the `My Downloads` folder of the user."
},
{
"name": "Desktop",
"workspace_path": "/app/workspaces/desktop",
"description": "A workspace mapped to the User's desktop. folder"
},
{
"name": "Local Personas",
"workspace_path": "/app/personas/local",
"description": "A workspace mapped to the User's personal persona folder. Save new personas here."
}
]
}