-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Implement the navigate_to_url skill to provide browser navigation functionality. This skill allows the agent to navigate to specific URLs and wait for page load completion with configurable conditions.
Acceptance Criteria
- Implement navigation to any valid URL
- Support configurable wait conditions (domcontentloaded, load, networkidle)
- Implement configurable timeout (default 30000ms)
- Handle navigation errors gracefully
- Validate URL format before navigation
- Support HTTPS redirection
- Add comprehensive logging for debugging
- Return success/failure status with details
- Handle browser context properly
- Add unit tests covering success and error scenarios
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request