agentscope-ai / agentscope-ai/QwenPaw
[Feature]: 类似codex的消息附加(steer mode)
- Lingua principale
- Python
- Stelle
- 34.9k
- Fork
- 3.1k
- Merge medio
- 1g 15h
- PR unite (30g)
- 225
Descrizione
## Summary
加入一个类似codex steer mode的东西,能够在agent执行过程中补充信息以纠正其行为
## Component(s) Affected
- [x] Core / Backend (app, agents, config, providers, utils, local_models)
- [ ] Console (frontend web UI)
- [ ] Channels (DingTalk, Feishu, QQ, Discord, iMessage, etc.)
- [ ] Skills
- [ ] CLI
- [ ] Documentation (website)
- [ ] Tests
- [ ] CI/CD
- [ ] Scripts / Deploy
## Problem / Motivation
在实际使用中会出现临时补充信息(发现agent执行思路出错了进行纠正)或者撤回发送错误的消息的情况。目前只能等待上一条消息完整处理完之后才进行反应。可以参考codex等的实现来在执行过程中插入补充消息或者中断。
为了在一些没有指令的频道上(如飞书)流畅交互,可能需要引入一个“快速模型”来判断是插入补充消息、中断还是排队等当前消息处理完毕。
## Willing to Contribute
- [x] I am willing to open a PR for this feature (after discussion).
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.