mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
CWD in projects code exec
This commit is contained in:
parent
d96d13d24e
commit
a7f74f9078
8 changed files with 36 additions and 8 deletions
|
|
@ -244,6 +244,7 @@ def build_system_prompt_vars(name: str):
|
|||
"project_name": project_data.get("title", ""),
|
||||
"project_description": project_data.get("description", ""),
|
||||
"project_instructions": complete_instructions or "",
|
||||
"project_path": files.normalize_a0_path(get_project_folder(name)),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue