This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from fc85c3fad895 chore(deps): Bump com.ibm.mq:com.ibm.mq.jakarta.client 
(#19585)
     add 39c347d594a7 Execute agent, tools and chat AI tests locally with 
granite4

No new revisions were added by this update.

Summary of changes:
 .../camel-ai/camel-langchain4j-agent/pom.xml       |  8 +++
 .../agent/integration/AbstractRAGIT.java           | 14 +++-
 .../integration/LangChain4jAgentCustomToolsIT.java | 23 +++++--
 .../LangChain4jAgentGuardrailsIntegrationIT.java   | 14 +++-
 .../integration/LangChain4jAgentMixedToolsIT.java  | 14 +++-
 .../integration/LangChain4jAgentNaiveRagIT.java    |  4 +-
 .../integration/LangChain4jAgentServiceIT.java     |  4 +-
 .../integration/LangChain4jAgentWithMemoryIT.java  | 14 +++-
 .../LangChain4jAgentWithMemoryServiceIT.java       |  6 +-
 .../integration/LangChain4jAgentWithToolsIT.java   | 15 +++--
 .../integration/LangChain4jSimpleAgentIT.java      | 14 +++-
 .../langchain4j/agent/integration/ModelHelper.java | 62 +++++++++++++++++
 .../camel-langchain4j-agent/test-execution.md      | 17 +++++
 .../langchain4j/chat/OllamaTestSupport.java        | 10 +--
 .../camel-langchain4j-chat/test-execution.md       | 17 +++++
 .../component/langchain4j/tools/ToolsHelper.java   | 24 ++++---
 .../tools/integration/LangChain4jToolIT.java       |  4 +-
 .../LangChain4jToolMultipleCallsIT.java            |  4 +-
 .../LangChain4jToolMultipleGroupsIT.java           |  4 +-
 .../LangChain4jToolMultipleMatchingGroupsIT.java   |  4 +-
 .../integration/LangChain4jToolNoToolsExistIT.java |  4 +-
 .../LangChain4jToolNoToolsToBeCalledIT.java        |  4 +-
 .../camel-langchain4j-tools/test-execution.md      | 17 +++++
 .../infra/ollama/commons/OllamaProperties.java     |  5 ++
 .../infra/ollama/services/OllamaInfraService.java  | 10 +++
 .../services/OllamaLocalContainerInfraService.java | 78 ++++++++++++++++++++++
 .../ollama/services/OllamaRemoteInfraService.java  | 27 +++++++-
 .../services/OllamaServiceConfiguration.java       |  3 +
 .../infra/ollama/services/container.properties     | 12 +++-
 .../ollama/services/OllamaServiceFactory.java      | 20 ++++++
 30 files changed, 394 insertions(+), 62 deletions(-)
 create mode 100644 
components/camel-ai/camel-langchain4j-agent/test-execution.md
 create mode 100644 components/camel-ai/camel-langchain4j-chat/test-execution.md
 create mode 100644 
components/camel-ai/camel-langchain4j-tools/test-execution.md

Reply via email to