| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.15.1 and 1.15.1-beta25 source code.tar.gz | 2026-05-28 | 13.1 MB | |
| 1.15.1 and 1.15.1-beta25 source code.zip | 2026-05-28 | 15.8 MB | |
| README.md | 2026-05-28 | 829 Bytes | |
| Totals: 3 Items | 28.9 MB | 1 | |
- Introduce a new AgentConfigurator allowing to define an external function for agents retrieval or creation (https://github.com/langchain4j/langchain4j/pull/5269)
- fix: eliminate race condition in ChatMemoryService.getOrCreateChatMemory (https://github.com/langchain4j/langchain4j/pull/5253)
- Allow custom resolution of agentic parameters suppliers (https://github.com/langchain4j/langchain4j/pull/5286)
- Filter away non serializable state from DefaultAgenticScope when serializing it (https://github.com/langchain4j/langchain4j/pull/5290)
- Fix https://github.com/langchain4j/langchain4j/issues/5277: ToolService.shouldReturnImmediately() crashes on empty ReturnBehavior list (https://github.com/langchain4j/langchain4j/pull/5319)
Full Changelog: https://github.com/langchain4j/langchain4j/compare/1.15.0...1.15.1