# AgentsEngineServer **Repository Path**: CakeCN/agents-engine-server ## Basic Information - **Project Name**: AgentsEngineServer - **Description**: AgentsEngine的服务端 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-08 - **Last Updated**: 2025-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装 先去AlgoriAgent文件夹下,pip install -e . 然后根目录安装pip install -r requirements.txt # MoreInstall ``` pip install modelscope[audio] -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html ``` ## Setting 1. 在Server>下创建一个.env 文件,放DashScope的APIKEY `DASHSCOPE_API_KEY="sk-xxxx"` ## 运行 在Server>下 `python app.py` ## ToDO 1. 2. MCP服务器调用的支持 3. 远程STT-阿里云 4. 对于本地STT模型,目前写到用paraformer流式识别,不过精准度和时效还没改好,并且没有写返回文字的适配。 5.