OpenBMB / OpenBMB/XAgent

新手入门文档写的非常差,才开始 docker 安装还报错login failed ,安装完了,本机自己vllm 启动了模型,没有报错,web 端什么都不显示,整个程序像是死了一样了

Open
#417 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.