Skip to content

Integrate LLM Chain Bundle as AI Bundle #21

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

Merged
merged 84 commits into from
Jun 15, 2025
Merged

Integrate LLM Chain Bundle as AI Bundle #21

merged 84 commits into from
Jun 15, 2025

Conversation

chr-hertel
Copy link
Contributor

@chr-hertel chr-hertel commented Jun 13, 2025

Q A
Bug fix? no
New feature? yes
Docs? yes
Issues
License MIT
  • This would be similar in merging like Integration of LLM Chain #15
  • Wasn't able to test it yet, but would rather merge first and solve the demo question

chr-hertel and others added 30 commits June 24, 2024 22:05
* Fix: Remove `composer.lock`

* fix: ignore composer.lock

---------

Co-authored-by: Christopher Hertel <[email protected]>
* Rename `Runtime` to `Platform`

* -

* fix: missing readme update

---------

Co-authored-by: Christopher Hertel <[email protected]>
@chr-hertel chr-hertel requested a review from Nyholm as a code owner June 13, 2025 12:46
@chr-hertel chr-hertel requested a review from OskarStark June 13, 2025 12:46
@chr-hertel chr-hertel force-pushed the ai-bundle-integration branch 2 times, most recently from 78d1868 to 8c8aaab Compare June 13, 2025 12:51
* 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)
  ...
@chr-hertel chr-hertel force-pushed the ai-bundle-integration branch from 8c8aaab to a0c8943 Compare June 13, 2025 12:53
@Nyholm Nyholm merged commit 500970c into main Jun 15, 2025
25 checks passed
@chr-hertel chr-hertel deleted the ai-bundle-integration branch June 15, 2025 18:35
chr-hertel added a commit that referenced this pull request Jun 22, 2025
* demo-repo/restructure: (31 commits)
  refactor: restructure into demo folder
  chore: update to llm-chain 0.22 (#27)
  refactor: more error handling in vidoe example
  chore: symfony 7.3 update
  fix: pin chroma db version and clean up (#26)
  feat: add demo of GPT vision capabilities based on video stream (#22)
  chore: dependecy update (#23)
  feat: extend wikipedia system prompt by tools (#21)
  chore: update to lib v0.19 (#20)
  refactor: optimize audio chat ui (#19)
  feat: audio example (#18)
  chore: updating dependencies (#17)
  chore: composer update incl twig cve patch (#16)
  chore: llm chain update with system_prompt support (#15)
  chore: install bundle 0.12 (#14)
  chore: update to llm-chain 0.11.0 (#13)
  chore: library update (#12)
  refactor: follow up on example structure to have them cleaner and more separated (#11)
  fix: typed animation only on xhr responses (#10)
  refactor: moving classes to a more component like structure (#9)
  ...
chr-hertel added a commit that referenced this pull request Jun 22, 2025
* demo-repo/restructure: (31 commits)
  refactor: restructure into demo folder
  chore: update to llm-chain 0.22 (#27)
  refactor: more error handling in vidoe example
  chore: symfony 7.3 update
  fix: pin chroma db version and clean up (#26)
  feat: add demo of GPT vision capabilities based on video stream (#22)
  chore: dependecy update (#23)
  feat: extend wikipedia system prompt by tools (#21)
  chore: update to lib v0.19 (#20)
  refactor: optimize audio chat ui (#19)
  feat: audio example (#18)
  chore: updating dependencies (#17)
  chore: composer update incl twig cve patch (#16)
  chore: llm chain update with system_prompt support (#15)
  chore: install bundle 0.12 (#14)
  chore: update to llm-chain 0.11.0 (#13)
  chore: library update (#12)
  refactor: follow up on example structure to have them cleaner and more separated (#11)
  fix: typed animation only on xhr responses (#10)
  refactor: moving classes to a more component like structure (#9)
  ...
chr-hertel added a commit that referenced this pull request Jun 23, 2025
* demo-repo/restructure: (31 commits)
  refactor: restructure into demo folder
  chore: update to llm-chain 0.22 (#27)
  refactor: more error handling in vidoe example
  chore: symfony 7.3 update
  fix: pin chroma db version and clean up (#26)
  feat: add demo of GPT vision capabilities based on video stream (#22)
  chore: dependecy update (#23)
  feat: extend wikipedia system prompt by tools (#21)
  chore: update to lib v0.19 (#20)
  refactor: optimize audio chat ui (#19)
  feat: audio example (#18)
  chore: updating dependencies (#17)
  chore: composer update incl twig cve patch (#16)
  chore: llm chain update with system_prompt support (#15)
  chore: install bundle 0.12 (#14)
  chore: update to llm-chain 0.11.0 (#13)
  chore: library update (#12)
  refactor: follow up on example structure to have them cleaner and more separated (#11)
  fix: typed animation only on xhr responses (#10)
  refactor: moving classes to a more component like structure (#9)
  ...
chr-hertel added a commit that referenced this pull request Jun 23, 2025
* integrate-demo: (31 commits)
  refactor: restructure into demo folder
  chore: update to llm-chain 0.22 (#27)
  refactor: more error handling in vidoe example
  chore: symfony 7.3 update
  fix: pin chroma db version and clean up (#26)
  feat: add demo of GPT vision capabilities based on video stream (#22)
  chore: dependecy update (#23)
  feat: extend wikipedia system prompt by tools (#21)
  chore: update to lib v0.19 (#20)
  refactor: optimize audio chat ui (#19)
  feat: audio example (#18)
  chore: updating dependencies (#17)
  chore: composer update incl twig cve patch (#16)
  chore: llm chain update with system_prompt support (#15)
  chore: install bundle 0.12 (#14)
  chore: update to llm-chain 0.11.0 (#13)
  chore: library update (#12)
  refactor: follow up on example structure to have them cleaner and more separated (#11)
  fix: typed animation only on xhr responses (#10)
  refactor: moving classes to a more component like structure (#9)
  ...
@chr-hertel chr-hertel added the AI Bundle Issues & PRs about the AI integration bundle label Jul 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI Bundle Issues & PRs about the AI integration bundle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants