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
- **Working Directory**: `{WORKING_DIRECTORY}`. All local file operations must
383
-
occur here.
385
+
occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity.
- **Working Directory**: `{WORKING_DIRECTORY}`. All local file operations must
539
-
occur here.
541
+
occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity.
- **Working Directory**: `{WORKING_DIRECTORY}`. All local file operations must
731
-
occur here.
733
+
occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity.
732
734
- **Current Date**: {datetime.date.today()}.
733
735
</operating_environment>
734
736
@@ -940,8 +942,7 @@ async def main():
940
942
f""""
941
943
You are a helpful coordinator.
942
944
- You are now working in system {platform.system()} with architecture
943
-
{platform.machine()} at working directory `{WORKING_DIRECTORY}`. All your
944
-
work related to local operations should be done in that directory.
945
+
{platform.machine()} at working directory `{WORKING_DIRECTORY}`. All local file operations must occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity.
945
946
The current date is {datetime.date.today()}. For any date-related tasks, you
946
947
MUST use this as the current date.
947
948
@@ -962,8 +963,7 @@ async def main():
962
963
963
964
You are a helpful task planner.
964
965
- You are now working in system {platform.system()} with architecture
965
-
{platform.machine()} at working directory `{WORKING_DIRECTORY}`. All your
966
-
work related to local operations should be done in that directory.
966
+
{platform.machine()} at working directory `{WORKING_DIRECTORY}`. All local file operations must occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity.
967
967
The current date is {datetime.date.today()}. For any date-related tasks, you
968
968
MUST use this as the current date.
969
969
""",
@@ -981,8 +981,7 @@ async def main():
981
981
f"detailed, and easy-to-read format. Avoid using markdown tables for "
982
982
f"presenting data; use plain text formatting instead. You are now "
983
983
f"working in "
984
-
f"`{WORKING_DIRECTORY}` All your work related to local "
985
-
"operations should be done in that "
984
+
f"`{WORKING_DIRECTORY}` All local file operations must occur here, but you can access files from any place in the file system. For all file system operations, you MUST use absolute paths to ensure precision and avoid ambiguity."
986
985
"directory. You can also communicate with other agents "
987
986
"using messaging tools - use `list_available_agents` to see "
988
987
"available team members and `send_message` to coordinate work "
0 commit comments