docs(tools): Add README.md for all tool crates
This commit is contained in:
11
crates/tools/web/README.md
Normal file
11
crates/tools/web/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Owlen Web Tool
|
||||
|
||||
Web search and fetching tools for the Owlen AI agent.
|
||||
|
||||
## Overview
|
||||
This crate enables the agent to access information from the internet. It provides tools for web searching and fetching the content of specific URLs.
|
||||
|
||||
## Features
|
||||
- **Search Integration:** Support for various search providers (e.g., DuckDuckGo).
|
||||
- **Safe Fetching:** Controlled web page retrieval with domain filtering and redirect handling.
|
||||
- **Parsing:** Built-in support for extracting clean text from HTML content.
|
||||
Reference in New Issue
Block a user