You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update toolbox package documentation with all available tools
Expand AGENTS.md and CLAUDE.md to include all third-party tools now
housed in the toolbox package:
- Brave Search: Web search functionality
- Firecrawl: Website scraping, crawling, and mapping
- Mapbox: Geocoding and reverse geocoding
- OpenMeteo: Weather data and forecasting
- SerpApi: Internet search via SerpApi
- Tavily: Web search and content extraction
- Wikipedia: Article search and retrieval
- YouTube Transcriber: Video transcript fetching
Includes API requirements, method descriptions, and integration notes.
Copy file name to clipboardExpand all lines: src/toolbox/AGENTS.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,25 @@
5
5
This package provides third-party tools for AI agents including:
6
6
7
7
-**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
8
13
-**Wikipedia**: Search and article retrieval from Wikipedia
14
+
-**YouTube Transcriber**: Fetch transcripts from YouTube videos
9
15
10
16
### Usage
11
17
12
-
These tools can be registered with AI agents to provide external data access capabilities.
18
+
These tools can be registered with AI agents to provide external data access capabilities. Each tool is automatically configured with the `#[AsTool]` attribute for easy integration.
0 commit comments