Hi everyone, I’m trying to set up a project from s...
# general-advice
j
Hi everyone, I’m trying to set up a project from scratch using Koog and Spring Boot. I have a recipe search startup and my goal is to create a first agent using Anthropic. I’ve checked Brillantov’s tutorials, but I’m running into dependency issues. Does anyone have a working
build.gradle
example
that can compile and call an OpenAI or Anthropic agent with SpringBoot? I’m attaching my current
build.gradle
, the service class I’m using, and the error I’m seeing. Beyond this error, I’ve had several other dependency issues and tried different version combinations, but I haven’t managed to get a working example yet. What I need right now is just a minimal
build.gradle
with up-to-date dependencies
that lets me call an LLM successfully. Thanks in advance! 🙏
This is the current error I'm having related with Ktor in case anyone has the same issue with similar configuration: java.lang.ClassNotFoundException: io.ktor.client.plugins.sse.SSEKt