mirror of
https://github.com/symfony/ai-bundle.git
synced 2026-03-23 23:12:08 +01:00
* llm-bundle/restructure: (81 commits) refactor: restructure fix: support for 0.22 (#86) chore: support LLM Chain 0.22 (#85) chore: support LLM Chain 0.21 (#84) fix: profiler when using files as platform input (#81) fix: model name argument on bundle extension/injection (#80) chore(dependencies): require `php-llm/llm-chain` 0.20 (#78) fix: remove unwanted tools in system prompt by autowire (#77) feat: add inline tool definition and chain in chain 🤯 (#75) chore: 0.19 compatibility (#74) chore: lib update (#73) feat: support include tools feature to system prompt (#68) ci: streamline with lib (#71) style: add rector (#70) chore: prepare with release 0.17 (#69) feat: update for 0.16 - gemini & fault tolerant toolbox (#67) chore: lib update (#66) Fix: Embedder wiring (#64) chore: require `php-llm/llm-chain` 0.14 (#63) fix: require symfony/string explicitly (#62) ...
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
Copyright (c) 2025-present Fabien Potencier
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is furnished
|
|
to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|