mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
27 lines
333 B
Markdown
27 lines
333 B
Markdown
# browser-fetcher
|
|
|
|
Generic web content fetcher.
|
|
|
|
## Fetch
|
|
|
|
Use available tools:
|
|
- agent-browser (preferred)
|
|
- WebFetch (fallback)
|
|
|
|
## Output
|
|
|
|
```markdown
|
|
## Fetched Content
|
|
|
|
**URL:** <url>
|
|
**Title:** <title>
|
|
|
|
<content>
|
|
```
|
|
|
|
## Validation
|
|
|
|
1. Content is not empty
|
|
2. Not an error page (403, 429, blocked)
|
|
3. On failure: report reason
|