FreshmanD commited on
Commit
cb0fdd8
·
verified ·
1 Parent(s): e5124ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -32
README.md CHANGED
@@ -13,9 +13,27 @@ short_description: A Short Demo shows LoongFlow
13
 
14
  # LoongFlow HuggingFace Spaces Demo
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## 简介
17
 
18
- 这是一个展示 **LoongFlow** 框架核心 PES (Plan-Execute-Summary) 工作流程的交互式 Demo。
 
 
19
 
20
  ## 什么是 LoongFlow?
21
 
@@ -36,34 +54,4 @@ LoongFlow 是一个**进化式 Agent 开发框架**,采用创新的 PES 思考
36
 
37
  ## 本地运行
38
 
39
- ```bash
40
- # 克隆仓库
41
- git clone https://github.com/your-repo/loongflow.git
42
- cd loongflow/spaces_demo
43
-
44
- # 安装依赖
45
- pip install -r requirements.txt
46
-
47
- # 运行 Demo
48
- python app.py
49
- ```
50
-
51
- 然后在浏览器打开 http://localhost:7860
52
-
53
- ## 在 HuggingFace Spaces 上部署
54
-
55
- 1. 创建 GitHub 仓库
56
- 2. 推送 `app.py` 和 `requirements.txt`
57
- 3. 在 [HuggingFace Spaces](https://huggingface.co/spaces) 创建新 Space
58
- 4. 选择 Gradio 作为 SDK
59
- 5. 链接到你的 GitHub 仓库
60
-
61
- ## 技术栈
62
-
63
- - **Gradio**: Web UI 框架
64
- - **Python 3.12+**: 运行时环境
65
- - **LoongFlow**: 底层 Agent 框架
66
-
67
- ## 许可证
68
-
69
- MIT License
 
13
 
14
  # LoongFlow HuggingFace Spaces Demo
15
 
16
+ <p align="center">
17
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/spaces-lg.svg" alt="LoongFlow Spaces">
18
+ </p>
19
+
20
+ <p align="center">
21
+ <a href="https://huggingface.co/spaces/your-username/loongflow-demo">
22
+ <img src="https://img.shields.io/badge/%F0%9F%A4%97-Demo-HuggingFace-yellow" alt="HuggingFace Spaces">
23
+ </a>
24
+ <a href="https://github.com/your-repo/loongflow">
25
+ <img src="https://img.shields.io/badge/GitHub-LoongFlow-blue" alt="GitHub">
26
+ </a>
27
+ <a href="https://arxiv.org/abs/2512.24077">
28
+ <img src="https://img.shields.io/badge/Paper-ArXiv-blue" alt="ArXiv">
29
+ </a>
30
+ </p>
31
+
32
  ## 简介
33
 
34
+ 这是一个展示 **LoongFlow** 框架核心 PEES (Plan-Execute-Evaluate-Summary) 工作流程的交互式 Demo。
35
+
36
+ 更多技术细节请查看论文:[LoongFlow: Evolutionary Agent Framework](https://arxiv.org/abs/2512.24077)
37
 
38
  ## 什么是 LoongFlow?
39
 
 
54
 
55
  ## 本地运行
56
 
57
+ 项目详情请看:[LoongFlow](https://github.com/baidu-baige/LoongFlow)