agentscope
agentscope copied to clipboard
Add `as_server` command and add `server_id`
Description
- Extract the agent server related modules from the
rpc_agent.pyintoagentscope.serverpackage(launcher.pyandservicer.py) - Add
as_servercommand tosetup.py - Add
server_idto identify a server instance - update the distribution part of the tutorial
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
- [x] Documentation has been updated
- [x] Code is ready for review