Installation#
Wheel Package Installation#
You can install using pip:
pip install ms-agent
Source Code Installation#
# pip install git+https://github.com/modelscope/ms-agent.git
git clone https://github.com/modelscope/ms-agent.git
cd ms-agent
pip install -e .
If using DeepResearch or CodeGenesis, there may be additional dependencies. Please install according to the corresponding README documentation.
Images#
It is recommended to use ModelScope’s official LLM images.
Runtime Environment#
MS-Agent runs using LLM API, so only a CPU environment is required.
Environment |
Requirements |
|---|---|
python |
>=3.11 |