Skip to content

feat(model): refactor the chat model module for better frontend integration#1523

Open
DavdGao wants to merge 1 commit intoagentscope-ai:v2_devfrom
DavdGao:feat/model
Open

feat(model): refactor the chat model module for better frontend integration#1523
DavdGao wants to merge 1 commit intoagentscope-ai:v2_devfrom
DavdGao:feat/model

Conversation

@DavdGao
Copy link
Copy Markdown
Member

@DavdGao DavdGao commented Apr 23, 2026

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.

  • 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 qbc2016 April 23, 2026 04:09
@DavdGao DavdGao added this to the AgentScope 2.0.0 milestone Apr 23, 2026
@DavdGao DavdGao linked an issue Apr 23, 2026 that may be closed by this pull request
@DavdGao DavdGao added the milestone: 2.0.0 The AgentScope 2.0.0 milestone related issues and pull requests label Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

milestone: 2.0.0 The AgentScope 2.0.0 milestone related issues and pull requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(model): refactor the current chat model implementation

1 participant