diff --git a/python/01-tutorials/01-agentkit-runtime/a2a_simple/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/a2a_simple/pyproject.toml index d5e78f41..0fd9b17c 100644 --- a/python/01-tutorials/01-agentkit-runtime/a2a_simple/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/a2a_simple/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/01-tutorials/01-agentkit-runtime/a2a_simple/requirements.txt b/python/01-tutorials/01-agentkit-runtime/a2a_simple/requirements.txt index b30bd453..c56b8053 100644 --- a/python/01-tutorials/01-agentkit-runtime/a2a_simple/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/a2a_simple/requirements.txt @@ -1,4 +1,4 @@ -veadk-python[extensions]==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python[extensions]==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/01-tutorials/01-agentkit-runtime/callback/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/callback/pyproject.toml index ca61587e..1bf7a180 100644 --- a/python/01-tutorials/01-agentkit-runtime/callback/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/callback/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/01-tutorials/01-agentkit-runtime/callback/requirements.txt b/python/01-tutorials/01-agentkit-runtime/callback/requirements.txt index ba763ea0..e1bd4087 100644 --- a/python/01-tutorials/01-agentkit-runtime/callback/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/callback/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/01-tutorials/01-agentkit-runtime/hello_world/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/hello_world/pyproject.toml index be52b439..ee5b82d2 100644 --- a/python/01-tutorials/01-agentkit-runtime/hello_world/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/hello_world/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "veadk-python==0.5.37", - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "veadk-python==1.0.9", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "urllib3<2.0.0", "litellm", "volcengine-python-sdk>=4.0.31", diff --git a/python/01-tutorials/01-agentkit-runtime/hello_world/requirements.txt b/python/01-tutorials/01-agentkit-runtime/hello_world/requirements.txt index 2cfb97f5..8731456e 100644 --- a/python/01-tutorials/01-agentkit-runtime/hello_world/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/hello_world/requirements.txt @@ -1,6 +1,6 @@ -veadk-python==0.5.37 -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 urllib3<2.0.0 volcengine-python-sdk>=4.0.33 litellm diff --git a/python/01-tutorials/01-agentkit-runtime/image_video_tools/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/image_video_tools/pyproject.toml index 4e75304b..36f18355 100644 --- a/python/01-tutorials/01-agentkit-runtime/image_video_tools/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/image_video_tools/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "litellm" ] diff --git a/python/01-tutorials/01-agentkit-runtime/image_video_tools/requirements.txt b/python/01-tutorials/01-agentkit-runtime/image_video_tools/requirements.txt index ba763ea0..e1bd4087 100644 --- a/python/01-tutorials/01-agentkit-runtime/image_video_tools/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/image_video_tools/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/01-tutorials/01-agentkit-runtime/mcp_simple/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/mcp_simple/pyproject.toml index 6db6d133..c9cd4888 100644 --- a/python/01-tutorials/01-agentkit-runtime/mcp_simple/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/mcp_simple/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.4.3", - "google-adk==1.21.0", - "veadk-python==0.5.15", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", ] diff --git a/python/01-tutorials/01-agentkit-runtime/mcp_simple/requirements.txt b/python/01-tutorials/01-agentkit-runtime/mcp_simple/requirements.txt index 94c03c0f..ad0ccacf 100644 --- a/python/01-tutorials/01-agentkit-runtime/mcp_simple/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/mcp_simple/requirements.txt @@ -1,3 +1,3 @@ -veadk-python==0.5.15 -agentkit-sdk-python==0.4.3 -google-adk==1.21.0 \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 \ No newline at end of file diff --git a/python/01-tutorials/01-agentkit-runtime/multi_agents/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/multi_agents/pyproject.toml index 40d72e20..bec3020c 100644 --- a/python/01-tutorials/01-agentkit-runtime/multi_agents/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/multi_agents/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "litellm" ] diff --git a/python/01-tutorials/01-agentkit-runtime/multi_agents/requirements.txt b/python/01-tutorials/01-agentkit-runtime/multi_agents/requirements.txt index eef22186..76885ce5 100644 --- a/python/01-tutorials/01-agentkit-runtime/multi_agents/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/multi_agents/requirements.txt @@ -1,4 +1,4 @@ -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 -veadk-python==0.5.37 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 +veadk-python==1.0.9 litellm diff --git a/python/01-tutorials/01-agentkit-runtime/realtime_voice/pyproject.toml b/python/01-tutorials/01-agentkit-runtime/realtime_voice/pyproject.toml index b5e6cda1..abe7f009 100644 --- a/python/01-tutorials/01-agentkit-runtime/realtime_voice/pyproject.toml +++ b/python/01-tutorials/01-agentkit-runtime/realtime_voice/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.2.0", - "google-adk==1.19.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "urllib3==2.0.7", - "veadk-python==0.5.0", + "veadk-python==1.0.9", "volcengine-python-sdk>=4.0.31", ] diff --git a/python/01-tutorials/01-agentkit-runtime/realtime_voice/requirements.txt b/python/01-tutorials/01-agentkit-runtime/realtime_voice/requirements.txt index f08aa21a..ced75c86 100644 --- a/python/01-tutorials/01-agentkit-runtime/realtime_voice/requirements.txt +++ b/python/01-tutorials/01-agentkit-runtime/realtime_voice/requirements.txt @@ -1,5 +1,5 @@ -agentkit-sdk-python==0.2.0 -google-adk==1.19.0 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 urllib3==2.0.7 -veadk-python==0.5.0 +veadk-python==1.0.9 volcengine-python-sdk>=4.0.31 diff --git a/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/requirements.txt b/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/requirements.txt index 50551641..3626a6ac 100644 --- a/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/requirements.txt +++ b/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/requirements.txt @@ -6,4 +6,4 @@ requests httpx Authlib PyJWT -veadk-python \ No newline at end of file +veadk-python==1.0.9 \ No newline at end of file diff --git a/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/test_agent/requirements.txt b/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/test_agent/requirements.txt index eba10b8b..48ad4aab 100644 --- a/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/test_agent/requirements.txt +++ b/python/01-tutorials/03-agentkit-identity/tutorial3_feishu_outbound/test_agent/requirements.txt @@ -1,3 +1,3 @@ lark_oapi -veadk-python -agentkit-sdk-python \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 \ No newline at end of file diff --git a/python/01-tutorials/04-agentkit-tools/aio_sandbox/pyproject.toml b/python/01-tutorials/04-agentkit-tools/aio_sandbox/pyproject.toml index 635b26b3..306fdd7c 100644 --- a/python/01-tutorials/04-agentkit-tools/aio_sandbox/pyproject.toml +++ b/python/01-tutorials/04-agentkit-tools/aio_sandbox/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "langchain>=0.1.0", "langchain-openai>=0.1.0", "python-dotenv>=1.2.1", - "agentkit-sdk-python>=0.2.0", - "veadk-python>=0.2.29", + "agentkit-sdk-python>=0.8.0", + "veadk-python==1.0.9", "google-genai", ] diff --git a/python/01-tutorials/04-agentkit-tools/skills_sandbox/README.md b/python/01-tutorials/04-agentkit-tools/skills_sandbox/README.md index def6b220..9e59b3b6 100644 --- a/python/01-tutorials/04-agentkit-tools/skills_sandbox/README.md +++ b/python/01-tutorials/04-agentkit-tools/skills_sandbox/README.md @@ -206,7 +206,7 @@ uv run client.py | ------ | --- | --------- | | tos-file-access | 将文件或目录上传至火山引擎TOS ,从URL下载文件。在以下情况使用此技能:(1)将智能体生成的文件或目录(如视频、图像、报告、输出文件夹)上传至TOS以便共享;(2)在智能体处理前从URL下载文件。 | 请运行以下工作流程:1. 使用 tos-file-access 从 `https://agentkit-skills.tos-cn-beijing.volces.com/upload/topk_benchmark.cpp` 下载一个 topk_benchmark.cpp 代码文件。2. 使用 code-optimization 完善这个代码,把my_topk_inplace函数写好,要求性能要非常好,要比代码里面的标准库还要好。3. 使用 tos-file-access 将最终输出目录(包括最终代码和报告)上传到存储桶 {YOUR_TOS_BUCKET_NAME}。 | | code-optimization | 通过迭代改进(最多2轮)优化代码性能。对执行时间和内存使用情况进行基准测试,与基准实现进行比较,并生成详细的优化报告。支持C++、Python、Java、Rust等语言 | 参考上一行 tos-file-access 的提示词。 | -| veadk-python | 基于VeADK框架实现一个可运行Agent | 请运行以下工作流程:1. 使用 veadk-python skill ,写一个 VeADK Agent,能够通过提问 "hello" 来回复。2. 将写好的代码写入本地一个新的代码文件,然后使用 tos-file-access skill 把这个代码文件上传到存储桶 {YOUR_TOS_BUCKET_NAME},最后把上传后的代码文件链接发给我。 | +| veadk-skills | 基于VeADK框架实现一个可运行Agent | 请运行以下工作流程:1. 使用 veadk-skills skill ,写一个 VeADK Agent,能够通过提问 "hello" 来回复。2. 将写好的代码写入本地一个新的代码文件,然后使用 tos-file-access skill 把这个代码文件上传到存储桶 {YOUR_TOS_BUCKET_NAME},最后把上传后的代码文件链接发给我。 | | docx | 详见 [docx](https://github.com/anthropics/skills/tree/main/skills/docx) | | | internal-comms | 详见 [internal-comms](https://github.com/anthropics/skills/tree/main/skills/internal-comms) | | | pdf | 详见 [pdf](https://github.com/anthropics/skills/tree/main/skills/pdf) | | @@ -246,7 +246,7 @@ table th:nth-of-type(3) { | 示例提示词 | 效果截图 | | -------- | ------- | | 请运行以下工作流程:1. 帮我写一个pdf处理的skill,能够支持加载pdf、编辑pdf和从pdf中提取文字信息即可;2. 将写好的 skill 注册到 skill space。 | ![生成 skill 效果截图](assets/images/create.jpeg) | -| 请运行以下工作流程:1. 使用 veadk-python skill ,写一个 VeADK Agent,能够通过提问 'hello' 来回复。2. 执行一下代码确保没问题;3. 将验证好的代码发给我。 | ![veadk skill 效果截图](assets/images/veadk-skill.png) | +| 请运行以下工作流程:1. 使用 veadk-skills skill ,写一个 VeADK Agent,能够通过提问 'hello' 来回复。2. 执行一下代码确保没问题;3. 将验证好的代码发给我。 | ![veadk skill 效果截图](assets/images/veadk-skill.png) | | 使用 internal-comms skill 帮我写一个3p沟通材料,通知3p团队项目进度更新。关于产品团队,主要包括过去一周问题和未来一周计划,具体包括问题:写产品团队遇到的客户问题 (1. GPU+模型推理框架性能低于开源版本,比如时延高、吞吐低;2. GPU推理工具易用性差),以及如何解决的;计划:明年如何规划GPU产品功能和性能优化 (1. 发力GPU基础设施对生图生视频模型的支持;2. GPU推理相关工具链路易用性提升)。其他内容,可以酌情组织。 | ![internal-comms skill 效果截图](assets/images/internal-comms-skill.jpeg) | | 请运行以下工作流程:1. 使用 canvas-design skill 帮我创作一件基于几何图形的艺术绘图。2. 使用 tos-file-access skill 把产物上传到存储桶 {YOUR_TOS_BUCKET_NAME} 里。 | ![canvas-design skill 效果截图](assets/images/cavas-design-skill.jpeg) | | 我需要一个2人份的纯素高蛋白食谱,目标增肌。每周预算350元,喜欢30分钟内的快手菜。不喜欢蘑菇。使用 healthy-meal-planner skill 帮我制订一周的食谱。 | ![healthy-meal-planner skill 效果截图](assets/images/health-meal-planner-skill.jpeg) | diff --git a/python/01-tutorials/04-agentkit-tools/skills_sandbox/README_en.md b/python/01-tutorials/04-agentkit-tools/skills_sandbox/README_en.md index 512aa454..5d015d66 100644 --- a/python/01-tutorials/04-agentkit-tools/skills_sandbox/README_en.md +++ b/python/01-tutorials/04-agentkit-tools/skills_sandbox/README_en.md @@ -206,7 +206,7 @@ uv run client.py | ------ | --- | --------- | | tos-file-access | Upload files or directories to Volcengine TOS, download files from a URL. Use this skill when: (1) uploading agent-generated files or directories (such as videos, images, reports, output folders) to TOS for sharing; (2) downloading files from a URL before agent processing. | Please run the following workflow: 1. Use tos-file-access to download a topk_benchmark.cpp code file from `https://agentkit-skills.tos-cn-beijing.volces.com/upload/topk_benchmark.cpp`. 2. Use code-optimization to improve this code, complete the my_topk_inplace function, requiring very good performance, better than the standard library in the code. 3. Use tos-file-access to upload the final output directory (including the final code and report) to the bucket {YOUR_TOS_BUCKET_NAME}. | | code-optimization | Optimize code performance through iterative improvements (up to 2 rounds). Benchmark execution time and memory usage, compare with a baseline implementation, and generate a detailed optimization report. Supports C++, Python, Java, Rust, etc. | Refer to the prompt for tos-file-access in the row above. | -| veadk-python | Implement a runnable Agent based on the VeADK framework. | Please run the following workflow: 1. Use the veadk-python skill to write a VeADK Agent that can respond to the question "hello". 2. Write the code to a new local code file, then use the tos-file-access skill to upload this code file to the bucket {YOUR_TOS_BUCKET_NAME}, and finally send me the link to the uploaded code file. | +| veadk-skills | Implement a runnable Agent based on the VeADK framework. | Please run the following workflow: 1. Use the veadk-skills skill to write a VeADK Agent that can respond to the question "hello". 2. Write the code to a new local code file, then use the tos-file-access skill to upload this code file to the bucket {YOUR_TOS_BUCKET_NAME}, and finally send me the link to the uploaded code file. | | docx | See [docx](https://github.com/anthropics/skills/tree/main/skills/docx) for details | | | internal-comms | See [internal-comms](https://github.com/anthropics/skills/tree/main/skills/internal-comms) for details | | | pdf | See [pdf](https://github.com/anthropics/skills/tree/main/skills/pdf) for details | | @@ -246,7 +246,7 @@ table th:nth-of-type(3) { | Example Prompt | Screenshot | | -------- | ------- | | Please run the following workflow: 1. Help me write a pdf processing skill that can support loading pdfs, editing pdfs, and extracting text from pdfs; 2. Register the written skill to the skill space. | ![Create skill screenshot](assets/images/create.jpeg) | -| Please run the following workflow: 1. Use the veadk-python skill to write a VeADK Agent that can respond to the question 'hello'. 2. Execute the code to ensure there are no problems; 3. Send me the verified code. | ![veadk skill screenshot](assets/images/veadk-skill.png) | +| Please run the following workflow: 1. Use the veadk-skills skill to write a VeADK Agent that can respond to the question 'hello'. 2. Execute the code to ensure there are no problems; 3. Send me the verified code. | ![veadk skill screenshot](assets/images/veadk-skill.png) | | Use the internal-comms skill to help me write a 3p communication material to notify the 3p team of project progress updates. Regarding the product team, it mainly includes the problems of the past week and the plan for the next week, specifically including the problems: write down the customer problems encountered by the product team (1. GPU+model inference framework performance is lower than the open source version, such as high latency and low throughput; 2. GPU inference tools are difficult to use), and how to solve them; plan: how to plan GPU product functions and performance optimization next year (1. Focus on GPU infrastructure support for image and video generation models; 2. Improve the usability of GPU inference related toolchains). Other content can be organized as appropriate. | ![internal-comms skill screenshot](assets/images/internal-comms-skill.jpeg) | | Please run the following workflow: 1. Use the canvas-design skill to help me create an art drawing based on geometric shapes. 2. Use the tos-file-access skill to upload the product to the bucket {YOUR_TOS_BUCKET_NAME}. | ![canvas-design skill screenshot](assets/images/cavas-design-skill.jpeg) | | I need a vegan high-protein recipe for 2 people, with the goal of muscle gain. The weekly budget is 350 yuan, and I like quick dishes that take less than 30 minutes. I don't like mushrooms. Use the healthy-meal-planner skill to help me create a one-week meal plan. | ![healthy-meal-planner skill screenshot](assets/images/health-meal-planner-skill.jpeg) | diff --git a/python/01-tutorials/04-agentkit-tools/skills_sandbox/pyproject.toml b/python/01-tutorials/04-agentkit-tools/skills_sandbox/pyproject.toml index 1cc11643..8a913b71 100644 --- a/python/01-tutorials/04-agentkit-tools/skills_sandbox/pyproject.toml +++ b/python/01-tutorials/04-agentkit-tools/skills_sandbox/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/01-tutorials/04-agentkit-tools/skills_sandbox/requirements.txt b/python/01-tutorials/04-agentkit-tools/skills_sandbox/requirements.txt index 7d4ad24e..485702b5 100644 --- a/python/01-tutorials/04-agentkit-tools/skills_sandbox/requirements.txt +++ b/python/01-tutorials/04-agentkit-tools/skills_sandbox/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.5.37 -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 litellm diff --git a/python/01-tutorials/05-agentkit-memory/mem0_memory/pyproject.toml b/python/01-tutorials/05-agentkit-memory/mem0_memory/pyproject.toml index a6dcd0a9..ad8cbedb 100644 --- a/python/01-tutorials/05-agentkit-memory/mem0_memory/pyproject.toml +++ b/python/01-tutorials/05-agentkit-memory/mem0_memory/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "google-adk==1.21.0", - "veadk-python[extensions]==0.5.20", - "veadk-python==0.5.20", - "agentkit-sdk-python==0.4.3", + "google-adk==1.36.1", + "veadk-python[extensions]==1.0.9", + "veadk-python==1.0.9", + "agentkit-sdk-python>=0.8.0", "mem0ai==0.1.118", ] diff --git a/python/01-tutorials/05-agentkit-memory/mem0_memory/requirements.txt b/python/01-tutorials/05-agentkit-memory/mem0_memory/requirements.txt index 2e4ca819..7de55613 100644 --- a/python/01-tutorials/05-agentkit-memory/mem0_memory/requirements.txt +++ b/python/01-tutorials/05-agentkit-memory/mem0_memory/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.20 -veadk-python[extensions]==0.5.20 -google-adk==1.21.0 -agentkit-sdk-python==0.4.3 +veadk-python==1.0.9 +veadk-python[extensions]==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 mem0ai==0.1.118 diff --git a/python/01-tutorials/05-agentkit-memory/viking_memory/pyproject.toml b/python/01-tutorials/05-agentkit-memory/viking_memory/pyproject.toml index b0c7732c..b084dc16 100644 --- a/python/01-tutorials/05-agentkit-memory/viking_memory/pyproject.toml +++ b/python/01-tutorials/05-agentkit-memory/viking_memory/pyproject.toml @@ -5,10 +5,10 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "google-adk==1.32.0", - "veadk-python[extensions]==0.5.37", - "veadk-python==0.5.37", - "agentkit-sdk-python==0.5.10", + "google-adk==1.36.1", + "veadk-python[extensions]==1.0.9", + "veadk-python==1.0.9", + "agentkit-sdk-python>=0.8.0", "litellm" ] diff --git a/python/01-tutorials/05-agentkit-memory/viking_memory/requirements.txt b/python/01-tutorials/05-agentkit-memory/viking_memory/requirements.txt index a4f558d1..d04d6226 100644 --- a/python/01-tutorials/05-agentkit-memory/viking_memory/requirements.txt +++ b/python/01-tutorials/05-agentkit-memory/viking_memory/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.37 -veadk-python[extensions]==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +veadk-python[extensions]==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/pyproject.toml b/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/pyproject.toml index 028e767c..4fdafa58 100644 --- a/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/pyproject.toml +++ b/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/pyproject.toml @@ -5,10 +5,10 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "google-adk==1.32.0", - "veadk-python==0.5.37", - "veadk-python[extensions]==0.5.37", - "agentkit-sdk-python==0.5.10", + "google-adk==1.36.1", + "veadk-python==1.0.9", + "veadk-python[extensions]==1.0.9", + "agentkit-sdk-python>=0.8.0", "python-dotenv>=1.0.0", "litellm" ] diff --git a/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/requirements.txt b/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/requirements.txt index a4f558d1..d04d6226 100644 --- a/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/requirements.txt +++ b/python/01-tutorials/06-agentkit-knowledge/viking_knowledge/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.37 -veadk-python[extensions]==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +veadk-python[extensions]==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/01-tutorials/07-agentkit-observability/requirements.txt b/python/01-tutorials/07-agentkit-observability/requirements.txt index 05d38086..d24e382c 100644 --- a/python/01-tutorials/07-agentkit-observability/requirements.txt +++ b/python/01-tutorials/07-agentkit-observability/requirements.txt @@ -1,3 +1,3 @@ -agentkit-sdk-python>=0.2.0 -veadk-python>=0.2.29 -veadk-python[extensions]>=0.2.29 +agentkit-sdk-python>=0.8.0 +veadk-python==1.0.9 +veadk-python[extensions]==1.0.9 diff --git a/python/02-use-cases/ad_video_gen/pyproject.toml b/python/02-use-cases/ad_video_gen/pyproject.toml index 93cf792f..abf41e8f 100644 --- a/python/02-use-cases/ad_video_gen/pyproject.toml +++ b/python/02-use-cases/ad_video_gen/pyproject.toml @@ -5,8 +5,8 @@ description = "Single-agent ecommerce ad video generation sample." readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "litellm" ] diff --git a/python/02-use-cases/ad_video_gen/requirements.txt b/python/02-use-cases/ad_video_gen/requirements.txt index 9eb3347b..b70e64b7 100644 --- a/python/02-use-cases/ad_video_gen/requirements.txt +++ b/python/02-use-cases/ad_video_gen/requirements.txt @@ -1,4 +1,4 @@ -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 -veadk-python==0.5.37 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 +veadk-python==1.0.9 litellm \ No newline at end of file diff --git a/python/02-use-cases/ad_video_gen_a2a/app/director-agent/src/requirements.txt b/python/02-use-cases/ad_video_gen_a2a/app/director-agent/src/requirements.txt index 119c4e07..da82cbd9 100644 --- a/python/02-use-cases/ad_video_gen_a2a/app/director-agent/src/requirements.txt +++ b/python/02-use-cases/ad_video_gen_a2a/app/director-agent/src/requirements.txt @@ -1,6 +1,6 @@ -veadk-python==0.2.27 +veadk-python==1.0.9 # git+https://github.com/volcengine/veadk-python.git fastapi uvicorn[standard] -google-adk==1.18.0 +google-adk==1.36.1 json-repair \ No newline at end of file diff --git a/python/02-use-cases/ad_video_gen_a2a/app/evaluate-agent/src/requirements.txt b/python/02-use-cases/ad_video_gen_a2a/app/evaluate-agent/src/requirements.txt index fa84f939..1e6f3402 100644 --- a/python/02-use-cases/ad_video_gen_a2a/app/evaluate-agent/src/requirements.txt +++ b/python/02-use-cases/ad_video_gen_a2a/app/evaluate-agent/src/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.2.28 +veadk-python==1.0.9 fastapi uvicorn[standard] -google-adk==1.18.0 +google-adk==1.36.1 json-repair \ No newline at end of file diff --git a/python/02-use-cases/ad_video_gen_a2a/app/market-agent/src/requirements.txt b/python/02-use-cases/ad_video_gen_a2a/app/market-agent/src/requirements.txt index b0b4eb9d..beeea517 100644 --- a/python/02-use-cases/ad_video_gen_a2a/app/market-agent/src/requirements.txt +++ b/python/02-use-cases/ad_video_gen_a2a/app/market-agent/src/requirements.txt @@ -1,8 +1,8 @@ -veadk-python==0.2.27 +veadk-python==1.0.9 # git+https://github.com/volcengine/veadk-python.git fastapi uvicorn[standard] -google-adk==1.18.0 +google-adk==1.36.1 json-repair openai aiohttp diff --git a/python/02-use-cases/ad_video_gen_a2a/app/multimedia-agent/src/requirements.txt b/python/02-use-cases/ad_video_gen_a2a/app/multimedia-agent/src/requirements.txt index 1b0520bd..f70fc863 100644 --- a/python/02-use-cases/ad_video_gen_a2a/app/multimedia-agent/src/requirements.txt +++ b/python/02-use-cases/ad_video_gen_a2a/app/multimedia-agent/src/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.2.28 +veadk-python==1.0.9 fastapi uvicorn[standard] -google-adk==1.18.0 \ No newline at end of file +google-adk==1.36.1 \ No newline at end of file diff --git a/python/02-use-cases/ad_video_gen_a2a/app/release-agent/src/requirements.txt b/python/02-use-cases/ad_video_gen_a2a/app/release-agent/src/requirements.txt index c475f8e0..e1e7def0 100644 --- a/python/02-use-cases/ad_video_gen_a2a/app/release-agent/src/requirements.txt +++ b/python/02-use-cases/ad_video_gen_a2a/app/release-agent/src/requirements.txt @@ -1,8 +1,8 @@ -veadk-python==0.2.27 +veadk-python==1.0.9 # git+https://github.com/volcengine/veadk-python.git fastapi uvicorn[standard] moviepy tos -google-adk==1.18.0 +google-adk==1.36.1 json-repair \ No newline at end of file diff --git a/python/02-use-cases/ad_video_gen_a2a/pyproject.toml b/python/02-use-cases/ad_video_gen_a2a/pyproject.toml index 4d22ca38..8486b891 100644 --- a/python/02-use-cases/ad_video_gen_a2a/pyproject.toml +++ b/python/02-use-cases/ad_video_gen_a2a/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "google-adk==1.18.0", - "veadk-python==0.2.28", + "google-adk==1.36.1", + "veadk-python==1.0.9", "json-repair>=0.54.1", "aiohttp", "uvicorn>=0.38.0", diff --git a/python/02-use-cases/ad_video_gen_seq/pyproject.toml b/python/02-use-cases/ad_video_gen_seq/pyproject.toml index b50291d5..4c89222f 100644 --- a/python/02-use-cases/ad_video_gen_seq/pyproject.toml +++ b/python/02-use-cases/ad_video_gen_seq/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "veadk-python==0.5.5", + "veadk-python==1.0.9", "uvicorn>=0.38.0", "moviepy>=2.2.1", "requests>=2.32.5", diff --git a/python/02-use-cases/ad_video_gen_seq/requirements.txt b/python/02-use-cases/ad_video_gen_seq/requirements.txt index 8647556e..0a134ed3 100644 --- a/python/02-use-cases/ad_video_gen_seq/requirements.txt +++ b/python/02-use-cases/ad_video_gen_seq/requirements.txt @@ -1,8 +1,8 @@ -a2a-sdk==0.3.22 +a2a-sdk==0.3.7 agent-pilot-sdk==0.1.2 -agentkit-sdk-python==0.3.3 +agentkit-sdk-python>=0.8.0 aiohappyeyeballs==2.6.1 -aiohttp==3.13.3 +aiohttp==3.13.4 aiomysql==0.3.2 aiosignal==1.4.0 aiosqlite==0.22.1 @@ -15,7 +15,7 @@ arrow==1.4.0 asyncpg==0.31.0 attrs==25.4.0 authlib==1.6.6 -banks==2.2.0 +banks==2.4.5 beartype==0.22.9 beautifulsoup4==4.14.3 binaryornot==0.4.4 @@ -25,7 +25,7 @@ cffi==2.0.0 chardet==5.2.0 charset-normalizer==3.4.4 chevron==0.14.0 -click==8.3.1 +click==8.1.8 cloudpickle==3.1.2 colorama==0.4.6 cookiecutter==2.6.0 @@ -48,7 +48,7 @@ et-xmlfile==2.0.0 events==0.5 exceptiongroup==1.3.1 fakeredis==2.33.0 -fastapi==0.123.10 +fastapi==0.124.1 fastmcp==2.14.0 fastuuid==0.14.0 filelock==3.20.2 @@ -56,12 +56,12 @@ filetype==1.2.0 frozenlist==1.8.0 fsspec==2025.12.0 google==3.0.0 -google-adk==1.21.0 +google-adk==1.36.1 google-api-core==2.28.1 google-api-python-client==2.187.0 -google-auth==2.45.0 +google-auth==2.49.0 google-auth-httplib2==0.3.0 -google-cloud-aiplatform==1.132.0 +google-cloud-aiplatform==1.162.0 google-cloud-appengine-logging==1.7.0 google-cloud-audit-log==0.4.0 google-cloud-bigquery==3.39.0 @@ -78,7 +78,7 @@ google-cloud-speech==2.35.0 google-cloud-storage==3.7.0 google-cloud-trace==1.17.0 google-crc32c==1.8.0 -google-genai==1.56.0 +google-genai==2.9.0 google-resumable-media==2.8.0 googleapis-common-protos==1.72.0 graphviz==0.21 @@ -98,7 +98,7 @@ huggingface-hub==0.36.0 idna==3.11 imageio==2.37.2 imageio-ffmpeg==0.6.0 -importlib-metadata==8.7.1 +importlib-metadata==8.5.0 jaraco-classes==3.4.0 jaraco-context==6.0.2 jaraco-functools==4.4.0 @@ -107,26 +107,26 @@ jiter==0.12.0 joblib==1.5.3 json-repair==0.55.0 jsonpickle==4.1.1 -jsonschema==4.25.1 +jsonschema==4.23.0 jsonschema-path==0.3.4 jsonschema-specifications==2025.9.1 keyring==25.7.0 -litellm==1.80.0 +litellm==1.83.14 llama-cloud==0.1.35 llama-cloud-services==0.6.54 -llama-index==0.14.0 -llama-index-cli==0.5.1 -llama-index-core==0.14.12 -llama-index-embeddings-openai==0.5.1 -llama-index-embeddings-openai-like==0.2.2 +llama-index==0.14.23 +llama-index-cli==0.5.7 +llama-index-core==0.14.23 +llama-index-embeddings-openai==0.6.0 +llama-index-embeddings-openai-like==0.3.1 llama-index-indices-managed-llama-cloud==0.9.4 -llama-index-instrumentation==0.4.2 -llama-index-llms-openai==0.5.6 -llama-index-llms-openai-like==0.5.1 +llama-index-instrumentation==0.4.3 +llama-index-llms-openai==0.7.10 +llama-index-llms-openai-like==0.7.2 llama-index-readers-file==0.5.6 llama-index-readers-llama-parse==0.5.1 llama-index-vector-stores-opensearch==0.6.1 -llama-index-workflows==2.11.6 +llama-index-workflows==2.22.2 llama-parse==0.6.54 loguru==0.7.3 lupa==2.6 @@ -134,7 +134,7 @@ mako==1.3.10 markdown-it-py==4.0.0 markupsafe==3.0.3 marshmallow==3.26.2 -mcp==1.25.0 +mcp==1.26.0 mdurl==0.1.2 mmh3==5.2.0 more-itertools==10.8.0 @@ -143,10 +143,10 @@ multidict==6.7.0 mypy-extensions==1.1.0 nest-asyncio==1.6.0 networkx==3.6.1 -nltk==3.9.2 -numpy==2.4.0 +nltk==3.9.3 +numpy==2.4.6 omegaconf==2.3.0 -openai==1.99.9 +openai==2.24.0 openapi-pydantic==0.5.1 openpyxl==3.1.5 opensearch-py==2.8.0 @@ -198,7 +198,7 @@ pyparsing==3.3.1 pypdf==6.5.0 pyperclip==1.11.0 python-dateutil==2.9.0.post0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 python-json-logger==4.0.0 python-multipart==0.0.21 python-slugify==8.0.4 @@ -245,10 +245,10 @@ uritemplate==4.2.0 urllib3==2.6.2 uv==0.9.21 uvicorn==0.40.0 -veadk-python==0.5.5 +veadk-python==1.0.9 vikingdb-python-sdk==0.1.3 volcengine==1.0.212 -volcengine-python-sdk==5.0.3 +volcengine-python-sdk==5.0.36 watchdog==6.0.0 wcwidth==0.2.14 websockets==15.0.1 diff --git a/python/02-use-cases/ai_coding/requirements.txt b/python/02-use-cases/ai_coding/requirements.txt index 1eb9fcb0..481cfe2c 100644 --- a/python/02-use-cases/ai_coding/requirements.txt +++ b/python/02-use-cases/ai_coding/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.37 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 tos>=2.8.7 -google-adk==1.32.0 +google-adk==1.36.1 litellm \ No newline at end of file diff --git a/python/02-use-cases/coffee_order/pyproject.toml b/python/02-use-cases/coffee_order/pyproject.toml index f18b4ebb..cb16b508 100644 --- a/python/02-use-cases/coffee_order/pyproject.toml +++ b/python/02-use-cases/coffee_order/pyproject.toml @@ -4,9 +4,9 @@ version = "0.1.0" description = "Coffee order application using AgentKit" requires-python = ">=3.12" dependencies = [ - "veadk-python[extensions]==0.5.20", - "agentkit-sdk-python==0.5.1", - "google-adk==1.21.0", + "veadk-python[extensions]==1.0.9", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "qrcode==8.2", "tos==2.8.7", "volcengine==1.0.215", diff --git a/python/02-use-cases/coffee_order/requirements.txt b/python/02-use-cases/coffee_order/requirements.txt index 4ee52aaa..102aaf29 100644 --- a/python/02-use-cases/coffee_order/requirements.txt +++ b/python/02-use-cases/coffee_order/requirements.txt @@ -1,7 +1,7 @@ -veadk-python[extensions]==0.5.20 -veadk-python==0.5.20 -agentkit-sdk-python==0.5.1 -google-adk==1.21.0 +veadk-python[extensions]==1.0.9 +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 qrcode==8.2 tos==2.8.7 volcengine==1.0.215 diff --git a/python/02-use-cases/comic_drama_gen/pyproject.toml b/python/02-use-cases/comic_drama_gen/pyproject.toml index 9343a201..3a2f2e22 100644 --- a/python/02-use-cases/comic_drama_gen/pyproject.toml +++ b/python/02-use-cases/comic_drama_gen/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python>=0.5.5", - "google-adk>=1.18.0,<1.20.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "tos>=2.8.7", - "veadk-python==0.5.19", + "veadk-python==1.0.9", "volcengine-python-sdk>=4.0.31", ] diff --git a/python/02-use-cases/comic_drama_gen/requirements.txt b/python/02-use-cases/comic_drama_gen/requirements.txt index f9fc3a8e..4b7a6250 100644 --- a/python/02-use-cases/comic_drama_gen/requirements.txt +++ b/python/02-use-cases/comic_drama_gen/requirements.txt @@ -1,5 +1,5 @@ -agentkit-sdk-python>=0.5.5 -google-adk>=1.18.0,<1.20.0 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 tos>=2.8.7 -veadk-python==0.5.19 +veadk-python==1.0.9 volcengine-python-sdk>=4.0.31 diff --git a/python/02-use-cases/content_guardrails/pyproject.toml b/python/02-use-cases/content_guardrails/pyproject.toml index f9b386bc..3a43df0b 100644 --- a/python/02-use-cases/content_guardrails/pyproject.toml +++ b/python/02-use-cases/content_guardrails/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/02-use-cases/content_guardrails/requirements.txt b/python/02-use-cases/content_guardrails/requirements.txt index ba763ea0..e1bd4087 100644 --- a/python/02-use-cases/content_guardrails/requirements.txt +++ b/python/02-use-cases/content_guardrails/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/02-use-cases/customer_support/pyproject.toml b/python/02-use-cases/customer_support/pyproject.toml index df36d337..ceb4dc85 100644 --- a/python/02-use-cases/customer_support/pyproject.toml +++ b/python/02-use-cases/customer_support/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk[extensions]==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk[extensions]==1.36.1", "mem0ai", - "veadk-python[extensions]==0.5.37", + "veadk-python[extensions]==1.0.9", "litellm" ] diff --git a/python/02-use-cases/customer_support/requirements.txt b/python/02-use-cases/customer_support/requirements.txt index 95864492..352e06e4 100644 --- a/python/02-use-cases/customer_support/requirements.txt +++ b/python/02-use-cases/customer_support/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 mem0ai==0.1.118 litellm \ No newline at end of file diff --git a/python/02-use-cases/data_analysis_with_datalake/pyproject.toml b/python/02-use-cases/data_analysis_with_datalake/pyproject.toml index 82e99350..e6dda7dd 100644 --- a/python/02-use-cases/data_analysis_with_datalake/pyproject.toml +++ b/python/02-use-cases/data_analysis_with_datalake/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "litellm", "python-dotenv==1.2.1", "lancedb==0.25.3", diff --git a/python/02-use-cases/data_analysis_with_datalake/requirements.txt b/python/02-use-cases/data_analysis_with_datalake/requirements.txt index 19716af2..185e1fe5 100644 --- a/python/02-use-cases/data_analysis_with_datalake/requirements.txt +++ b/python/02-use-cases/data_analysis_with_datalake/requirements.txt @@ -1,8 +1,8 @@ -veadk-python[extensions]==0.5.37 -google-adk==1.32.0 +veadk-python[extensions]==1.0.9 +google-adk==1.36.1 python-dotenv==1.2.1 lancedb==0.25.3 -agentkit-sdk-python==0.5.10 +agentkit-sdk-python>=0.8.0 litellm volcengine-python-sdk[ark]>=5.0.1 pyarrow==21.0.0 diff --git a/python/02-use-cases/mini_aiops/pyproject.toml b/python/02-use-cases/mini_aiops/pyproject.toml index a158da9f..8cce28a7 100644 --- a/python/02-use-cases/mini_aiops/pyproject.toml +++ b/python/02-use-cases/mini_aiops/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "litellm", "mcp-server-ccapi", ] diff --git a/python/02-use-cases/mini_aiops/requirements.txt b/python/02-use-cases/mini_aiops/requirements.txt index eef22186..76885ce5 100644 --- a/python/02-use-cases/mini_aiops/requirements.txt +++ b/python/02-use-cases/mini_aiops/requirements.txt @@ -1,4 +1,4 @@ -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 -veadk-python==0.5.37 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 +veadk-python==1.0.9 litellm diff --git a/python/02-use-cases/partners/video_breakdown_agent/pyproject.toml b/python/02-use-cases/partners/video_breakdown_agent/pyproject.toml index e015d8cb..889d7d71 100644 --- a/python/02-use-cases/partners/video_breakdown_agent/pyproject.toml +++ b/python/02-use-cases/partners/video_breakdown_agent/pyproject.toml @@ -5,9 +5,9 @@ description = "视频分镜拆解和前三秒钩子分析 AgentKit Agent(Multi requires-python = ">=3.12,<3.13" dependencies = [ # AgentKit 核心三件套 - "veadk-python==0.5.1", - "google-adk==1.19.0", # veadk-python 0.5.1 锁定此版本 - "agentkit-sdk-python==0.5.1", + "veadk-python==1.0.9", + "google-adk==1.36.1", + "agentkit-sdk-python>=0.8.0", # HTTP 客户端 "httpx>=0.26.0", # TOS 对象存储(视频上传) diff --git a/python/02-use-cases/partners/video_breakdown_agent/requirements.txt b/python/02-use-cases/partners/video_breakdown_agent/requirements.txt index d12a27d6..23898c86 100644 --- a/python/02-use-cases/partners/video_breakdown_agent/requirements.txt +++ b/python/02-use-cases/partners/video_breakdown_agent/requirements.txt @@ -2,9 +2,9 @@ # pip install -r requirements.txt # AgentKit 核心 -veadk-python==0.5.1 -google-adk==1.19.0 -agentkit-sdk-python==0.5.1 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 # HTTP 客户端 httpx>=0.26.0 diff --git a/python/02-use-cases/restaurant_ordering/pyproject.toml b/python/02-use-cases/restaurant_ordering/pyproject.toml index 74130c49..8996ad1a 100644 --- a/python/02-use-cases/restaurant_ordering/pyproject.toml +++ b/python/02-use-cases/restaurant_ordering/pyproject.toml @@ -5,8 +5,8 @@ description = "A restaurant ordering agent example using AgentKit" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/02-use-cases/restaurant_ordering/requirements.txt b/python/02-use-cases/restaurant_ordering/requirements.txt index 7d4ad24e..485702b5 100644 --- a/python/02-use-cases/restaurant_ordering/requirements.txt +++ b/python/02-use-cases/restaurant_ordering/requirements.txt @@ -1,4 +1,4 @@ -veadk-python==0.5.37 -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 litellm diff --git a/python/02-use-cases/stock_analysis/pyproject.toml b/python/02-use-cases/stock_analysis/pyproject.toml index b26b04ee..f23ab2f5 100644 --- a/python/02-use-cases/stock_analysis/pyproject.toml +++ b/python/02-use-cases/stock_analysis/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", "litellm", - "veadk-python==0.5.37", + "veadk-python==1.0.9", ] diff --git a/python/02-use-cases/stock_analysis/requirements.txt b/python/02-use-cases/stock_analysis/requirements.txt index 6cb2fa60..a15a5e35 100644 --- a/python/02-use-cases/stock_analysis/requirements.txt +++ b/python/02-use-cases/stock_analysis/requirements.txt @@ -1,5 +1,5 @@ -veadk-python==0.5.37 -google-adk==1.32.0 -agentkit-sdk-python==0.5.10 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 litellm tzlocal==5.3.1 diff --git a/python/02-use-cases/store_inspection_assistant/requirements.txt b/python/02-use-cases/store_inspection_assistant/requirements.txt index f302843d..b11ebfe4 100644 --- a/python/02-use-cases/store_inspection_assistant/requirements.txt +++ b/python/02-use-cases/store_inspection_assistant/requirements.txt @@ -1,8 +1,8 @@ -agentkit-sdk-python==0.5.10 -google-adk==1.32.0 -veadk-python==0.5.37 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 +veadk-python==1.0.9 volcengine-python-sdk>=4.0.33 -veadk-python[extensions]==0.5.37 +veadk-python[extensions]==1.0.9 tos>=2.8.7 Pillow Flask diff --git a/python/02-use-cases/travel_planner/requirements.txt b/python/02-use-cases/travel_planner/requirements.txt index 021d7165..fc43ebe8 100644 --- a/python/02-use-cases/travel_planner/requirements.txt +++ b/python/02-use-cases/travel_planner/requirements.txt @@ -1,7 +1,7 @@ tos>=2.8.7 -veadk-python==0.5.37 -google-adk==1.32.0 +veadk-python==1.0.9 +google-adk==1.36.1 volcengine-python-sdk>=4.0.33 -agentkit-sdk-python==0.5.10 +agentkit-sdk-python>=0.8.0 cozeloop==0.1.21 litellm \ No newline at end of file diff --git a/python/02-use-cases/video_breakdown_agent/pyproject.toml b/python/02-use-cases/video_breakdown_agent/pyproject.toml index a91e391b..889d7d71 100644 --- a/python/02-use-cases/video_breakdown_agent/pyproject.toml +++ b/python/02-use-cases/video_breakdown_agent/pyproject.toml @@ -5,9 +5,9 @@ description = "视频分镜拆解和前三秒钩子分析 AgentKit Agent(Multi requires-python = ">=3.12,<3.13" dependencies = [ # AgentKit 核心三件套 - "veadk-python==0.5.20", - "google-adk==1.21.0", # veadk-python 0.5.20 锁定此版本 - "agentkit-sdk-python==0.5.1", + "veadk-python==1.0.9", + "google-adk==1.36.1", + "agentkit-sdk-python>=0.8.0", # HTTP 客户端 "httpx>=0.26.0", # TOS 对象存储(视频上传) diff --git a/python/02-use-cases/video_breakdown_agent/requirements.txt b/python/02-use-cases/video_breakdown_agent/requirements.txt index 80d9a8b9..23898c86 100644 --- a/python/02-use-cases/video_breakdown_agent/requirements.txt +++ b/python/02-use-cases/video_breakdown_agent/requirements.txt @@ -2,9 +2,9 @@ # pip install -r requirements.txt # AgentKit 核心 -veadk-python==0.5.20 -google-adk==1.21.0 -agentkit-sdk-python==0.5.1 +veadk-python==1.0.9 +google-adk==1.36.1 +agentkit-sdk-python>=0.8.0 # HTTP 客户端 httpx>=0.26.0 diff --git a/python/02-use-cases/video_gen/pyproject.toml b/python/02-use-cases/video_gen/pyproject.toml index 6dd8677e..7ba8b235 100644 --- a/python/02-use-cases/video_gen/pyproject.toml +++ b/python/02-use-cases/video_gen/pyproject.toml @@ -5,9 +5,9 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.5.10", - "google-adk==1.32.0", - "veadk-python==0.5.37", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", + "veadk-python==1.0.9", "tos>=2.8.7", "volcengine-python-sdk>=4.0.31", "litellm" diff --git a/python/02-use-cases/video_gen/requirements.txt b/python/02-use-cases/video_gen/requirements.txt index 56af8d0b..e08b0eb1 100644 --- a/python/02-use-cases/video_gen/requirements.txt +++ b/python/02-use-cases/video_gen/requirements.txt @@ -1,6 +1,6 @@ tos>=2.8.7 -veadk-python==0.5.37 -google-adk==1.32.0 +veadk-python==1.0.9 +google-adk==1.36.1 volcengine-python-sdk>=4.0.33 -agentkit-sdk-python==0.5.10 +agentkit-sdk-python>=0.8.0 litellm diff --git a/python/03-integrations/lark_bot/requirements.txt b/python/03-integrations/lark_bot/requirements.txt index 0841b023..5d8e73ea 100644 --- a/python/03-integrations/lark_bot/requirements.txt +++ b/python/03-integrations/lark_bot/requirements.txt @@ -1,2 +1,2 @@ lark-oapi>=1.4.8 -veadk-python \ No newline at end of file +veadk-python==1.0.9 \ No newline at end of file diff --git a/python/workshop/03-AgentKit-Identity/03-Inbound_Auth/requirements.txt b/python/workshop/03-AgentKit-Identity/03-Inbound_Auth/requirements.txt index 636c2201..7cfe46f0 100644 --- a/python/workshop/03-AgentKit-Identity/03-Inbound_Auth/requirements.txt +++ b/python/workshop/03-AgentKit-Identity/03-Inbound_Auth/requirements.txt @@ -1,2 +1,2 @@ -veadk-python -agentkit-sdk-python \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 \ No newline at end of file diff --git a/python/workshop/03-AgentKit-Identity/04-Outbound_Auth/requirements.txt b/python/workshop/03-AgentKit-Identity/04-Outbound_Auth/requirements.txt index 636c2201..7cfe46f0 100644 --- a/python/workshop/03-AgentKit-Identity/04-Outbound_Auth/requirements.txt +++ b/python/workshop/03-AgentKit-Identity/04-Outbound_Auth/requirements.txt @@ -1,2 +1,2 @@ -veadk-python -agentkit-sdk-python \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 \ No newline at end of file diff --git a/python/workshop/03-AgentKit-Identity/05-Outbound_Auth_3lo_lark/requirements.txt b/python/workshop/03-AgentKit-Identity/05-Outbound_Auth_3lo_lark/requirements.txt index 636c2201..7cfe46f0 100644 --- a/python/workshop/03-AgentKit-Identity/05-Outbound_Auth_3lo_lark/requirements.txt +++ b/python/workshop/03-AgentKit-Identity/05-Outbound_Auth_3lo_lark/requirements.txt @@ -1,2 +1,2 @@ -veadk-python -agentkit-sdk-python \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 \ No newline at end of file diff --git a/python/workshop/beginner/pyproject.toml b/python/workshop/beginner/pyproject.toml index c2c79810..77ac7f9b 100644 --- a/python/workshop/beginner/pyproject.toml +++ b/python/workshop/beginner/pyproject.toml @@ -6,9 +6,9 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ # Core dependencies for all examples - "veadk-python[extensions]==0.2.29", - "agentkit-sdk-python==0.1.15", - "google-adk==1.18.0", + "veadk-python[extensions]==1.0.9", + "agentkit-sdk-python>=0.8.0", + "google-adk==1.36.1", # Additional dependencies for compatibility "urllib3<2.0.0", diff --git a/python/workshop/beginner/travel_concierge/pyproject.toml b/python/workshop/beginner/travel_concierge/pyproject.toml index 885679f9..f8db8785 100644 --- a/python/workshop/beginner/travel_concierge/pyproject.toml +++ b/python/workshop/beginner/travel_concierge/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python==0.2.0", - "veadk-python==0.2.29", - "google-adk==1.18.0", + "agentkit-sdk-python>=0.8.0", + "veadk-python==1.0.9", + "google-adk==1.36.1", ] diff --git a/python/workshop/beginner/travel_concierge/requirements.txt b/python/workshop/beginner/travel_concierge/requirements.txt index 03a8842f..ad0ccacf 100644 --- a/python/workshop/beginner/travel_concierge/requirements.txt +++ b/python/workshop/beginner/travel_concierge/requirements.txt @@ -1,3 +1,3 @@ -veadk-python==0.2.29 -agentkit-sdk-python==0.2.0 -google-adk==1.18.0 \ No newline at end of file +veadk-python==1.0.9 +agentkit-sdk-python>=0.8.0 +google-adk==1.36.1 \ No newline at end of file diff --git a/python/workshop/session1/langchain_agent_deploy_sample/pyproject.toml b/python/workshop/session1/langchain_agent_deploy_sample/pyproject.toml index f1b83200..ad8f5989 100644 --- a/python/workshop/session1/langchain_agent_deploy_sample/pyproject.toml +++ b/python/workshop/session1/langchain_agent_deploy_sample/pyproject.toml @@ -8,5 +8,5 @@ dependencies = [ "langchain>=1.1.3", "langchain-openai>=1.1.3", "python-dotenv>=1.2.1", - "agentkit-sdk-python>=0.2.0" + "agentkit-sdk-python>=0.8.0" ] diff --git a/python/workshop/session1/sandbox_tool_sample/pyproject.toml b/python/workshop/session1/sandbox_tool_sample/pyproject.toml index 635b26b3..306fdd7c 100644 --- a/python/workshop/session1/sandbox_tool_sample/pyproject.toml +++ b/python/workshop/session1/sandbox_tool_sample/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "langchain>=0.1.0", "langchain-openai>=0.1.0", "python-dotenv>=1.2.1", - "agentkit-sdk-python>=0.2.0", - "veadk-python>=0.2.29", + "agentkit-sdk-python>=0.8.0", + "veadk-python==1.0.9", "google-genai", ] diff --git a/python/workshop/session1/veadk_agent_deploy_sample/pyproject.toml b/python/workshop/session1/veadk_agent_deploy_sample/pyproject.toml index 590229b4..cd70b9f8 100644 --- a/python/workshop/session1/veadk_agent_deploy_sample/pyproject.toml +++ b/python/workshop/session1/veadk_agent_deploy_sample/pyproject.toml @@ -5,6 +5,6 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "agentkit-sdk-python>=0.2.0", - "veadk-python>=0.2.29", + "agentkit-sdk-python>=0.8.0", + "veadk-python==1.0.9", ] diff --git a/python/workshop/session3/pyproject.toml b/python/workshop/session3/pyproject.toml index 3f86f40e..272da3d4 100644 --- a/python/workshop/session3/pyproject.toml +++ b/python/workshop/session3/pyproject.toml @@ -5,8 +5,8 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "veadk-python @ https://force-workshop.tos-cn-beijing.volces.com/veadk_python-0.2.22.tar.gz", + "veadk-python==1.0.9", "volcengine-python-sdk>=4.0.36", # For Volcengine API - "agentkit-sdk-python>=0.1.11", + "agentkit-sdk-python>=0.8.0", "lark_oapi" ] diff --git a/skills/byted-bytehouse-load-analyzer/README.md b/skills/byted-bytehouse-load-analyzer/README.md index 1906d2aa..5f95deb4 100644 --- a/skills/byted-bytehouse-load-analyzer/README.md +++ b/skills/byted-bytehouse-load-analyzer/README.md @@ -85,7 +85,7 @@ uv run load_analyzer.py 详细使用说明请参考 [SKILL.md](./SKILL.md) -ByteHouse访问配置请参考 [bytehouse-mcp skill](../bytehouse-mcp/SKILL.md) +ByteHouse访问配置请参考 [byted-bytehouse-mcp skill](../byted-bytehouse-mcp/SKILL.md) --- *最后更新: 2026-03-12* diff --git a/skills/byted-bytehouse-load-analyzer/SKILL.md b/skills/byted-bytehouse-load-analyzer/SKILL.md index 086e93e9..aee6665b 100644 --- a/skills/byted-bytehouse-load-analyzer/SKILL.md +++ b/skills/byted-bytehouse-load-analyzer/SKILL.md @@ -193,7 +193,7 @@ uv run load_analyzer.py ## 📚 更多信息 -详细使用说明请参考 [bytehouse-mcp skill](../bytehouse-mcp/SKILL.md) +详细使用说明请参考 [byted-bytehouse-mcp skill](../byted-bytehouse-mcp/SKILL.md) --- *最后更新: 2026-03-12* diff --git a/skills/byted-bytehouse-slow-query/README.md b/skills/byted-bytehouse-slow-query/README.md index 4225fe66..70dca516 100644 --- a/skills/byted-bytehouse-slow-query/README.md +++ b/skills/byted-bytehouse-slow-query/README.md @@ -83,7 +83,7 @@ uv run slow_query_analyzer.py 详细使用说明请参考 [SKILL.md](./SKILL.md) -ByteHouse访问配置请参考 [bytehouse-mcp skill](../bytehouse-mcp/SKILL.md) +ByteHouse访问配置请参考 [byted-bytehouse-mcp skill](../byted-bytehouse-mcp/SKILL.md) --- *最后更新: 2026-03-12* diff --git a/skills/byted-bytehouse-slow-query/SKILL.md b/skills/byted-bytehouse-slow-query/SKILL.md index c70d4718..a3901491 100644 --- a/skills/byted-bytehouse-slow-query/SKILL.md +++ b/skills/byted-bytehouse-slow-query/SKILL.md @@ -161,7 +161,7 @@ uv run slow_query_analyzer.py ## 📚 更多信息 -详细使用说明请参考 [bytehouse-mcp skill](../bytehouse-mcp/SKILL.md) +详细使用说明请参考 [byted-bytehouse-mcp skill](../byted-bytehouse-mcp/SKILL.md) --- *最后更新: 2026-03-12*