Skip to content

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

Open
heepengpeng opened this issue Mar 6, 2024 · 5 comments
Open

Agent support #403

heepengpeng opened this issue Mar 6, 2024 · 5 comments
Labels
agents enhancement New feature or request

Comments

@heepengpeng
Copy link

Expected Behavior
Implement Agent like in Langchain with different method, such as CoT,ReACT

@markpollack
Copy link
Member

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.

@csterwa csterwa added enhancement New feature or request agents labels Sep 4, 2024
@kkolago
Copy link

kkolago commented Nov 17, 2024

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).

@lambochen
Copy link
Contributor

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.

Have any relevant design documents or discussions?

@seethefruture
Copy link

Agree! need agent support.

@shaohzhangebay
Copy link

need spring-ai-graph !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants