sdk-java
sdk-java copied to clipboard
Java SDK for Serverless Workflow
**What would you like to be added**: Having done #730 for the base spec, now we can start adding the suppliers, consumers, and DSL recipes to the agentic DSL too....
**What would you like to be added**: After LangChain4j support, we need a few improvements on the DSL and agentic use cases side. **Why is this needed**: 1. Add a...
**What happened**: Given the following builder: ```java public class WorkFlowBuilder { public Workflow buildWorkFlow() throws JsonProcessingException { ObjectMapper mapper = new ObjectMapper(); JsonNode sendOrderArgs = mapper.readTree(""" { "supplier-id": "1", "content":...