agentscope-ai / agentscope-ai/agentscope
perf(event): add status event into the agent event system
- 主要语言
- Python
- 星标
- 31.5k
- 派生
- 3.5k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 95
描述
**Background**
We have established an event system to support frontend interactions and human-in-the-loop (HITL) workflows. Currently, when the agent performs time-consuming internal operations — such as compacting the context — there is no way to notify the frontend, leaving users uninformed about what is happening in the background.
**Changes**
- Introduced a general-purpose status event mechanism that allows the backend to emit status notifications to the frontend during time-consuming operations.
- These events are designed to be operation-agnostic, enabling users to customize the event content rather than being tied to any specific operation, ensuring flexibility and extensibility for future use cases.
贡献指南
评估
这个 Issue 还没有评估数据。