-
-
Notifications
You must be signed in to change notification settings - Fork 102
Create new package symfony/ai-tools
for third-party tools
#625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
symfony/ai-toolbox
for third-party toolssymfony/ai-toolbox
for third-party tools
6da2471
to
a368a54
Compare
OskarStark
commented
Sep 17, 2025
36b27c3
to
8fb56c8
Compare
Move third-party tools from agent component to new dedicated package: - Brave Search, Firecrawl, Mapbox, OpenMeteo, SerpApi, Tavily, Wikipedia, YouTube Transcriber - Create new package structure with composer.json, tests, documentation - Update namespaces from Symfony\AI\Agent\Toolbox\Tool to Symfony\AI\Toolbox\Tool - Reorganize test fixtures into tool-specific subdirectories - Update examples and demo configurations to use new package - Clean up agent component by removing moved tools and fixtures
84491bb
to
993d11b
Compare
- Update PSR-4 autoloading configuration in composer.json - Update all PHP source files and test files to use new namespace - Update documentation titles and examples - Update example files and demo configuration - Fix agent documentation to use correct AsTool attribute namespace
symfony/ai-toolbox
for third-party toolssymfony/ai-tools
for third-party tools
Update tool service references from Symfony\AI\Agent\Toolbox\Tool to Symfony\AI\Tools\Tool for moved third-party tools: - Wikipedia, OpenMeteo, SerpApi, Tavily, YouTubeTranscriber, Firecrawl, Brave Keep agent-specific tools (Clock, SimilaritySearch) in original namespace.
Remove references to tools that have been moved to symfony/ai-tools: - Wikipedia, OpenMeteo, SerpApi, Tavily, YouTubeTranscriber, Firecrawl, Brave, Mapbox Keep only agent-provided tools: - Clock, SimilaritySearch Update example to use SimilaritySearch instead of Wikipedia tool.
- Remove Tool subnamespace from Symfony\AI\Tools\Tool to Symfony\AI\Tools - Move tool classes from src/Tool/ to src/ directory - Move test files from tests/Tool/ to tests/ directory - Flatten fixture directory structure by removing tool subdirectories - Update all use statements and fixture paths across codebase - Update examples, documentation, and configuration files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
5 tasks
Lets proceed in #634 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needs
symfony/ai-tools
Tools
symfony/recipes