agentscope
agentscope copied to clipboard
feat(voice agent): support realtime conversation with Qwen-Omni model
AgentScope Version
[The version of AgentScope you are working on, e.g. import agentscope; print(agentscope.__version__)]
Description
Support voice conversation
Checklist
Please check the following items before code is ready to be reviewed.
- [ ] Code has been formatted with
pre-commit run --all-filescommand - [ ] All tests are passing
- [ ] Docstrings are in Google style
- [ ] Related documentation has been updated (e.g. links, examples, etc.)
- [ ] Code is ready for review