The aim is to implement the following workflow using Langgraph
- A plan agent is used to split the user query into smaller sub tasks to be individually processed by the tool agent
- It also recieves feedback from the Tool Agent which it modifies / splits to be processed again
- It then passes on the processed feedback to the User
- Recieves the sub queries from the plan agent
- Solves the queries using API's
- Reflects on the results
- Uses feedback to improve quality
- Provides the results to the Plan Agent for it to give it to the user
- Maths
- News
- Stock Prices
- Weather Report