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.
[x] Code has passed all tests
[x] Docstrings have been added/updated in Google Style
Description
Auto server allocation
In the previous version, users must provide
host
andport
for eachto_dist
call, if they want to use an existing agent server. Now, the studio will automatically allocate a server to theto_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.