Everyone assumes you need Python to build AI agents. But the Java ecosystem already has every piece: Spring AI for LLM integration, Spring Events for decoupled messaging, JobRunr for reliable background jobs, and Spring Modulith for clean architecture. We didn't build anything new. We connected the pieces that were already there. The result is ClawRunr…...
#ai #Java #springboot
https://foojay.io/today/how-we-built-a-java-ai-agent-by-connecting-the-dots-the-ecosystem-already-had/

@foojay That's your agent. One class, one dependency, provider-agnostic. Want to switch from OpenAI to Anthropic to a fully local Ollama instance? Change one config property. The code doesn't change.

I do have a question for people that understand how this all works: how do you authenticate? If someone can hack your telegram they can now forward your email to them no? So social media security becomes rather important yes?

#ai #javaClaw