c3bf08ac8d
K8s Workspace Integration Tests / k8s-workspace-tests (push) Has been cancelled
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Web UI / check (push) Has been cancelled
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
## PR Title Format
|
|
|
|
Please ensure your PR title follows the Conventional Commits format:
|
|
- Format: `<type>(<scope>): <description>`
|
|
- Example: `feat(memory): add redis cache support`
|
|
- Allowed types: `feat`, `fix`, `docs`, `ci`, `refactor`, `test`, `chore`, `perf`, `style`, `build`, `revert`
|
|
- Description should start with a lowercase letter
|
|
|
|
## AgentScope Version
|
|
|
|
[The version of AgentScope you are working on, e.g. `import agentscope; print(agentscope.__version__)`]
|
|
|
|
## Description
|
|
|
|
[Please describe the background, purpose, changes made, and how to test this PR]
|
|
|
|
## Checklist
|
|
|
|
Please check the following items before code is ready to be reviewed.
|
|
|
|
- [ ] An issue has been created for this PR
|
|
- [ ] I have read the [CONTRIBUTING.md](https://github.com/agentscope-ai/agentscope/blob/main/CONTRIBUTING.md)
|
|
- [ ] Docstrings are in Google style
|
|
- [ ] Related documentation has been updated (e.g. links, examples, etc.) in [documentation repository](https://github.com/agentscope-ai/docs)
|
|
- [ ] Code is ready for review |