Gregor Jarisch

Results 8 issues of Gregor Jarisch

Hi there, i would like to to use Ognl inside thymeleaf to retrieve an object or string based on the variable expression. I would like to enable the possibility to...

**Jetty version(s)** 9.4.42.v20210604 **Java version/vendor** `(use: java -version)` 11 **OS type/version** linux **Description** On our production servers we sometimes experience an EOFException. It is the jetty client consuming an api....

Bug
Stale

Imagining you develop a chatbot v1, then a chatbot v2.. obviously the bot scripts will evolve. ideally, v1 can be tested with v1 tests (e.g. production), while v2 bot can...

In order to use it in CI build environments and/or in scalable production envs, it would be awesome to have autobot within a docker container. ideally it comes with the...

Hi there, awesome project, loved it when I saw it at the AI Summit. As mentioned there, it would be support awesome if stuff could be send to a bot,...

Hi there! Are there any plans to support the langchain4j AWS bedrock integrations? Would be great if it could be added at some point..

enhancement
area/model

Hi there, I am encountering the following exception when trying to build a dev.langchain4j.model.huggingface.HuggingFaceChatModel ``` dev.langchain4j.model.huggingfacejava.lang.UnsupportedOperationException: Should not be called at io.quarkiverse.langchain4j.huggingface.QuarkusHuggingFaceClientFactory.create(QuarkusHuggingFaceClientFactory.java:32) at dev.langchain4j.model.huggingface.HuggingFaceChatModel.(HuggingFaceChatModel.java:45) at dev.langchain4j.model.huggingface.HuggingFaceChatModel$Builder.build(HuggingFaceChatModel.java:153) ``` Code to reproduce:...

bug

- Implemented Declarative Agents framework (`DeclarativeAgent`, `DeclarativeAgentTask`) - Added infrastructure for tool execution: `ToolExecutionService`, caching, cost tracking, and rate limiting - Implemented `EddiToolBridge` for integrating EDDI HTTP calls and `EddiChatMemoryStore`...