modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
5.19k stars 316 forks source link

[Feature]: load agentscope studio model from python #349

Closed wujiren closed 3 months ago

wujiren commented 3 months ago

AgentScope is an open-source project. To involve a broader community, we recommend asking your questions in English.

Is your feature request related to a problem? Please describe. agentscope studio is awesome, if it could be load from python, it will be great.

Describe the solution you'd like load agentscope studio html from python

Describe alternatives you've considered or transfer python codes to agentscope html

DavdGao commented 3 months ago

Thanks for your attention.

I want to confirm if the "agentscope studio html" refers to the config exported from workstation(the dragging-and-dropping interface)?

wujiren commented 3 months ago

Thanks for your attention.

I want to confirm if the "agentscope studio html" refers to the config exported from workstation(the dragging-and-dropping interface)?

yes, i hope i can load python code in the inrerface

image
DavdGao commented 3 months ago

Thank you for your suggestions.

However, extracting a workflow from Python code is essentially equivalent to building a compiler system, which is challenging for our limited developement team.

For now, we are planning to support save and load workflow in our workstation for continuous development, hoping these features could help.

DavdGao commented 3 months ago

Thanks for your attention again.

If you have any other questions, please feel free to create a new issue, closing this for now.