Get desktop application:
View/edit binary Protocol Buffers messages
TODO: rename to RpcServicer Servicer for rpc agent server
check server is alive
stop the server
TODO: rename to create_object create a new object on the server
TODO: remove this field
TODO: rename to delete_object delete agent from the server
clear all agent on the server
TODO: remove this function clone an agent with specific agent_id
get id of all agents on the server as a list
get the resource utilization information of the server
update the model configs in the server
get memory of a specific agent
TODO: rename to call_object_func call funcs of agent running on the server
Message class for agent function call
TODO: rename to update_async_result update value of PlaceholderMessage
file transfer
Used as response type in: RpcAgent.call_agent_func, RpcAgent.update_placeholder
Message classes for agent server management
Used as response type in: RpcAgent.clone_agent, RpcAgent.create_agent, RpcAgent.delete_agent, RpcAgent.delete_all_agents, RpcAgent.get_agent_list, RpcAgent.get_agent_memory, RpcAgent.get_server_info, RpcAgent.is_alive, RpcAgent.set_model_configs, RpcAgent.stop
Used as request type in: RpcAgent.clone_agent, RpcAgent.delete_agent, RpcAgent.download_file, RpcAgent.get_agent_memory, RpcAgent.set_model_configs