sdk-java
sdk-java copied to clipboard
feat: Add LangChain4j Agentic Planner implemetation
What would you like to be added:
Currently, we have implemented the workflow API from langchain4j-agentic module. They are evolving their API now to the "Planner" concept. See: https://github.com/langchain4j/langchain4j/pull/3929
Why is this needed: To align our experimental/agentic-langchain4j module to the upstream workflow API.