Skip to content

[Issue]: AutoGen Web UI, unable to edit, delete a new User Skill #1013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
abc-africa opened this issue Dec 18, 2023 · 7 comments
Closed

[Issue]: AutoGen Web UI, unable to edit, delete a new User Skill #1013

abc-africa opened this issue Dec 18, 2023 · 7 comments

Comments

@abc-africa
Copy link

Describe the issue

I was successful with User skill creation and tested, it worked now came a time to edit or even to delete it, not possible.

Steps to reproduce

Create a new skill from web ui.

Screenshots and logs

No response

Additional Information

No response

@abc-africa
Copy link
Author

@victordibia I believe you can resolve this.

@deweyai
Copy link

deweyai commented Dec 19, 2023

I have this same issue. I wasn't sure if I was missing something.

@abc-africa
Copy link
Author

Hello @victordibia sorry fro this issue, after going through the documentation at https://github.com./microsoft/autogen/tree/main/samples/apps/autogen-assistant#capabilities it clearly explains that you will find the skills saved under autogen/samples/apps/autogen-assistant/autogenra/web/skills both global and user skills, you can edit them or delete

@abc-africa
Copy link
Author

I think we need this feature directly embedded in the UI

@tikserziku
Copy link

rm /home/user/.local/lib/python3.10/site-packages/autogenra/web/skills/user/198fb9b77fb10d10bae092eea5789295/new_skill.py

@Cotspheer
Copy link

Cotspheer commented Jan 28, 2024

Why is this closed? I was like "WTF why can't I edit skills?!". This should be in the web interface. I started to plan skills I need and started to add placeholders just to find out I can't edit them. Please make this possible in the interface.

EDIT: Also it seems the skils are not stored anymore as files but in a SQLite Database which makes it impossible to edit.

@victordibia
Copy link
Collaborator

victordibia commented Feb 4, 2024

Hi @Cotspheer ,

This has been implemented in the recent version of autogenstudio. See #1442

To upgrade:

  • pip install -U autogenstudio
  • autogenstudio ui --appdir mydir # mydir ensures autogenstudio is installed in a new directory, avoiding any database schema conflicts
skillediting.mp4

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants