agentscope-ai / agentscope-ai/agentscope
perf(event): add status event into the agent event system
- 主要語言
- Python
- 星號
- 31.6k
- 分支
- 3.5k
- 平均合併
- 1 天 16 小時
- 30 天內合併 PR
- 103
描述
**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 還沒有評估資料。