-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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:
- Add a basic flow graphic visual representation. We can use Mermaid to export the
Workflow
domain to an SVG/PNG image representation - Improve the Java DSL by adding static imports shortcuts to the consumers. Instead of chaining consumers, users can also import static classes like
io.serverlessworkflow.fluent.spec.DSL.*
and have shortcuts, such asevent(type("org.acme.reply"))
. - Improve documentation on the provided integration tests
- Add more use cases as we see fit
- Add Ollama to the optional integration test pipeline on PR checks to run the agentic use cases