You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(NavigatorAI) E:\github\NavigatorAI\handy-multi-agent\code\第五章\examples\NavigatorAI\backend>pip install -r requirements.txt
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement camel==0.2.11 (from versions: 0.1, 0.1.1, 0.1.2)
ERROR: No matching distribution found for camel==0.2.11
然后我试了试"pip install camel"
Successfully installed camel-0.1.2
2.Flask开发服务器在本地的访问出现如下页面:
经过查询和curl检验
curl http://127.0.0.1:6000
出现如下结果:
<!doctype html><html lang=en><title>404 Not Found</title><h1>Not Found</h1><p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>
3.在前端设置的安装依赖中出现了严重漏洞提醒:
(NavigatorAI) E:\github\NavigatorAI\handy-multi-agent\code\第五章\examples\NavigatorAI\frontend>npm audit fix
up to date, audited 269 packages in 7s
42 packages are looking for funding
run `npm fund`for details
# npm audit report
next 14.0.0 - 14.2.24
Severity: critical
Next.js Allows a Denial of Service (DoS) with Server Actions - https://github.com/advisories/GHSA-7m27-7ghc-44w9
Authorization Bypass in Next.js Middleware - https://github.com/advisories/GHSA-f82v-jwr5-mffw
fix available via `npm audit fix --force`
Will install [email protected], which is outside the stated dependency range
node_modules/next
1 critical severity vulnerability
To address all issues, run:
npm audit fix --force
有些Q|A我已经解决,就放入我的csdn博客中【动手学CAMEL Multi-Agent】第五章——综合实践,有需要的请自行参考。
目前我遇到的没解决的问题有:
然后我试了试"pip install camel"
2.Flask开发服务器在本地的访问出现如下页面:
经过查询和curl检验
出现如下结果:
3.在前端设置的安装依赖中出现了严重漏洞提醒:
若是执行强制修复,可能会超出package.json 中指定的版本范围,请开发者判断下

4.前端启动,需要开发者将该案例所指的原项目中的lib文件夹以及其中的文件拷贝过来,因为我在启动中,出现了如下提示:
lib文件夹复制之后,再运行,结果如下:
5.上述前端界面经过测试,发现上传pdf出错:
对话出错:
我怀疑是我的api等配置有问题,但不清楚具体是哪个出了问题,以下是我的后端.env:
The text was updated successfully, but these errors were encountered: