feat(ws): load_workspace注册generic_workspace_dir到ServerEnv供dspy调用(2026-09-08)

This commit is contained in:
ymq 2026-09-08 16:01:15 +08:00
parent e0efcfc7db
commit d8bd88ced7

View File

@ -667,6 +667,7 @@ def load_workspace():
g.get_space_dir = get_space_dir
g.get_project_dir = get_project_dir
g.get_project_dir_pl = get_project_dir_pl
g.generic_workspace_dir = generic_workspace_dir
g.get_project_dir_by_id = get_project_dir_by_id
g.copy_uploads_to_project = copy_uploads_to_project
g.get_project_apps_modules = get_project_apps_modules