# ibm-quarkus-ai-langchain4j-workshop **Repository Path**: mirrors_ibm/ibm-quarkus-ai-langchain4j-workshop ## Basic Information - **Project Name**: ibm-quarkus-ai-langchain4j-workshop - **Description**: A workshop to learn how to build AI-Infused applications with IBM build of Quarkus and LangChain4j. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-30 - **Last Updated**: 2025-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quarkus AI with LangChain4j Hands-on Lab: Agents, MCP, and Gen AI A workshop to learn how to build AI-Infused applications with the IBM build of Quarkus and LangChain4j. The workshop is divided into several steps. You can follow the instructions available on the [workshop website](https://quarkus.io/quarkus-workshop-langchain4j/). Alternatively, you may serve the instructions locally by following the [docs/README file](docs/README.md). The final state of each step is available in the [step-XX](step-XX) directory. You can quickly jump to the final state of a step by navigating to the corresponding directory and then running the following command: ```shell ./mvnw quarkus:dev ``` The application runs on [http://localhost:8080](http://localhost:8080).