Skip to content

Conversation

@OskarStark
Copy link
Contributor

@OskarStark OskarStark commented Nov 24, 2025

Q A
License MIT
Doc issue/PR --

Add Symfony Flex recipes for the new AI bridge packages extracted from symfony/ai:

  • symfony/ai-clock-tool: Provides time and clock-related functionality
  • symfony/ai-scraper-tool: Enables web scraping with CSS selector support
  • symfony/ai-wikipedia-tool: Provides Wikipedia search and article retrieval
  • symfony/ai-youtube-tool: Provides YouTube video transcription

These bridges were extracted from the core AI toolbox in

Add Symfony Flex recipes for the new AI bridge packages extracted from symfony/ai:
- symfony/ai-clock-tool: Provides time and clock-related functionality
- symfony/ai-scraper-tool: Enables web scraping with CSS selector support
- symfony/ai-wikipedia-tool: Provides Wikipedia search and article retrieval
- symfony/ai-youtube-transcriber-tool: Provides YouTube video transcription

These bridges were extracted from the core AI toolbox in symfony/ai#977.
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) November 24, 2025 17:08
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1489/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes/flex/pull-1489/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'symfony/ai-clock-tool:^0.1' 'symfony/ai-scraper-tool:^0.1' 'symfony/ai-wikipedia-tool:^0.1' 'symfony/ai-youtube-tool:^0.1'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

The package name is symfony/ai-youtube-tool, not symfony/ai-youtube-transcriber-tool.
OskarStark added a commit to symfony/ai that referenced this pull request Nov 24, 2025
This PR was squashed before being merged into the main branch.

Discussion
----------

[Agent] Extract tools to dedicated bridges

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| Docs?         | yes
| Issues        | --
| License       | MIT

### Needs
* [ ] New package: `symfony/ai-clock-tool`
* [ ] New package: `symfony/ai-scraper-tool`
* [ ] New package: `symfony/ai-similarity-search-tool`
* [ ] New package: `symfony/ai-wikipedia-tool`
* [ ] New package: `symfony/ai-youtube-tool`
* [ ] Merge recipes PR: symfony/recipes#1489

Commits
-------

a233206 [Agent] Extract tools to dedicated bridges
@fabpot fabpot disabled auto-merge November 25, 2025 07:25
@fabpot fabpot merged commit 6d9092b into symfony:main Nov 25, 2025
2 of 4 checks passed
@OskarStark OskarStark deleted the feature/ai-bridges branch November 25, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants