Skip to content

Conversation

@qbc2016
Copy link
Member

@qbc2016 qbc2016 commented Oct 17, 2025

AgentScope Version

[The version of AgentScope you are working on, e.g. import agentscope; print(agentscope.__version__)]

Description

As the title says. #821

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with pre-commit run --all-files command
  • All tests are passing
  • Docstrings are in Google style
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

@DavdGao DavdGao requested a review from Copilot October 17, 2025 09:48
Copy link

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 pull request migrates the AgentScope package configuration from setup.py to pyproject.toml format, enabling support for modern Python package managers like uv while maintaining backward compatibility.

  • Migrated package configuration from setup.py to pyproject.toml following modern Python packaging standards
  • Added documentation for uv package manager installation in both English and Chinese README files
  • Updated pre-commit configuration to use a newer version of pyroma

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
setup.py Simplified to minimal backward-compatible wrapper that delegates to pyproject.toml
pyproject.toml New comprehensive package configuration with all dependencies and metadata
README.md Added uv installation instructions and examples
README_zh.md Added Chinese uv installation instructions and examples
.pre-commit-config.yaml Updated pyroma version from 4.0 to 5.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@DavdGao DavdGao requested a review from Copilot October 20, 2025 02:39
Copy link

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

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@DavdGao DavdGao left a comment

Choose a reason for hiding this comment

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

LGTM

@DavdGao DavdGao merged commit c7ee6b1 into agentscope-ai:main Oct 20, 2025
10 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