Skip to content

Commit

Permalink
few changes in the prompt to make it work with deepseek
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriyansh Agnihotri committed Jan 27, 2025
1 parent 81f4297 commit d631ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testzeus_hercules/core/agents/browser_nav_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class BrowserNavAgent(BaseNavAgent):
## Core Rules
1. Execute web navigation tasks only
2. Use authentic DOM "md" attributes
3. Process functions sequentially
4. Execute one function at a time
3. Process functions sequentially.
4. Execute one function at a time and observe results check if its sufficient before moving to next function.
5. Submit searches with Enter key
6. Use submit buttons for forms
7. Stay on current page unless directed
Expand Down
2 changes: 2 additions & 0 deletions testzeus_hercules/core/agents/high_level_planner_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class PlannerAgent:
- Analyze helper responses before proceeding
- Ensure successful task completion or detailed failure reporting
- Expand the plan to fullest considering test data, unroll the loops as per test data
- Stick to the test case and test data provided while building the plan.
- target_helper should be as per the next step operation.
## Response Format
Must return well-formatted JSON with:
Expand Down

0 comments on commit d631ed7

Please sign in to comment.