Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ Before commit or push your changes, please make sure the unittests are passed ,o
pytest -n 16
```

## Contact with us

Join our discussion group by scanning the QR code below:

<p align="center">
<img src="assets/images/veadk_group_qrcode.jpg" alt="Volcengine Agent Development Kit Logo" width="40%">
</p>

## License

This project is licensed under the [Apache 2.0 License](./LICENSE).
Binary file added assets/images/veadk_group_qrcode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ VeADK 各组件与火山引擎相关产品的结合矩阵:
- 提供贴近实际工业场景的各类开发和部署用例,涵盖数据库访问、数据湖读写、复杂任务编排等多样场景。
- 提供可直接复用的代码模板与配置示例,帮助开发者快速上手并解决实际业务问题。

## 社区支持

您可以扫描下方二维码,加入 VeADK 讨论群组:

<p align="center">
<img src="/images/veadk_group_qrcode.jpg" alt="VeADK 讨论组二维码" width="400" />
</p>

## 整体方案

在 VeADK 中,智能体的构建与生命周期的管理围绕`Agent`,`Runner`等核心组件进行:
Expand All @@ -92,4 +100,5 @@ VeADK 的组件会利用这三个属性来构建某些数据的索引,例如

| 时间节点 | 事件 |
| --- | --- |
| 2025/08/01 | V0.1.0版本发布 |
| 2025/08/01 | V0.1.0 版本发布 |
| 2025/08/14 | V0.2.1 版本发布 |