File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
testzeus_hercules/core/agents Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ class BrowserNavAgent(BaseNavAgent):
1616## Core Rules
17171. Execute web navigation tasks only
18182. 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.
21215. Submit searches with Enter key
22226. Use submit buttons for forms
23237. Stay on current page unless directed
Original file line number Diff line number Diff 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
2931Must return well-formatted JSON with:
You can’t perform that action at this time.
0 commit comments