docs(tools): Add README.md for all tool crates

This commit is contained in:
2025-12-26 18:31:58 +01:00
parent 2273817f5f
commit a764fd6b75
10 changed files with 111 additions and 0 deletions

View 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.