<h1> MS-Agent: Lightweight Framework for Empowering Agents with Autonomous Exploration</h1>
<p align="center">
<br>
<img src="https://modelscope.oss-cn-beijing.aliyuncs.com/modelscope.gif" width="400"/>
<br>
<p>
<p align="center">
<a href="https://modelscope.cn/mcp/playground">MCP Playground</a> | <a href="https://arxiv.org/abs/2309.00986">Paper</a>
<br>
</p>
<p align="center">
<img src="https://img.shields.io/badge/python-%E2%89%A53.8-5be.svg">
<a href='https://modelscope-agent.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/modelscope-agent/badge/?version=latest' alt='Documentation Status' />
</a>
<a href="https://github.com/modelscope/modelscope-agent/actions?query=branch%3Amaster+workflow%3Acitest++"><img src="https://img.shields.io/github/actions/workflow/status/modelscope/modelscope-agent/citest.yaml?branch=master&logo=github&label=CI"></a>
<a href="https://github.com/modelscope/modelscope-agent/blob/main/LICENSE"><img src="https://img.shields.io/github/license/modelscope/modelscope-agent"></a>
<a href="https://github.com/modelscope/modelscope-agent/pulls"><img src="https://img.shields.io/badge/PR-welcome-55EB99.svg"></a>
<a href="https://pypi.org/project/modelscope-agent/"><img src="https://badge.fury.io/py/modelscope-agent.svg"></a>
<a href="https://pepy.tech/project/modelscope-agent"><img src="https://pepy.tech/badge/modelscope-agent"></a>
</p>
<p align="center">
<a href="https://trendshift.io/repositories/323" target="_blank"><img src="https://trendshift.io/api/badge/repositories/323" alt="modelscope%2Fmodelscope-agent | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
</p>
## Introduction
MS-Agent is a lightweight framework designed to empower agents with autonomous exploration capabilities. It provides a flexible and extensible architecture that allows developers to create agents capable of performing complex tasks, such as code generation, data analysis, and tool calling for general purposes with MCP (Model Calling Protocol) support.
### Features
- **Multi-Agent for general purpose**: Chat with agent with tool-calling capabilities based on MCP.
- **Deep Research**: To enable advanced capabilities for autonomous exploration and complex task execution.
- **Code Generation**: Supports code generation tasks with artifacts.
- **Lightweight and Extensible**: Easy to extend and customize for various applications.
> [WARNING] For historical archive versions, please refer to: https://github.com/modelscope/ms-agent/tree/0.8.0
| WeChat Group
|:-------------------------:
| <img src="asset/ms-agent.jpg" width="200" height="200">
## 🎉 News
* 🔥July 18, 2025: Release MS-Agent v1.0.0, improve the experience of Agent chat with MCP, and update the readme for [Agentic Insight](projects/deep_research/README.md).
* 🔥July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:
- Support for Agent chat with MCP (Model Context Protocol)
- Support for Deep Research (Agentic Insight), refer to: [Report_Demo](projects/deep_research/examples/task_20250617a/report.md), [Script_Demo](projects/deep_research/run.py)
- Support for [MCP-Playground](https://modelscope.cn/mcp/playground)
- Add callback mechanism for Agent chat
<details><summary>Archive</summary>
* 🔥🔥🔥Aug 8, 2024: A new graph based code generation tool [CodexGraph](https://arxiv.org/abs/2408.03910) is released by Modelscope-Agent, it has been proved effective and versatile on various code related tasks, please check [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/codexgraph_agent).
* 🔥🔥Aug 1, 2024: A high efficient and reliable Data Science Assistant is running on Modelscope-Agent, please find detail in [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/datascience_assistant).
* 🔥July 17, 2024: Parallel tool calling on Modelscope-Agent-Server, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/README.md).
* 🔥June 17, 2024: Upgrading RAG flow based on LLama-index, allow user to hybrid search knowledge by different strategies and modalities, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/rag/README_zh.md).
* 🔥June 6, 2024: With [Modelscope-Agent-Server](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/README.md), **Qwen2** could be used by OpenAI SDK with tool calling ability, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/docs/llms/qwen2_tool_calling.md).
* 🔥June 4, 2024: Modelscope-Agent supported Mobile-Agent-V2[arxiv](https://arxiv.org/abs/2406.01014),based on Android Adb Env, please check in the [application](https://github.com/modelscope/modelscope-agent/tree/master/apps/mobile_agent).
* 🔥May 17, 2024: Modelscope-Agent supported multi-roles room chat in the [gradio](https://github.com/modelscope/modelscope-agent/tree/master/apps/multi_roles_chat_room).
* May 14, 2024: Modelscope-Agent supported image input in `RolePlay` agents with latest OpenAI model `GPT-4o`. Developers can experience this feature by specifying the `image_url` parameter.
* May 10, 2024: Modelscope-Agent launched a user-friendly `Assistant API`, and also provided a `Tools API` that executes utilities in isolated, secure containers, please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/)
* Apr 12, 2024: The [Ray](https://docs.ray.io/en/latest/) version of multi-agent solution is on modelscope-agent, please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/multi_agents_utils/README.md)
* Mar 15, 2024: Modelscope-Agent and the [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) (opensource version for GPTs) is running on the production environment of [modelscope studio](https://modelscope.cn/studios/agent).
* Feb 10, 2024: In Chinese New year, we upgrade the modelscope agent to version v0.3 to facilitate developers to customize various types of agents more conveniently through coding and make it easier to make multi-agent demos. For more details, you can refer to [#267](https://github.com/modelscope/modelscope-agent/pull/267) and [#293](https://github.com/modelscope/modelscope-agent/pull/293) .
* Nov 26, 2023: [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) now supports collaborative use in ModelScope's [Creation Space](https://modelscope.cn/studios/modelscope/AgentFabric/summary), allowing for the sharing of custom applications in the Creation Space. The update also includes the latest [GTE](https://modelscope.cn/models/damo/nlp_gte_sentence-embedding_chinese-base/summary) text embedding integration.
* Nov 17, 2023: [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) released, which is an interactive framework to facilitate creation of agents tailored to various real-world applications.
* Oct 30, 2023: [Facechain Agent](https://modelscope.cn/studios/CVstudio/facechain_agent_studio/summary) released a local version of the Facechain Agent that can be run locally. For detailed usage instructions, please refer to [Facechain Agent](#facechain-agent).
* Oct 25, 2023: [Story Agent](https://modelscope.cn/studios/damo/story_agent/summary) released a local version of the Story Agent for generating storybook illustrations. It can be run locally. For detailed usage instructions, please refer to [Story Agent](#story-agent).
* Sep 20, 2023: [ModelScope GPT](https://modelscope.cn/studios/damo/ModelScopeGPT/summary) offers a local version through gradio that can be run locally. You can navigate to the demo/msgpt/ directory and execute `bash run_msgpt.sh`.
* Sep 4, 2023: Three demos, [demo_qwen](demo/demo_qwen_agent.ipynb), [demo_retrieval_agent](demo/demo_retrieval_agent.ipynb) and [demo_register_tool](demo/demo_register_new_tool.ipynb), have been added, along with detailed tutorials provided.
* Sep 2, 2023: The [preprint paper](https://arxiv.org/abs/2309.00986) associated with this project was published.
* Aug 22, 2023: Support accessing various AI model APIs using ModelScope tokens.
* Aug 7, 2023: The initial version of the modelscope-agent repository was released.
</details>
## Installation
### Install from PyPI
```shell
pip install ms-agent
```
### Install from source
```shell
git clone git@github.com:modelscope/ms-agent.git
cd ms-agent
pip install -e .
```
> [!WARNING]
> As the project has been renamed to `ms-agent`, for versions `v0.8.0` or earlier, you can install using the following command:
> ```shell
> pip install modelscope-agent<=0.8.0
> ```
> To import relevant dependencies using `modelscope_agent`:
> ``` python
> from modelscope_agent import ...
> ```
## Quickstart
### Using MCP
This project supports interaction with models via the MCP (Model Context Protocol). Below is a complete example showing
how to configure and run an LLMAgent with MCP support.
By default, the agent uses ModelScope's API inference service. Before running the agent, make sure to set your
ModelScope API key.
```bash
export MODELSCOPE_API_KEY={your_modelscope_api_key}
```
You can find or generate your API key at https://modelscope.cn/my/myaccesstoken.
```python
from ms_agent import LLMAgent
import asyncio
# Configure MCP server
mcp = {
"mcpServers": {
"fetch": {
"type": "sse",
"url": "https://{your_mcp_url}.api-inference.modelscope.net/sse"
}
}
}
async def main():
# Initialize the agent with MCP configuration
llm_agent = LLMAgent(mcp_config=mcp)
# Run a task
await llm_agent.run('Briefly introduce modelscope.cn')
if __name__ == '__main__':
# Launch the async main function
asyncio.run(main())
```
----
💡 Tip: You can find available MCP server configurations at modelscope.cn/mcp.
For example: https://modelscope.cn/mcp/servers/@modelcontextprotocol/fetch.
Replace the url in `mcp["mcpServers"]["fetch"]` with your own MCP server endpoint.
### Agentic Insight
#### - Lightweight, Efficient, and Extensible Multi-modal Deep Research Framework
This project provides a framework for **Deep Research**, enabling agents to autonomously explore and execute complex tasks.
#### 🌟 Features
- **Autonomous Exploration** - Autonomous exploration for various complex tasks
- **Multimodal** - Capable of processing diverse data modalities and generating research reports rich in both text and images.
- **Lightweight & Efficient** - Support "search-then-execute" mode, completing complex research tasks within few minutes, significantly reducing token consumption.
#### 📺 Demonstration
Here is a demonstration of the Agentic Insight framework in action, showcasing its capabilities in handling complex research tasks efficiently.
- **User query**
- - Chinese:
```text
在计算化学这个领域,我们通常使用Gaussian软件模拟各种情况下分子的结构和性质计算,比如在关键词中加入'field=x+100'代表了在x方向增加了电场。但是,当体系是经典的单原子催化剂时,它属于分子催化剂,在反应环境中分子的朝向是不确定的,那么理论模拟的x方向电场和实际电场是不一致的。
请问:通常情况下,理论计算是如何模拟外加电场存在的情况?
```
- - English:
```text
In the field of computational chemistry, we often use Gaussian software to simulate the structure and properties of molecules under various conditions. For instance, adding 'field=x+100' to the keywords signifies an electric field applied along the x-direction. However, when dealing with a classical single-atom catalyst, which falls under molecular catalysis, the orientation of the molecule in the reaction environment is uncertain. This means the x-directional electric field in the theoretical simulation might not align with the actual electric field.
So, how are external electric fields typically simulated in theoretical calculations?
```
#### Report
<https://github.com/user-attachments/assets/b1091dfc-9429-46ad-b7f8-7cbd1cf3209b>
For more details, please refer to [Deep Research](projects/deep_research/README.md).
## License
This project is licensed under the [Apache License (Version 2.0)](https://github.com/modelscope/modelscope/blob/master/LICENSE).
## Star History
[](https://star-history.com/#modelscope/modelscope-agent&Date)
Raw data
{
"_id": null,
"home_page": "https://github.com/modelscope/ms-agent",
"name": "ms-agent",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python, agent, LLM",
"author": "The ModelScope teams",
"author_email": "contact@modelscope.cn",
"download_url": "https://files.pythonhosted.org/packages/00/25/cf575996743483d355e18341062fec22c0eb01e5ffea6a6eeeb5773f08f7/ms-agent-1.0.0.tar.gz",
"platform": null,
"description": "<h1> MS-Agent: Lightweight Framework for Empowering Agents with Autonomous Exploration</h1>\n\n<p align=\"center\">\n <br>\n <img src=\"https://modelscope.oss-cn-beijing.aliyuncs.com/modelscope.gif\" width=\"400\"/>\n <br>\n<p>\n\n<p align=\"center\">\n<a href=\"https://modelscope.cn/mcp/playground\">MCP Playground</a> \uff5c <a href=\"https://arxiv.org/abs/2309.00986\">Paper</a>\n<br>\n</p>\n\n<p align=\"center\">\n<img src=\"https://img.shields.io/badge/python-%E2%89%A53.8-5be.svg\">\n<a href='https://modelscope-agent.readthedocs.io/en/latest/?badge=latest'>\n <img src='https://readthedocs.org/projects/modelscope-agent/badge/?version=latest' alt='Documentation Status' />\n</a>\n<a href=\"https://github.com/modelscope/modelscope-agent/actions?query=branch%3Amaster+workflow%3Acitest++\"><img src=\"https://img.shields.io/github/actions/workflow/status/modelscope/modelscope-agent/citest.yaml?branch=master&logo=github&label=CI\"></a>\n<a href=\"https://github.com/modelscope/modelscope-agent/blob/main/LICENSE\"><img src=\"https://img.shields.io/github/license/modelscope/modelscope-agent\"></a>\n<a href=\"https://github.com/modelscope/modelscope-agent/pulls\"><img src=\"https://img.shields.io/badge/PR-welcome-55EB99.svg\"></a>\n<a href=\"https://pypi.org/project/modelscope-agent/\"><img src=\"https://badge.fury.io/py/modelscope-agent.svg\"></a>\n<a href=\"https://pepy.tech/project/modelscope-agent\"><img src=\"https://pepy.tech/badge/modelscope-agent\"></a>\n</p>\n\n<p align=\"center\">\n<a href=\"https://trendshift.io/repositories/323\" target=\"_blank\"><img src=\"https://trendshift.io/api/badge/repositories/323\" alt=\"modelscope%2Fmodelscope-agent | Trendshift\" style=\"width: 250px; height: 55px;\" width=\"250\" height=\"55\"/></a>\n</p>\n\n## Introduction\n\nMS-Agent is a lightweight framework designed to empower agents with autonomous exploration capabilities. It provides a flexible and extensible architecture that allows developers to create agents capable of performing complex tasks, such as code generation, data analysis, and tool calling for general purposes with MCP (Model Calling Protocol) support.\n\n### Features\n\n- **Multi-Agent for general purpose**: Chat with agent with tool-calling capabilities based on MCP.\n- **Deep Research**: To enable advanced capabilities for autonomous exploration and complex task execution.\n- **Code Generation**: Supports code generation tasks with artifacts.\n- **Lightweight and Extensible**: Easy to extend and customize for various applications.\n\n\n> [WARNING] For historical archive versions, please refer to: https://github.com/modelscope/ms-agent/tree/0.8.0\n\n| WeChat Group\n|:-------------------------:\n| <img src=\"asset/ms-agent.jpg\" width=\"200\" height=\"200\">\n\n\n## \ud83c\udf89 News\n\n* \ud83d\udd25July 18, 2025: Release MS-Agent v1.0.0, improve the experience of Agent chat with MCP, and update the readme for [Agentic Insight](projects/deep_research/README.md).\n\n* \ud83d\udd25July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:\n - Support for Agent chat with MCP (Model Context Protocol)\n - Support for Deep Research (Agentic Insight), refer to: [Report_Demo](projects/deep_research/examples/task_20250617a/report.md), [Script_Demo](projects/deep_research/run.py)\n - Support for [MCP-Playground](https://modelscope.cn/mcp/playground)\n - Add callback mechanism for Agent chat\n\n\n<details><summary>Archive</summary>\n\n* \ud83d\udd25\ud83d\udd25\ud83d\udd25Aug 8, 2024: A new graph based code generation tool [CodexGraph](https://arxiv.org/abs/2408.03910) is released by Modelscope-Agent, it has been proved effective and versatile on various code related tasks, please check [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/codexgraph_agent).\n* \ud83d\udd25\ud83d\udd25Aug 1, 2024: A high efficient and reliable Data Science Assistant is running on Modelscope-Agent, please find detail in [example](https://github.com/modelscope/modelscope-agent/tree/master/apps/datascience_assistant).\n* \ud83d\udd25July 17, 2024: Parallel tool calling on Modelscope-Agent-Server, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/README.md).\n* \ud83d\udd25June 17, 2024: Upgrading RAG flow based on LLama-index, allow user to hybrid search knowledge by different strategies and modalities, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/rag/README_zh.md).\n* \ud83d\udd25June 6, 2024: With [Modelscope-Agent-Server](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/README.md), **Qwen2** could be used by OpenAI SDK with tool calling ability, please find detail in [doc](https://github.com/modelscope/modelscope-agent/blob/master/docs/llms/qwen2_tool_calling.md).\n* \ud83d\udd25June 4, 2024: Modelscope-Agent supported Mobile-Agent-V2[arxiv](https://arxiv.org/abs/2406.01014)\uff0cbased on Android Adb Env, please check in the [application](https://github.com/modelscope/modelscope-agent/tree/master/apps/mobile_agent).\n* \ud83d\udd25May 17, 2024: Modelscope-Agent supported multi-roles room chat in the [gradio](https://github.com/modelscope/modelscope-agent/tree/master/apps/multi_roles_chat_room).\n* May 14, 2024: Modelscope-Agent supported image input in `RolePlay` agents with latest OpenAI model `GPT-4o`. Developers can experience this feature by specifying the `image_url` parameter.\n* May 10, 2024: Modelscope-Agent launched a user-friendly `Assistant API`, and also provided a `Tools API` that executes utilities in isolated, secure containers, please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/)\n* Apr 12, 2024: The [Ray](https://docs.ray.io/en/latest/) version of multi-agent solution is on modelscope-agent, please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/multi_agents_utils/README.md)\n* Mar 15, 2024: Modelscope-Agent and the [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) (opensource version for GPTs) is running on the production environment of [modelscope studio](https://modelscope.cn/studios/agent).\n* Feb 10, 2024: In Chinese New year, we upgrade the modelscope agent to version v0.3 to facilitate developers to customize various types of agents more conveniently through coding and make it easier to make multi-agent demos. For more details, you can refer to [#267](https://github.com/modelscope/modelscope-agent/pull/267) and [#293](https://github.com/modelscope/modelscope-agent/pull/293) .\n* Nov 26, 2023: [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) now supports collaborative use in ModelScope's [Creation Space](https://modelscope.cn/studios/modelscope/AgentFabric/summary), allowing for the sharing of custom applications in the Creation Space. The update also includes the latest [GTE](https://modelscope.cn/models/damo/nlp_gte_sentence-embedding_chinese-base/summary) text embedding integration.\n* Nov 17, 2023: [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) released, which is an interactive framework to facilitate creation of agents tailored to various real-world applications.\n* Oct 30, 2023: [Facechain Agent](https://modelscope.cn/studios/CVstudio/facechain_agent_studio/summary) released a local version of the Facechain Agent that can be run locally. For detailed usage instructions, please refer to [Facechain Agent](#facechain-agent).\n* Oct 25, 2023: [Story Agent](https://modelscope.cn/studios/damo/story_agent/summary) released a local version of the Story Agent for generating storybook illustrations. It can be run locally. For detailed usage instructions, please refer to [Story Agent](#story-agent).\n* Sep 20, 2023: [ModelScope GPT](https://modelscope.cn/studios/damo/ModelScopeGPT/summary) offers a local version through gradio that can be run locally. You can navigate to the demo/msgpt/ directory and execute `bash run_msgpt.sh`.\n* Sep 4, 2023: Three demos, [demo_qwen](demo/demo_qwen_agent.ipynb), [demo_retrieval_agent](demo/demo_retrieval_agent.ipynb) and [demo_register_tool](demo/demo_register_new_tool.ipynb), have been added, along with detailed tutorials provided.\n* Sep 2, 2023: The [preprint paper](https://arxiv.org/abs/2309.00986) associated with this project was published.\n* Aug 22, 2023: Support accessing various AI model APIs using ModelScope tokens.\n* Aug 7, 2023: The initial version of the modelscope-agent repository was released.\n\n</details>\n\n\n\n## Installation\n\n### Install from PyPI\n\n```shell\npip install ms-agent\n```\n\n\n### Install from source\n\n```shell\ngit clone git@github.com:modelscope/ms-agent.git\n\ncd ms-agent\npip install -e .\n```\n\n\n\n> [!WARNING]\n> As the project has been renamed to `ms-agent`, for versions `v0.8.0` or earlier, you can install using the following command:\n> ```shell\n> pip install modelscope-agent<=0.8.0\n> ```\n> To import relevant dependencies using `modelscope_agent`:\n> ``` python\n> from modelscope_agent import ...\n> ```\n\n\n## Quickstart\n\n### Using MCP\nThis project supports interaction with models via the MCP (Model Context Protocol). Below is a complete example showing\nhow to configure and run an LLMAgent with MCP support.\n\nBy default, the agent uses ModelScope's API inference service. Before running the agent, make sure to set your\nModelScope API key.\n```bash\nexport MODELSCOPE_API_KEY={your_modelscope_api_key}\n```\nYou can find or generate your API key at https://modelscope.cn/my/myaccesstoken.\n\n```python\nfrom ms_agent import LLMAgent\nimport asyncio\n\n# Configure MCP server\nmcp = {\n \"mcpServers\": {\n \"fetch\": {\n \"type\": \"sse\",\n \"url\": \"https://{your_mcp_url}.api-inference.modelscope.net/sse\"\n }\n }\n}\n\nasync def main():\n # Initialize the agent with MCP configuration\n llm_agent = LLMAgent(mcp_config=mcp)\n # Run a task\n await llm_agent.run('Briefly introduce modelscope.cn')\n\nif __name__ == '__main__':\n # Launch the async main function\n asyncio.run(main())\n```\n----\n\ud83d\udca1 Tip: You can find available MCP server configurations at modelscope.cn/mcp.\n\nFor example: https://modelscope.cn/mcp/servers/@modelcontextprotocol/fetch.\nReplace the url in `mcp[\"mcpServers\"][\"fetch\"]` with your own MCP server endpoint.\n\n\n### Agentic Insight\n\n#### - Lightweight, Efficient, and Extensible Multi-modal Deep Research Framework\n\nThis project provides a framework for **Deep Research**, enabling agents to autonomously explore and execute complex tasks.\n\n#### \ud83c\udf1f Features\n\n- **Autonomous Exploration** - Autonomous exploration for various complex tasks\n\n- **Multimodal** - Capable of processing diverse data modalities and generating research reports rich in both text and images.\n\n- **Lightweight & Efficient** - Support \"search-then-execute\" mode, completing complex research tasks within few minutes, significantly reducing token consumption.\n\n\n#### \ud83d\udcfa Demonstration\n\nHere is a demonstration of the Agentic Insight framework in action, showcasing its capabilities in handling complex research tasks efficiently.\n\n- **User query**\n\n- - Chinese:\n\n```text\n\u5728\u8ba1\u7b97\u5316\u5b66\u8fd9\u4e2a\u9886\u57df\uff0c\u6211\u4eec\u901a\u5e38\u4f7f\u7528Gaussian\u8f6f\u4ef6\u6a21\u62df\u5404\u79cd\u60c5\u51b5\u4e0b\u5206\u5b50\u7684\u7ed3\u6784\u548c\u6027\u8d28\u8ba1\u7b97\uff0c\u6bd4\u5982\u5728\u5173\u952e\u8bcd\u4e2d\u52a0\u5165'field=x+100'\u4ee3\u8868\u4e86\u5728x\u65b9\u5411\u589e\u52a0\u4e86\u7535\u573a\u3002\u4f46\u662f\uff0c\u5f53\u4f53\u7cfb\u662f\u7ecf\u5178\u7684\u5355\u539f\u5b50\u50ac\u5316\u5242\u65f6\uff0c\u5b83\u5c5e\u4e8e\u5206\u5b50\u50ac\u5316\u5242\uff0c\u5728\u53cd\u5e94\u73af\u5883\u4e2d\u5206\u5b50\u7684\u671d\u5411\u662f\u4e0d\u786e\u5b9a\u7684\uff0c\u90a3\u4e48\u7406\u8bba\u6a21\u62df\u7684x\u65b9\u5411\u7535\u573a\u548c\u5b9e\u9645\u7535\u573a\u662f\u4e0d\u4e00\u81f4\u7684\u3002\n\n\u8bf7\u95ee\uff1a\u901a\u5e38\u60c5\u51b5\u4e0b\uff0c\u7406\u8bba\u8ba1\u7b97\u662f\u5982\u4f55\u6a21\u62df\u5916\u52a0\u7535\u573a\u5b58\u5728\u7684\u60c5\u51b5\uff1f\n```\n\n- - English:\n```text\nIn the field of computational chemistry, we often use Gaussian software to simulate the structure and properties of molecules under various conditions. For instance, adding 'field=x+100' to the keywords signifies an electric field applied along the x-direction. However, when dealing with a classical single-atom catalyst, which falls under molecular catalysis, the orientation of the molecule in the reaction environment is uncertain. This means the x-directional electric field in the theoretical simulation might not align with the actual electric field.\n\nSo, how are external electric fields typically simulated in theoretical calculations?\n```\n\n#### Report\n<https://github.com/user-attachments/assets/b1091dfc-9429-46ad-b7f8-7cbd1cf3209b>\n\n\nFor more details, please refer to [Deep Research](projects/deep_research/README.md).\n\n\n## License\n\nThis project is licensed under the [Apache License (Version 2.0)](https://github.com/modelscope/modelscope/blob/master/LICENSE).\n\n## Star History\n\n[](https://star-history.com/#modelscope/modelscope-agent&Date)\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "MS-Agent: Lightweight Framework for Empowering Agents with Autonomous Exploration",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/modelscope/ms-agent"
},
"split_keywords": [
"python",
" agent",
" llm"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b1c47b8ccc38af471518349ba437c683e34d4bffd1434499f6761d819a8728e9",
"md5": "52cb6e0344641060afe35a41e8110512",
"sha256": "099c0fe6dc03caee830348feb45876fd7e45788b78655010aa0efae6e654d60a"
},
"downloads": -1,
"filename": "ms_agent-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "52cb6e0344641060afe35a41e8110512",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 85987,
"upload_time": "2025-07-18T14:25:25",
"upload_time_iso_8601": "2025-07-18T14:25:25.270387Z",
"url": "https://files.pythonhosted.org/packages/b1/c4/7b8ccc38af471518349ba437c683e34d4bffd1434499f6761d819a8728e9/ms_agent-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0025cf575996743483d355e18341062fec22c0eb01e5ffea6a6eeeb5773f08f7",
"md5": "0c38d8e78b80d1bea6bcf35f9dc76c2a",
"sha256": "dc89670bb90649117f81fb8dd0650ead39ecd1a0020b111e37a026c96c0f7c3e"
},
"downloads": -1,
"filename": "ms-agent-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "0c38d8e78b80d1bea6bcf35f9dc76c2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 71146,
"upload_time": "2025-07-18T14:25:26",
"upload_time_iso_8601": "2025-07-18T14:25:26.462368Z",
"url": "https://files.pythonhosted.org/packages/00/25/cf575996743483d355e18341062fec22c0eb01e5ffea6a6eeeb5773f08f7/ms-agent-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-18 14:25:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "modelscope",
"github_project": "ms-agent",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "ms-agent"
}