Skip to content

Commit b8c6c62

Browse files
committed
Update toolbox README.md with all available tools
Replace Features section with comprehensive Available Tools list including all 8 third-party tools now in the toolbox package: - Brave Search: Web search functionality - Firecrawl: Website scraping, crawling, and URL mapping - Mapbox: Geocoding and reverse geocoding services - OpenMeteo: Weather data and forecasting services - SerpApi: Internet search functionality - Tavily: Web search and content extraction - Wikipedia: Search and retrieve articles - YouTube Transcriber: Fetch video transcripts Also update Requirements section to list API keys needed for each tool and note which tools are free to use.
1 parent 7d1401b commit b8c6c62

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/toolbox/README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
A collection of third-party tools for Symfony AI agents.
44

5-
## Features
5+
## Available Tools
66

77
- **Brave Search**: Web search functionality using the Brave Search API
8+
- **Firecrawl**: Website scraping, crawling, and URL mapping capabilities
9+
- **Mapbox**: Geocoding and reverse geocoding services
10+
- **OpenMeteo**: Weather data and forecasting services
11+
- **SerpApi**: Internet search functionality via SerpApi
12+
- **Tavily**: Web search and content extraction services
813
- **Wikipedia**: Search and retrieve Wikipedia articles
14+
- **YouTube Transcriber**: Fetch transcripts from YouTube videos
915

1016
## Installation
1117

@@ -47,7 +53,16 @@ $article = $wikipedia->article('Artificial intelligence');
4753

4854
- PHP 8.2 or higher
4955
- Symfony HTTP Client
50-
- Brave Search API key (for Brave tool)
56+
- API keys for specific tools:
57+
- Brave Search API key (for Brave tool)
58+
- Firecrawl API key and endpoint (for Firecrawl tool)
59+
- Mapbox access token (for Mapbox tool)
60+
- SerpApi key (for SerpApi tool)
61+
- Tavily API key (for Tavily tool)
62+
- Optional dependencies:
63+
- `mrmysql/youtube-transcript` package (for YouTube Transcriber tool)
64+
65+
**Note**: OpenMeteo and Wikipedia tools require no API keys.
5166

5267
## Testing
5368

0 commit comments

Comments
 (0)