File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
02-use-cases/inspection_assistant Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- agentkit-sdk-python == 0.1.15
2- google-adk = =1.18.0
3- veadk-python = =0.2.27
4- veadk-python [extensions ]= =0.2.27
1+ agentkit-sdk-python >= 0.2.0
2+ google-adk > =1.18.0
3+ veadk-python > =0.2.27
4+ veadk-python [extensions ]> =0.2.27
55tos >= 2.8.7
66Pillow
77Flask
Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ def upload_file_to_tos(
145145
146146 signed_url = signed_url_output .signed_url
147147 logger .info (f"Signed URL generated successfully (valid for { expires } seconds)" )
148- logger .error (f"Access URL: { signed_url } " )
149148
150149 return signed_url
151150
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ AgentKit 代码工坊为让您快速上手 AgentKit 平台,提供了不同入
3939| [ ` AI 编程助手 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/ai_coding ) | ![ label] ( https://img.shields.io/badge/%E8%BF%9B%E9%98%B6-CD853F ) | AI 编程助手,帮助开发者编写和优化代码 |
4040| [ ` 客户服务智能体 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/customer_support ) | ![ label] ( https://img.shields.io/badge/%E8%BF%9B%E9%98%B6-CD853F ) | 提供自动的售后咨询和售前导购 |
4141| [ ` 视频生成智能体 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/video_gen ) | ![ label] ( https://img.shields.io/badge/%E8%BF%9B%E9%98%B6-CD853F ) | 结合多种工具实现视频内容创作 |
42+ | [ ` 门店巡检智能体 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/inspection_assistant ) | ![ label] ( https://img.shields.io/badge/%E8%BF%9B%E9%98%B6-CD853F ) | 基于多 Agents 协作的智能门店巡检系统 |
4243| [ ` 数据分析智能体 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/data_analysis_with_datalake ) | ![ label] ( https://img.shields.io/badge/%E4%B8%93%E5%AE%B6-CD5C5C ) | 基于 LanceDB 构建的数据分析智能体 |
4344| [ ` 电商营销视频生成 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/02-use-cases/multimedia ) | ![ label] ( https://img.shields.io/badge/%E4%B8%93%E5%AE%B6-CD5C5C ) | 基于A2A构建的多智能体电商营销视频生成示例,展示如何利用A2A以及图片、视频生成工具进行智能视频内容创作 |
4445| [ ` 运行skills的智能体 ` ] ( https://github.com/volcengine/agentkit-samples/tree/main/00-advanced/agent_skills ) | ![ label] ( https://img.shields.io/badge/%E4%B8%93%E5%AE%B6-CD5C5C ) | 基于 AgentKit & VeADK & sandbox 构建可以运行 skills 的智能体 |
You can’t perform that action at this time.
0 commit comments