Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Serverless-Devs/agentrun-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Serverless-Devs/agentrun-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: implement-new-tools
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 35 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. feat(tool): 添加工具相关的新模块和API接口

    此提交添加了一系列新的工具相关的模块和API接口,包括客户端模板、模型定义以及各种控制和OpenAPI接口等组件。同时更新了依赖版本并完善了初始化配置。
    
    Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
    Signed-off-by: Sodawyx <sodawyx@126.com>
    Sodawyx committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    0c629bf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. feat(tool): 添加Skill工具下载功能

    此提交添加了对SKILL类型工具的支持,包括获取下载URL和异步下载解压的功能。同时更新了相关单元测试。
    
    Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
    Signed-off-by: Sodawyx <sodawyx@126.com>
    Sodawyx committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    1b3b4a3 View commit details
    Browse the repository at this point in the history
  2. feat(integrations): 添加 tool_resource 函数支持多框架集成

    在多个集成模块中添加了 `tool_resource` 函数的支持,允许用户将 ToolResource 封装为不同 AI 框架所需的工具格式,包括 CrewAI、LangChain、PydanticAI、LangGraph 和 AgentScope。同时更新了相关初始化文件以导出新功能。
    
    Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
    Signed-off-by: Sodawyx <sodawyx@126.com>
    Sodawyx committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    8af1ef8 View commit details
    Browse the repository at this point in the history
  3. feat(integrations): 添加 skill_tools 集成支持

    在多个集成框架中添加了 `skill_tools` 函数,用于将 Skill 封装为不同 AI 框架的工具列表,包括 CrewAI、LangChain、PydanticAI、LangGraph、AgentScope 和 Google ADK。同时更新了相关的初始化文件和工具加载器。
    
    Co-developed-by: Aone Copilot <noreply@alibaba-inc.com>
    Signed-off-by: Sodawyx <sodawyx@126.com>
    Sodawyx committed Mar 29, 2026
    Configuration menu
    Copy the full SHA
    1ff2a13 View commit details
    Browse the repository at this point in the history
Loading