#LangChain4j 1.15.0 is out!
github.com/langchain4j/...
#LangChain4j 1.16.0 is out!
github.com/langchain4j/...
#LangChain4j 1.14.0 is out! 🎉
github.com/langchain4j/...
Merci à tous ceux qui sont venus à @devoxx.fr nous voir @emmanuelbernard.com et moi pour parler des protocoles pour les agents IA, avec le focus sur #MCP et #A2A, et implémentations en #ADK et @langchain4j.dev
Comme promis, les slides de notre présentation :
speakerdeck.com/glaforge/sta...
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...
Ready for the @quarkus @langchain4j.dev workshop at @devoxxgreece.bsky.social!
#Java #AI #LLM
@mixitconf.org jour 2 🤩.
On se retrouve à 14h40 en salle Turing pour mon workshop @langchain4j.dev afin de découvrir comment ajouter de l'IA (merci AI Endpoints d' #OVHcloud 🥰).
📢 Finalement je serai speaker lors du prochain @mixitconf.org les 16 & 17 avril prochains 🥳.
Ce sera un workshop pour découvrir comment ajouter de l'IA dans vos devs #Java avec @langchain4j.dev et AI Endpoints by #OVHcloud 🤩.
🗓️14h40 en salle Turing !
🗓️ mixitconf.org/2026/develop...
🤖 New blog post: ADK Java and OVHcloud AI Endpoints ☕️
🦜 Powered by @langchain4j.dev
🔁 A ReAct LoopAgent that generates an SDXL image, has a VLM critique it, and loops 🎨
🧑💻 All in @jbang.dev
👉 philippart-s.github.io/blog/2026-05...
Thanks to @glaforge.dev for the help 🤗.
Notable Changes
Allow @tool methods to also be inherited from superclasses and interfaces by @mariofusco in #5328
Introduce Blackboard agentic pattern by @mariofusco in #5243
Unify Batch API Respo...
Highlights
Add Docling Document Parser Integration by @lfelner22 in #4933
Support setting default values for @Tool parameters by @dliubarskyi in #5146
Allow an agent to select among different Chat...
Les fondations des agents IA reposent sur une poignée de protocoles communs que vous devez maîtriser pour tirer le meilleur parti de votre LLM et de vot…
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...