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

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


    from bbf4dc9dd24 CAMEL-22326: fix split packages
     new 6605142b28a CAMEL-22326: increase documentation for the API classes
     new 948deff1eb9 CAMEL-22326: Added tests
     new 3ddc73a8b49 CAMEL-22326: Configuration API cleanup

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:
 .../camel-ai/camel-langchain4j-agent-api/pom.xml   |   7 +
 .../component/langchain4j/agent/api/Agent.java     |  41 +++-
 .../langchain4j/agent/api/AgentConfiguration.java  | 176 ++++++++++++++-
 .../langchain4j/agent/api/AgentFactory.java        |  28 ++-
 .../langchain4j/agent/api/AiAgentBody.java         | 119 ++++++++++
 .../agent/api/AgentConfigurationTest.java          | 251 +++++++++++++++++++++
 6 files changed, 605 insertions(+), 17 deletions(-)
 create mode 100644 
components/camel-ai/camel-langchain4j-agent-api/src/test/java/org/apache/camel/component/langchain4j/agent/api/AgentConfigurationTest.java

Reply via email to