chore: checkpoint browser tooling and routing updates
This commit is contained in:
@@ -525,7 +525,7 @@ hooks:
|
||||
|
||||
## Browser Automation Tools
|
||||
|
||||
Flynn ships six browser tools:
|
||||
Flynn ships these browser tools:
|
||||
|
||||
- `browser.navigate`
|
||||
- `browser.screenshot`
|
||||
@@ -533,9 +533,11 @@ Flynn ships six browser tools:
|
||||
- `browser.type`
|
||||
- `browser.content`
|
||||
- `browser.eval`
|
||||
- `browser.evaluate` (alias of `browser.eval`)
|
||||
|
||||
These tools are backed by a Puppeteer/CDP browser manager and are only registered when `browser.enabled: true`.
|
||||
They can still be filtered out by tool policy (`tools.profile`, `tools.allow`, `tools.deny`).
|
||||
At startup, Flynn logs the browser tools that remain available after policy filtering.
|
||||
|
||||
```yaml
|
||||
browser:
|
||||
|
||||
Reference in New Issue
Block a user