Introduce LangChain4j Agentic Workflow Implementation - #681
Merged
ricardozanini merged 6 commits intoAug 7, 2025
Merged
Conversation
ricardozanini
force-pushed
the
agentic-langchain4j
branch
2 times, most recently
from
August 5, 2025 19:07
474526b to
88cf6e8
Compare
fjtirado
reviewed
Aug 6, 2025
fjtirado
reviewed
Aug 6, 2025
ricardozanini
force-pushed
the
agentic-langchain4j
branch
from
August 6, 2025 23:37
09b7cf5 to
63481ed
Compare
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
ricardozanini
force-pushed
the
agentic-langchain4j
branch
from
August 6, 2025 23:44
63481ed to
8bb44ac
Compare
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
ricardozanini
marked this pull request as ready for review
August 7, 2025 16:59
Collaborator
Author
|
@fjtirado PR's now ready. |
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
fjtirado
reviewed
Aug 7, 2025
| return object instanceof Collection value | ||
| ? new AgenticModelCollection(value, cognisphere) | ||
| : Collections.emptyList(); | ||
| throw new UnsupportedOperationException("Not supported yet."); |
Collaborator
There was a problem hiding this comment.
Ill fix this later after you merge
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
fjtirado
self-requested a review
August 7, 2025 18:14
fjtirado
approved these changes
Aug 7, 2025
ricardozanini
merged commit Aug 7, 2025
da3ad8e
into
open-workflow-specification:main
2 checks passed
fjtirado
pushed a commit
to fjtirado/sdk-java
that referenced
this pull request
Aug 13, 2025
…specification#681) * Introduce LangChain4j Agentic Workflow Implementation Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> * Remove skip agentic modules from CI Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> * Fix langchain4j mvn command Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> * Wrap up langchain4j integration work; add CI to run integration tests Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> * Adjust langchain4j dependency management Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> * Add asMap to AgenticModel Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com> --------- Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on langchain4j/langchain4j#3458
In this PR:
serverlessworkflow-fluent-agentic-langchain4jmodule to implementlangchain4j-agenticSPI. So that we can use our workflow engine to run Agentic use cases via LC4J Workflow SPI.serverlessworkflow-experimental-agenticto handleAgenticScopein the workflow contextLater, I'll add more integration tests, adjust the CI to install Ollama, and the docs.