gmpetrov / databerry

The no-code platform for building custom LLM Agents
https://chaindesk.ai
2.92k stars 404 forks source link

R&D: Agent Multi Tools #47

Open gmpetrov opened 1 year ago

gmpetrov commented 1 year ago

Today agents are able to connect to only 1 datastore

We need to make the agent capable of handling multiple tools (tools can be dastores, apis, other agents)

shubhamtiwarivevo commented 1 year ago

I was trying to add "import { AWSLambda } from "langchain/tools/aws_lambda";" but i didn't get any response and looks like it's not considering it. Any idea? Should i change prompt? image