An agent framework leveraging Spring AI #612
thesurlydev
started this conversation in
Show and tell
Replies: 2 comments
-
Huge respect, I have just finish checking out all the feature related to agents. it is quite awesome. I really like this https://prnt.sc/7F1OB1LPaMnP |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can we not build this kind of systems using an workflow engine? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been at work on an Agent framework that leverages Spring AI here:
https://github.com/thesurlydev/spring-ai-collab
The intent was to build an agent framework that caters to Spring users. It currently has several example Agents and tools which use annotations to describe them. It leverages the LLM to determine which agent and tool to use to accomplish tasks.
Note that the tool support is independent of any function calling support by LLMs. This was a design choice to side step the fact that some LLMs don't support function calling or implement it differently.
Some of the planned features I'm holding off on because they'll depend on chat message history which I believe is still in the works.
I'd appreciate any feedback and I'm happy to answer any questions.
Beta Was this translation helpful? Give feedback.
All reactions