Skip to content

Conversation

@rayrayraykk
Copy link
Member

Description

[Describe what this PR does and why]

Related Issue: Fixes #[issue_number] or Relates to #[issue_number]

Security Considerations: [If applicable, especially for sandbox changes]

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactoring

Component(s) Affected

  • Engine
  • Sandbox
  • Tools
  • Common
  • Documentation
  • Tests
  • CI/CD

Checklist

  • Pre-commit hooks pass
  • Tests pass locally
  • Documentation updated (if needed)
  • Ready for review

Testing

[How to test these changes]

Additional Notes

[Optional: any other context]

Copilot AI review requested due to automatic review settings December 8, 2025 08:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This hotfix updates the agentscope dependency from version 1.0.6 to 1.0.9 and adapts to upstream API changes in the agentscope library. The main change addresses a refactoring in agentscope where RegisteredToolFunction was moved from a dedicated module to a types module.

  • Updated agentscope dependency requirement from >=1.0.6 to >=1.0.9
  • Updated import path for RegisteredToolFunction to match agentscope's new module structure

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updated agentscope minimum version requirement from 1.0.6 to 1.0.9
src/agentscope_runtime/adapters/agentscope/tool/tool.py Updated import path for RegisteredToolFunction from _registered_tool_function to _types module to match agentscope 1.0.9 API

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@AgentScopeTeam AgentScopeTeam merged commit ebcbe80 into agentscope-ai:main Dec 8, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants