This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from acc0a33d8f8 fix(components): Telemetry polling requests
new f649fea7e7c CAMEL-22397: provide the exchange information to the agent
factory
new eda29bc13c9 CAMEL-22398: allow agents to define the specifics of the
exchange body
new 5f5222a53ce CAMEL-22398: allow agents to define the specifics of the
exchange body (compat layer)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../catalog/components/langchain4j-agent.json | 4 +-
.../component/langchain4j/agent/api/Agent.java | 59 ++++++++++++++++++++++
.../langchain4j/agent/api/AgentFactory.java | 23 ++++++++-
.../component/langchain4j/agent/api}/Headers.java | 2 +-
.../langchain4j/agent/langchain4j-agent.json | 4 +-
.../camel/component/langchain4j/agent/Headers.java | 12 ++---
.../agent/LangChain4jAgentEndpoint.java | 1 +
.../agent/LangChain4jAgentProducer.java | 35 ++-----------
.../integration/LangChain4jAgentNaiveRagIT.java | 2 +-
.../integration/LangChain4jAgentWithMemoryIT.java | 4 +-
.../integration/LangChain4jSimpleAgentIT.java | 2 +-
11 files changed, 100 insertions(+), 48 deletions(-)
copy
components/camel-ai/{camel-langchain4j-agent/src/main/java/org/apache/camel/component/langchain4j/agent
=>
camel-langchain4j-agent-api/src/main/java/org/apache/camel/component/langchain4j/agent/api}/Headers.java
(95%)