-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Agent support #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If we do something like this it would be a post 1.0 feature. FWIW, I found there to be varying definitions/implementations of 'agents', in particular I was able to reproduce langhchain/llamaindex demos of ReACT agent that did basic math (addition/subtraction/multiplcation) with basic functional calling behavior. |
I totally agree that implementing Agents would be very beneficial and would simplify writing more complex applications. I know that currently it is possible to model reasoning logic and interactions with external tools using function calling, advisors and evaluators, but the way you can model it in LangGraph by simply defining graph of though process is much cleaner. Also maybe creating some interfaces for implementing custom agents would be nice I think (to make it more opinionated). It would be nice to have something similar in Spring AI afer 1.0 GA (especially that we already have some tools that possibly might be leveraged for reasoning graph building like Spring Statemachine). |
Have any relevant design documents or discussions? |
Agree! need agent support. |
need spring-ai-graph ! |
Expected Behavior
Implement Agent like in Langchain with different method, such as CoT,ReACT
The text was updated successfully, but these errors were encountered: