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

Enhancement: Ability to delete agents #529

Closed lukemmtt closed 1 year ago

lukemmtt commented 1 year ago

At present, there is no way to delete agents in SuperAGI. This can lead to clutter, especially when many agents are created for testing or experimentation purposes. Implementing a delete function would allow for better management of agents and a cleaner, more organized workspace.

I did notice that another issue was created earlier on this topic (https://github.com/TransformerOptimus/SuperAGI/issues/473) but that seems to have been closed a bit prematurely, as the latest build from the main branch does not exhibit this functionality yet.

neelayan7 commented 1 year ago

@Arkajit-Datta is currently working on this.

lukemmtt commented 1 year ago

Looks like the original issue https://github.com/TransformerOptimus/SuperAGI/issues/473 has been re-opened; I'm closing this one as a duplicate.