You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a need for a "workspace" in tests/evals, but I find that it could be a generally useful feature to let each log potentially have a workspace subfolder where project files can reside.
This subfolder would be created by providing --workspace to gptme, or detected on log load.
The text was updated successfully, but these errors were encountered:
Redid the implementation so that one can now pass a magic @log workspace and it will create a workspace in ./<logdir>/workspace, as well as default to using any such workspace folder if it exists in the log folder upon load.
We have a need for a "workspace" in tests/evals, but I find that it could be a generally useful feature to let each log potentially have a
workspace
subfolder where project files can reside.This subfolder would be created by providing
--workspace
to gptme, or detected on log load.The text was updated successfully, but these errors were encountered: