fix: use workspace path instead of home for derived paths #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/workspace-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All derived paths are now relative to
workspace_pathsince the workspace is the agent's persistent working directory.agent/diary→{workspace}/diarycommune/library→{workspace}/commune/libraryFixes #1
All derived paths are now relative to workspace_path since the workspace is the agent's persistent working directory. - agent/diary -> {workspace}/diary - commune/library -> {workspace}/commune/library Fixes #1