Text2Sim 多范式仿真引擎
支持离散事件仿真和系统动力学的多范式仿真引擎,集成大语言模型。
快速入门
安装
- 确保安装 Python 3.12 或更高版本。
- 安装
uv
包管理器:- macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh
- Windows (PowerShell): powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
使用
- 克隆仓库: git clone https://github.com/IamCatoBot/text2sim-MCP-server.git
- 配置 Claude Desktop:
编辑
claude_desktop_config.json
文件,添加以下内容: { "mcpServers": { "Text2Sim MCP Server": { "command": "uv", "args": [ "--directory", "PATH_TO_TEXT2SIM_MCP_SERVER", "run", "mcp_server.py" ], "env": {} } } }
更多文档参考 DES 和 SD 模块说明文件。