TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
https://superagi.com/
MIT License
15.22k stars 1.83k forks source link

⭐️⭐️⭐️Agents Continuously Run⭐️⭐️⭐️ #312

Closed AIProDeveloper closed 1 year ago

AIProDeveloper commented 1 year ago

The problem I have now, is that agents are running in the background even if they have been stopped. I would like to just delete the agent completely. Is there a way to do that in the code or stop the agent from running and wasting tokes?

I have to completely end the program to get the agents to stop; which doesn't allow me to setup new agents or tests.

Seem to be in a bind...

Screenshot 2023-06-11 at 2 16 52 AM
AIProDeveloper commented 1 year ago

After 4 hours, finally figured out how to delete agents.

AIProDeveloper commented 1 year ago

Screenshot 2023-06-11 at 9 01 56 PM Screenshot 2023-06-11 at 9 02 00 PM

luciferlinx101 commented 1 year ago

@AIProDeveloper if you stop the docker or docker compose down agents won't run, celery needs to be up for agents to run.

AIProDeveloper commented 1 year ago

Yes, closing docker is the only way, but if I start the app, it still does query requests. Only way to stop is to delete the agent entirely.