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

Bugfix [Safari]: "Save as Template" and "Pause" options not available #530

Closed lukemmtt closed 1 year ago

lukemmtt commented 1 year ago

The ability to stop or kill running agents is a crucial feature that is currently missing. This functionality would provide users with greater control over resource usage and the ability to halt agents that are not performing as expected or that have entered undesired states.

(Issue title is intentionally wordy for searchability)

neelayan7 commented 1 year ago

Currently we give the ability for users to be able to pause/delete certain runs as 1 single agent can have multiple runs. But yes, we can have similar capability like deleting an agent possible.

lukemmtt commented 1 year ago

@neelayan7 Can you elaborate on this? In the latest release (as well as in the main branch), I've been unable to suspend any agent in any way other than completely killing the superAGI instance. Maybe I just missed a button.

neelayan7 commented 1 year ago

When an agent is running, you'll see 3 dots on the Top-Right. Click on that, you'll see options to "Save as Template" and "Pause".

lukemmtt commented 1 year ago

When an agent is running, you'll see 3 dots on the Top-Right. Click on that, you'll see options to "Save as Template" and "Pause".

@neelayan7 Just tried again—turns out that this is a Safari issue 😞. The options in the dropdown menu you mentioned appear correctly in Chrome but they aren't visible in Safari.

Chrome on macOS Safari on macOS

I will update this issue to reflect that it is a bugfix for Safari. If perhaps this bug isn't a priority, I would like to propose updating the README and Docs to reflect that Chrome is the only supported browser.

neelayan7 commented 1 year ago

Looking into this. Thanks for raising!

neelayan7 commented 1 year ago

https://github.com/TransformerOptimus/SuperAGI/pull/544 Have raised a PR addressing this issue.

lukemmtt commented 1 year ago

Thanks so much!!

lukemmtt commented 1 year ago

https://github.com/TransformerOptimus/SuperAGI/pull/544 was merged to dev 🚀