1.2 KiB
1.2 KiB
📝 PR Type
- Add new sample
- Update existing sample
- Add new test cases
- Fix test failures
- Documentation/Configuration update
📚 Description
[Please briefly describe the background, changes, and purpose of this PR. For example:
- Added
game_werewolvesto demonstrate XYZ functionality inagentscope. - Fixed test failures in
game_test.pycaused byagentscopeinterface changes. - Updated dependency installation instructions in
README.mdofagentscope-samples.]
🧪 Testing Validation
[Please explain how to validate the changes:
- How to run the added/modified test cases?
- Is integration testing with
agentscoperequired? - Has code been formatted (e.g.,
pre-commit)?]
✅ Checklist
Please complete the following checks before submitting the PR:
- All sample code has been formatted with
pre-commit run --all-files - All new/modified test cases have passed (run
pytest tests/) - Test coverage has not decreased (if applicable)
- Sample code follows
agentscopebest practices (e.g., config management, logging) - Related documentation in
agentscope-sampleshas been updated (e.g.,README.md)