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

Studio supports allocation of agent server #351

Closed pan-x-c closed 3 months ago

pan-x-c commented 3 months ago

Description

Auto server allocation

In the previous version, users must provide host and port for each to_dist call, if they want to use an existing agent server. Now, the studio will automatically allocate a server to the to_dist function when the app is connected to the AgentScope Studio.

Improve customized agent class loading

In the new version, the agent server also supports loading a directory of customized agent classes with in-directory dependencies with the agent_dir parameter.

Update Tutorial

The tutorial for the above new features and the usage of server manager page has been updated.

Checklist

Please check the following items before code is ready to be reviewed.