LangChain4j

@langchain4j.dev

Effortlessly build LLM-powered applications in Java, including chatbots, agents, structured data extraction and RAG: https://github.com/langchain4j/langchain4j

Have a look at @langchain4j.dev's agentic module. There are different but interesting strategies for multi-agent collaboration, like their peer-to-peer mode, the goal oriented action planning mode, etc. I haven't tried them yet on my experiment though, but I think they could do wonders too.

💭 Inspired by @maxandersen.xam.dk I forked my own little 🤖𝗻𝗮𝗻𝗼𝗰𝗼𝗱𝗲 𝗰𝗼𝗱𝗶𝗻𝗴 𝗮𝗴𝗲𝗻𝘁 but using @langchain4j.dev#gemini 2 approaches: 1⃣ single AI service w/ all tools 2⃣ multi-agent w/ specialized tools Bonus: Web search & Markdown rendering glaforge.dev/posts/2026/0...

A Simple Coding Agent in a Loop with LangChain4j, Jbang, and Gemini

A few days ago, Max Rydahl Andersen published a fascinating article about nanocode: a minimalist Claude Code alternative implemented in just 260 lines of Java (inspired from a 250-line Python equivale...

glaforge.dev