新手入门文档写的非常差,才开始 docker 安装还报错login failed ,安装完了,本机自己vllm 启动了模型,没有报错,web 端什么都不显示,整个程序像是死了一样了
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.5k
- Forks
- 905
- PR merge metrics
- No merged PRs in 30d
Description
论文设计思想感觉非常好,但是工具入门的时候非常难用,文档写的很差
我自己使用了 vllm 搭建了模型服务,访问 web ,输入request 请求,使用 docker logs XAgent-Server 没有报错,可是页面也没有返回,这个工具连官方demo ,用docker 安装都跑不起来,文档也不说明,垃圾
INFO: 127.0.0.1:38678 - "POST /conv/getUserInteractions HTTP/1.0" 200 OK
INFO: 127.0.0.1:38684 - "POST /conv/init_conv_env HTTP/1.0" 200 OK
INFO: 127.0.0.1:49968 - "POST /conv/getUserInteractions HTTP/1.0" 200 OK
INFO: 127.0.0.1:49976 - "POST /conv/init_conv_env HTTP/1.0" 200 OK
INFO: 127.0.0.1:36900 - "POST /conv/getUserInteractions HTTP/1.0" 200 OK
INFO: 127.0.0.1:36908 - "POST /conv/init_conv_env HTTP/1.0" 200 OK
INFO: 127.0.0.1:54532 - "POST /conv/init_conv_env HTTP/1.0" 200 OK
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docker installation and official demo instructions, then reproduce the reported setup with a vLLM model service. Check docker logs XAgent-Server and the mentioned /conv/getUserInteractions and /conv/init_conv_env requests to identify why the web page returns no response. Done means the documented installation completes and the web interface returns a result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- backend, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100