browser-use--browser-harness
c390388beb
- Move package to src/browser_harness/ and domain-skills/interaction-skills to agent-workspace/ - Fix all browser-harness <<'PY' heredoc examples in SKILL.md and run.py HELP string to use the correct -c '...' flag format (heredoc was never supported by the CLI) - Update SKILL.md path references from domain-skills/ to agent-workspace/domain-skills/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 行
243 B
Python
8 行
243 B
Python
"""Agent-editable browser helpers.
|
|
|
|
Add task-specific browser primitives here. Core helpers from browser_harness.helpers
|
|
load this file when BH_AGENT_WORKSPACE points at this directory, or when this
|
|
repo's default agent-workspace exists.
|
|
"""
|
|
|