This repository was archived by the owner on Jul 16, 2025. It is now read-only.
0.8
Pre-release
Pre-release
Breaking Changes
Please be aware that this release contains a large amount of breaking changes due to namespace refactoring and redesign of components.
Mostly caused by #68 and #140.
The Symfony integration bundle is not yet compatible with this release, see php-llm/llm-chain-bundle#42
What's Changed
- Simplify tests by @OskarStark in #115
- chore: remove reasoning example to safe my credit card by @chr-hertel in #116
- Revert "chore: remove reasoning example to safe my credit card (#116)" by @OskarStark in #119
- refactor:
ResponseInterface
asChain
return value by @chr-hertel in #117 - fix: indicate example was skipped in runner by @chr-hertel in #121
- feat: support creation of image from binary file by @chr-hertel in #122
- fix: options handling in chain and processors by @chr-hertel in #124
- feat: add verbose mode to example runner and extend error handling by @chr-hertel in #125
- fix: streamed tool call by @chr-hertel in #126
- feat: introduce chain awareness in chain processors to nest them by @chr-hertel in #118
- Remove superflous header by @OskarStark in #127
- Move classes to
Fixture
dir by @OskarStark in #130 - fix: remove clock suggestion since it is mandatory nowadays by @chr-hertel in #133
- [Anthropic] Make version configurable by @OskarStark in #128
- Fix test class name by @OskarStark in #136
- Argument validation in the constructor by @OskarStark in #138
- docs: rework readme to cover all features by @chr-hertel in #131
- chore: define export ignore via git attributes by @chr-hertel in #139
- Conflict with PHPDocumentor higher then 5.5 because of doc parser bugs by @DZunke in #143
- Add interface to final readonly chain for testability by @DZunke in #144
- Fix empty tool list in request is ending in 400 bad request by @DZunke in #142
- Extend parameter description pattern to stop for single line comment by @DZunke in #145
- refactor: from vendor to structural namespaces for models and platforms by @chr-hertel in #68
- feat: adding llama support via replicate and ollama by @chr-hertel in #73
- refactor: introduce decoupled platform layer and convert models to state objects by @chr-hertel in #140
- docs: add contrib.rocks credits by @chr-hertel in #146
- feat: introducing async responses for parallel calling by @chr-hertel in #141
Full Changelog: 0.7.1...0.8