Xuchen Pan

Results 8 issues of Xuchen Pan

1. setup local actions runner on a GPU machine 2. use docker-compose to setup a cluster 3. add more unit tests - single process - multi process - multi process...

enhancement

## Description 1. Extract the agent server related modules from the `rpc_agent.py` into `agentscope.server` package(`launcher.py` and `servicer.py`) 2. Add `as_server` command to `setup.py` 3. Add `server_id` to identify a server...

feature
ready for review

## Description 1. refactor AgentScope Studio and WebUI 2. merge AgentScope Workstation into AgentScope Studio 3. add distributed agent server manager into AgentScope Studio ## Checklist Please check the following...

## Description Add a series of agent server management functions, and extract management related functions from the original `call_func` interface. All agent server management functions are listed below: - `is_alive`...

enhancement
ready for review

## Description ### Add Environment Modules (`Env` and its sub-classes) `Env` is a key concept of AgentScope, representing global data shared among agents. Each env has name and value, and...

feature
ready for review

As the title says

dj:op
dj:dist
dj:efficiency

## Description Split the dataset files into small pieces and process them in different batches to avoid exceeding the memory limit of Ray.

### Search before continuing 先搜索,再继续 - [x] I have searched the Data-Juicer issues and found no similar feature requests. 我已经搜索了 Data-Juicer 的 issue 列表但是没有发现类似的功能需求。 ### Description 描述 In the current...

enhancement
dj:dist