Oskar Stark
f1369c0e1f
Remove symfony/ai-meta-platform recipe
2026-01-06 07:23:31 +01:00
Oskar Stark
a5d6b412ef
[AI] Add recipes for all AI platform bridges
...
Add 0.1 recipes for all symfony/ai-*-platform packages that configure the ai.platform key in ai.yaml with appropriate environment variables.
Platforms included:
- ai-ml-api, albert, anthropic, azure, bedrock, cartesia, cerebras
- decart, deep-seek, docker-model-runner, eleven-labs, gemini
- generic, hugging-face, lm-studio, meta, mistral, ollama
- open-ai, open-router, perplexity, replicate, scaleway
- transformers-php, vertex-ai, voyage
2025-12-30 22:10:20 +01:00
Oskar Stark and GitHub
2dfcf7a1ba
Add symfony/ai-*-store recipes ( #1503 )
...
* Add recipes for Symfony AI store bridges (0.1)
Add 21 store bridge recipes that append configuration to ai.yaml
under the ai.store key using add-lines directive.
Stores: Azure Search, Cache, ChromaDB, ClickHouse, Cloudflare,
Elasticsearch, ManticoreSearch, MariaDB, Meilisearch, Milvus,
MongoDB, Neo4j, OpenSearch, Pinecone, Postgres, Qdrant, Redis,
Supabase, SurrealDB, Typesense, Weaviate
* Remove optional fields from AI store recipes
Only set required connection parameters, let users configure
optional fields like vector_field, dimensions, etc.
* Simplify AI store recipes to only required fields
Remove fields that have defaults (table, collection, index_name, etc.
default to the store name like 'default').
* Use separate YAML config files for AI store recipes
Switch from add-lines to copy-from-recipe with dedicated
config/packages/ai.yaml files for each store.
* Rename store YAML files to unique names
Use ai_<store>_store.yaml instead of ai.yaml to avoid conflicts
when multiple stores are installed.
2025-12-29 09:22:54 +01:00
Oskar Stark
5a8bbad1a2
Update AI bundle recipe to use gpt-5-mini model
2025-11-25 14:05:23 +01:00
Oskar Stark
127c1fae5d
Remove tools section and update prompt in ai-bundle recipe
...
- Remove Clock tool configuration from services
- Remove tools array from default agent
- Update system prompt to pirate theme
2025-11-25 13:47:14 +01:00
Oskar Stark
dd815c0778
Fix AI bundle recipe to use 'prompt' instead of deprecated 'system_prompt'
...
The 'system_prompt' configuration key is no longer supported in Symfony AI.
This updates the recipe to use the correct 'prompt' key as per the current
Symfony AI documentation.
2025-11-25 12:47:15 +01:00
Oskar Stark
093189909d
Rename ai-youtube-transcriber-tool to ai-youtube-tool
...
The package name is symfony/ai-youtube-tool, not symfony/ai-youtube-transcriber-tool.
2025-11-24 18:25:29 +01:00
Oskar Stark
a19173f666
Add recipes for new AI bridge tools
...
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 .
2025-11-24 18:07:08 +01:00
Oskar Stark and GitHub
7e8de6e509
Add symfony/ai-tavily-tool ( #1484 )
2025-11-23 18:04:23 +01:00
Oskar Stark and GitHub
db4e4dd622
Add symfony/ai-mapbox-tool ( #1485 )
2025-11-23 18:04:08 +01:00
Oskar Stark and GitHub
ba09cca725
Add symfony/ai-firecrawl-tool ( #1486 )
2025-11-23 18:03:55 +01:00
Oskar Stark and GitHub
24bdef0825
Add symfony/ai-open-meteo-tool ( #1487 )
...
* Add symfony/ai-openmeteo-tool
* -
2025-11-23 18:02:42 +01:00
Oskar Stark and GitHub
371c61f010
Add symfony/ai-serp-api-tool ( #1488 )
...
* Add symfony/ai-serpapi-tool
* -
2025-11-23 18:01:38 +01:00
Oskar Stark
010ca0ea1f
-
2025-11-22 22:17:05 +01:00
Oskar Stark
3c38d2cc76
-
2025-11-22 22:15:12 +01:00
Oskar Stark
dd69a04576
Add symfony/brave-ai-tool
2025-11-22 22:15:12 +01:00
Oskar Stark and GitHub
52fd1d81cf
Update symfony/ai-bundle ( #1452 )
...
* Update symfony/ai-bundle
* Update symfony/ai-bundle/0.1/config/packages/ai.yaml
* Update symfony/ai-bundle/0.1/config/packages/ai.yaml
2025-09-29 11:17:07 +02:00
Oskar Stark
b369d5ddf1
-
2025-07-28 14:38:00 +02:00
Oskar Stark
3c28471039
Rename AIBundle to AiBundle
2025-07-28 09:17:46 +02:00
Oskar Stark and GitHub
d426e2588e
Add symfony/ai-bundle ( #1438 )
...
* Add symfony/ai-bundle
* -
2025-07-18 07:44:04 +02:00
Oskar Stark
f70b5bbfad
ci(GHA): use actions/checkout@v4
2025-03-22 20:30:18 +01:00
Oskar Stark and GitHub
f9391e892e
Merge pull request #1286 from OskarStark/fix/vaue
...
[Notifier] Fix value of option
2024-02-01 08:28:27 +01:00
Oskar Stark
8010aed5ef
[Notifier] Fix value of option
2024-01-31 13:26:25 +01:00
Oskar Stark
bf2f2a8f0e
Add symfony/sevenio-notifier
2023-12-28 22:31:15 +01:00
Oskar Stark
14798183b9
Add Azure mailer
2023-12-08 15:59:21 +01:00
Oskar Stark and GitHub
f43b837650
[Notifier] Add LINE Notify notifier ( #1158 )
2022-12-08 08:24:18 +01:00
Oskar Stark and GitHub
06ed1029b3
Fix: Typo
2022-04-22 21:34:33 +02:00
Oskar Stark and GitHub
783b2ecb2c
Update friendsofphp/php-cs-fixer/2.19/manifest.json
2021-05-06 12:24:40 +02:00
Oskar Stark and GitHub
f029ccd125
Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php
2021-05-06 12:24:25 +02:00
744c936ad2
Update friendsofphp/php-cs-fixer/2.19/.php-cs-fixer.dist.php
...
Co-authored-by: Dariusz Rumiński <dariusz.ruminski@gmail.com >
2021-05-06 12:24:00 +02:00
Oskar Stark
ebc501e408
Fix
2021-05-04 12:52:10 +02:00
Oskar Stark and GitHub
b19206cc12
Rename file
2021-05-04 12:50:57 +02:00
Oskar Stark and GitHub
d623c65881
Update cache file
2021-05-04 12:32:20 +02:00
Oskar Stark
2489ad456f
Update recipe for PHP-CS-Fixer 2.19.0
2021-05-04 08:46:23 +02:00
Oskar Stark
58bae03e70
[Notifier] [FakeSms] [FakeChat] Fix DSN
2021-04-08 14:42:36 +02:00
Oskar Stark
da1d72976f
[Notifier] Add Microsoft Teams
2021-04-06 14:30:35 +02:00
Oskar Stark
299fbd3a51
Add symfony/fake-chat-notifier
2021-04-06 12:50:42 +02:00
Oskar Stark
c9de8434cc
Rename parameter for symfony/google-chat-notifier
2021-01-15 07:56:10 +01:00
Oskar Stark
7066825862
Add symfony/gatewayapi-notifier
2020-12-20 14:52:54 +01:00
Oskar Stark and GitHub
d27b3c9fa8
Update DSN
2020-12-18 11:48:43 +01:00
Oskar Stark and GitHub
a5dc401507
Update DSN
2020-12-18 11:39:38 +01:00
Oskar Stark and GitHub
1970497c84
Update DSN
2020-12-18 11:35:57 +01:00
Oskar Stark
29f4473bf5
Add recipe for symfony/iqsms-notifier
...
cc @alexandrbarabolia
refs https://github.com/symfony/symfony/pull/39096
2020-12-17 08:07:51 +01:00
Oskar Stark
bdc10fd5ef
[Notifier] [Slack] Update DSN
2020-12-16 16:26:51 +01:00
Oskar Stark and GitHub
cbe1858486
Remove space
...
yamllint is complaining about it
2020-02-06 12:59:17 +01:00
Oskar Stark and GitHub
28153091b9
Remove space
...
yamllint is complaining about it
2020-02-06 12:58:19 +01:00
Oskar Stark and GitHub
ffe5137b23
Use boolean instead of string.
2019-07-29 11:47:24 +02:00
Oskar Stark and GitHub
0ae1bbc98e
prevent yaml lint error
...
yamllint: too many spaces after colon (colons)
2018-07-16 10:32:23 +02:00
Oskar Stark and GitHub
0385c83f75
prevent yaml lint error
...
yamllint: too many spaces after colon (colons)
2018-07-16 10:31:25 +02:00