Wladastic / Auto-GPT-Telegram-Plugin

MIT License
56 stars 8 forks source link

/start does not start an Auto-GPT instance #10

Open HiTilt-FPV opened 1 year ago

HiTilt-FPV commented 1 year ago

There are no errors and everything else works flawless so far and as intended (your Plugin is awesome btw!!!). It seems to me that if the autogpt process is ended, it ends ALL tasks connected to it. Since the /start option is given in the first place, I would expect the telegram bot to have an "always on" Deamon or seomething permanently running in the background listening to /start commands, then firing up autogpt if the command is detected.

maybe i am doing something wrong?

Wladastic commented 1 year ago

/start doesn't work yet, I have yet to fix that, the plugin has to be running as a wrapper and I am trying to make it work with docker as well.