java-hexagonal-template/ ├── app/ │ ├── core/ # Business rules — zero framework dependencies │ ├── infra-api/ # REST inbound adapter (Spring Web MVC) │ ├── infra-kafka/ # Async messaging adapter ...
LangChain4j began development in early 2023 amid the ChatGPT hype. We noticed a lack of Java counterparts to the numerous Python and JavaScript LLM libraries and frameworks, and we had to fix that!