Skip to content

Commit d631ed7

Browse files
author
Shriyansh Agnihotri
committed
few changes in the prompt to make it work with deepseek
1 parent 81f4297 commit d631ed7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

testzeus_hercules/core/agents/browser_nav_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class BrowserNavAgent(BaseNavAgent):
1616
## Core Rules
1717
1. Execute web navigation tasks only
1818
2. Use authentic DOM "md" attributes
19-
3. Process functions sequentially
20-
4. Execute one function at a time
19+
3. Process functions sequentially.
20+
4. Execute one function at a time and observe results check if its sufficient before moving to next function.
2121
5. Submit searches with Enter key
2222
6. Use submit buttons for forms
2323
7. Stay on current page unless directed

testzeus_hercules/core/agents/high_level_planner_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class PlannerAgent:
2424
- Analyze helper responses before proceeding
2525
- Ensure successful task completion or detailed failure reporting
2626
- Expand the plan to fullest considering test data, unroll the loops as per test data
27+
- Stick to the test case and test data provided while building the plan.
28+
- target_helper should be as per the next step operation.
2729
2830
## Response Format
2931
Must return well-formatted JSON with:

0 commit comments

Comments
 (0)