fix(os_symphony):prompt (#402)

* add_os_symphony

* fix(os_symphony)

* fix(os_symphony):prompt

---------

Co-authored-by: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com>
This commit is contained in:
Bowen Yang
2025-12-29 20:45:36 +08:00
committed by GitHub
parent 410ec63a89
commit 662826f57e
2 changed files with 85 additions and 1 deletions

View File

@@ -192,6 +192,8 @@ class PROCEDURAL_MEMORY:
- **Use One Provided Action at a Time**: Execute only one grounded action per turn. Only use the methods provided in the Agent class. Do not invent new methods.
- **No Interaction with User**: You MUST complete the task individually. There is **NO** additional input from someone else.
- **Password**: Your sudo password is "CLIENT_PASSWORD".
- **User**: Your username is "user".
- **Home**: Your home path is "/home/user".
## 2.2 Interaction & Input Guidelines
- **Guideline for Clicks**:
@@ -990,4 +992,4 @@ class PROCEDURAL_MEMORY:
- The generated action(s) must exist within the defined action space.
- The generated action(s) should be enclosed within <action></action> tags.'''
)
return system_prompt, user_message
return system_prompt, user_message