Releases: llm-agents-php/agents
Releases · llm-agents-php/agents
v1.7.0
What's Changed
- Adds an ability to set prompt context values by @butschster in #18
- Adds an ability to format LLM response into a given format by @butschster in #20
- Adds MetadataAwareInterface interface by @butschster in #21
Full Changelog: 1.6.0...1.7.0
v1.6.0
What's Changed
- docs: fixes in README.md by @lotyp in #17
- Working with tools by @butschster in #19
Full Changelog: 1.5.0...1.6.0
v1.5.0
What's Changed
- Adds default implementation for options and also provides information on what options are by @butschster in #16
- Adds embeddings by @butschster in #10
Full Changelog: 1.4.0...1.5.0
v1.4.0
What's Changed
- Fixes problem with options injector by @butschster in #12
- Adds LLM exceptions by @butschster in #11
- Unfinal SolutionMetadata class by @butschster in #13
- Adds a new execution interceptor to increase max_tokens when LimitExc… by @butschster in #14
Full Changelog: 1.3.0...1.4.0
v1.3.0
v1.2.1
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- ci: lower deps to php 8.2 by @lotyp in #4
- style: apply php cs fixer config by @lotyp in #3
- ci: add infra files by @lotyp in #2
- docs: add logo to agents readme.md by @lotyp in #6
- docs: update README.md by @lotyp in #7
- Feature/prompt generator context by @butschster in #8
New Contributors
- @lotyp made their first contribution in #4
- @butschster made their first contribution in #8
Full Changelog: 1.1.1...1.2.0
v1.1.1
Full Changelog: 1.1.0...1.1.1
v1.1.0
Full Changelog: 1.0.0...1.1.0
v1.0
1.0.0 Adds an ability to merge options