File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,24 @@ For more [demos](https://codefuse.ai/docs/api-docs/MuAgent/connector/customed_ex
48
48
### EKG Services
49
49
50
50
``` bash
51
- # use ekg services only three steps
51
+ # use ekg services only four steps
52
52
# step1. git clone
53
53
git clone https://github.com/codefuse-ai/CodeFuse-muAgent.git
54
54
55
55
# step2.
56
56
cd CodeFuse-muAgent
57
57
58
- # step3. start all container services, it might cost some time
59
- docker network create ekg-net && docker-compose up -d
58
+ # step3. create docker-net
59
+ docker network create ekg-net
60
+
61
+ # step4. start all container services, it might cost some time
62
+ # after starting all services, open https://localhost:8000
63
+ docker-compose up -d
60
64
```
61
65
62
- < div align = " center " >
63
- < img src = " docs/resources/ekg_demo.png " alt = " EKG DEMO " width = " 770 " >
64
- </ div >
66
+ https://github.com/user-attachments/assets/7d5251a0-2864-438c-8897-b0445f0b1c30
67
+
68
+ https://github.com/user-attachments/assets/34e5efea-f237-4b04-aeca-1f443ed7eb88
65
69
66
70
Now is beta version. Once the v1.0+ version is enhanced, we will release v1.0+ image for download.
67
71
Original file line number Diff line number Diff line change 46
46
### EKG服务
47
47
48
48
``` bash
49
- # 使用我们的EKG服务只需要三步 !(beta版本,需要将本地代码打包到容器中)
49
+ # 使用我们的EKG服务只需要四步 !(beta版本,需要将本地代码打包到容器中)
50
50
51
51
# 第一步. 加载代码
52
52
git clone https://github.com/codefuse-ai/CodeFuse-muAgent.git
53
53
54
54
# 第二步.
55
55
cd CodeFuse-muAgent
56
56
57
- # 第三步. 启动所有容器服务,EKG基础镜像构建需要花费点时间
57
+ # 第三步
58
+ docker network create ekg-net
59
+
60
+ # 第四步. 启动所有容器服务,EKG基础镜像构建需要花费点时间。启动后打开 https://localhost:8000
58
61
docker-compose up -d
59
62
```
60
63
61
- <div align =" center " >
62
- <img src =" docs/resources/ekg_demo.png " alt =" EKG DEMO " width =" 770 " >
63
- </div >
64
+ https://github.com/user-attachments/assets/7d5251a0-2864-438c-8897-b0445f0b1c30
64
65
66
+ https://github.com/user-attachments/assets/34e5efea-f237-4b04-aeca-1f443ed7eb88
65
67
66
68
现在仍为beta版本,待v1.0版本完善后,会放出v1.0+的镜像以供下载。
67
69
You can’t perform that action at this time.
0 commit comments