Skip to content

Commit 7d1401b

Browse files
committed
Remove moved third-party tools from agent CHANGELOG
Remove tools that have been moved to the toolbox package from the agent CHANGELOG to avoid duplication and maintain accurate documentation: Removed tools: - Brave for web search integration - Mapbox for geocoding addresses to coordinates and reverse geocoding - OpenMeteo for weather information - SerpApi for search engine results - Tavily for AI-powered search - Wikipedia for Wikipedia content retrieval - YouTubeTranscriber for YouTube video transcription Kept agent-specific tools: - SimilaritySearch for RAG/vector store searches - Agent allowing agents to use other agents as tools - Clock for current date/time - Crawler for web page crawling
1 parent e359f42 commit 7d1401b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/agent/CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ CHANGELOG
2424
- `SimilaritySearch` for RAG/vector store searches
2525
- `Agent` allowing agents to use other agents as tools
2626
- `Clock` for current date/time
27-
- `Brave` for web search integration
2827
- `Crawler` for web page crawling
29-
- `Mapbox` for geocoding addresses to coordinates and reverse geocoding
30-
- `OpenMeteo` for weather information
31-
- `SerpApi` for search engine results
32-
- `Tavily` for AI-powered search
33-
- `Wikipedia` for Wikipedia content retrieval
34-
- `YouTubeTranscriber` for YouTube video transcription
3528
* Add structured output support:
3629
- PHP class output with automatic conversion from LLM responses
3730
- Array structure output with JSON schema validation

0 commit comments

Comments
 (0)