spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.88k stars 721 forks source link

Agent support #403

Open heepengpeng opened 6 months ago

heepengpeng commented 6 months ago

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

markpollack commented 1 month ago

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.