I’m
I’m
I was testing this tool. I could able to get the send messages working but unable to get the read messages woeking.
> > > > Can you share the error you got while using the ReadMessages, 2 things we have to keep in mind that the bot we have configured has...
we can push the send slack as it is simple to setup and configure. Can we push send message and we can extend it later.
Thanks Arkajit. Merging the changes.
@pratham-saraf You can join our discord community https://discord.gg/mVssSJNm . We will guide you on how to contribute.
@AlphaAmirzh To create the config do this, `cp config_template.yaml config.yml` Then open the `config.yaml` and add necessary keys. And finally run, `./run.sh` to run the agent
@cranyy Hey, you don't need main.py to run the agent. The only command you need to for now is `./run.sh` which internally runs test.py. Also, we are adding Chroma DB...
@cranyy Please checkout the branch v0.0.3. It's a dev branch with latest code. Also note, our GUI is work in progress. So for now, the agent will run only in...
Hey @deepankarm Thanks for these valuable suggestions. You can join the superagi discord channel https://discord.gg/mVssSJNm . We can collaborate and work towards building these features.
We have added vector databases like Pinecone, Redis, Qdrant, Chroma, etc.