File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者
2929本代码库包含了一系列示例和教程,帮助您理解、实现和集成 AgentKit 的各项功能到您的应用中。
3030
3131## 项目结构
32+
3233``` bash
3334.
3435├── 01-tutorials
@@ -49,6 +50,7 @@ AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者
4950│ │ └── README.md
5051│ ├── customer_support
5152│ └── video_gen
53+ ├── template/ # Sample 项目模板
5254├── README.md
5355└── README.zh.md
5456```
@@ -120,9 +122,10 @@ AgentKit 是火山引擎推出的企业级 AI Agent 开发平台,为开发者
120122
1211231 . Fork 本仓库
1221242 . 创建功能分支 (` git checkout -b feature/amazing-example ` )
123- 3 . 提交更改 (` git commit -m 'Add amazing example' ` )
124- 4 . 推送到分支 (` git push origin feature/amazing-example ` )
125- 5 . 创建 Pull Request
125+ 3 . 基于 ` template/ ` 目录创建新的 Sample 工程
126+ 4 . 提交更改 (` git commit -m 'Add amazing example' ` )
127+ 5 . 推送到分支 (` git push origin feature/amazing-example ` )
128+ 6 . 创建 Pull Request
126129
127130## 许可证
128131本项目采用 [ Apache 2.0 许可证] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments