A workshop to learn how to build Agentic AI applications with Quarkus and LangChain4j.
The workshop is divided into several steps. You can follow the instructions available in the workshop website. Alternatively, you may serve the instructions locally by following the docs/README file.
The final state of each step is available in the step-XX directory.
A Quarkus + React Agentic AI app for managing fictitious insurance claims. Uses Quarkus Quinoa under the covers.
- Java 21 or later -- Get it https://adoptium.net/ or install using your favorite package manager.
- Maven 3.9.6 or later -- Get it https://maven.apache.org/download.cgi or install using your favorite package manager.
- Or just use the embedded Maven Wrapper
- An OpenAI-capable LLM inference server.
Then:
cd app;
./mvnw clean quarkus:dev
App will open on http://0.0.0.0:8005.
