Skip to content

Commit e780fc4

Browse files
committed
feat: v1.3.0 Agent action primitives — 7 browser-use tools (navigate, click, type, scroll, extract-text, take-screenshot, read-dom)
1 parent 9976c8f commit e780fc4

4 files changed

Lines changed: 738 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ in-browser computer-use system.
619619
(navigate real URLs, fill forms, run tests) with model in the loop; every
620620
action logged in the existing tool-call inspector.
621621

622-
- [ ] **Agent action primitives**`navigate`, `click`, `type`, `scroll`,
622+
- [x] **Agent action primitives**`navigate`, `click`, `type`, `scroll`,
623623
`extract-text`, `take-screenshot`, `read-dom`; each is a named MCP-style
624624
tool callable by the model via the v0.27 function-calling layer
625625
- [ ] **Sandboxed iframe execution loop (Tier 1)** — generate → render in

0 commit comments

Comments
 (0)