-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Implement the execute_script skill to provide custom JavaScript execution functionality. This skill allows the agent to run arbitrary JavaScript code in the browser context with argument passing and return value handling.
Acceptance Criteria
- Execute custom JavaScript code in browser context
- Support passing arguments to the script
- Handle script return values and serialization
- Implement error handling for script execution failures
- Support both synchronous and asynchronous script execution
- Add script timeout protection
- Handle complex return types (objects, arrays, functions)
- Support script execution in different contexts (page, worker)
- Add security validation for script content
- Implement comprehensive logging for script execution
- Return execution results with metadata
- Add unit tests covering various script execution scenarios
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request