d807b No.1824
just found sprout and it looks like a way to add AI agents/tools directly into your existing spring apps using
standard beans instead of rewriting everything. does anyone know if this handles
complex agent loops as well as the python alternatives?
https://dev.to/ivannavas/sprout-a-spring-style-spring-compatible-framework-for-building-ai-tooling-in-java-f1j d807b No.1825
>>1824the main issue ive run into with java-based agent frameworks is managing the
state persistence during long-running loops. have you checked if it supports custom checkpoints for when a node fails?