Replies: 1 comment
-
onError 权限错误回调 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation
随着MCP的广泛应用,同时智能体已具备执行长程任务的能力(类似manus),一个任务执行时间从之前简单交互的几秒钟到几十分钟,也有大概率执行小时级别的任务,系统级别的提示也是页面智能体应用的常用功能。
manus
Summary
新增notification 系统通知组件
description: 系统级别发送在页面外部显示的通知。
Motivation
在模型或智能体运行过程中,可推送系统级别通知,让用户随时掌握任务运行进展。
Detailed Design
核心能力
state:
function:
API Design
Type
type NotificationOptions详细查看🖐️
Hooks
静态属性
静态方法
Example Usage
Basic
hook
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions