-
Notifications
You must be signed in to change notification settings - Fork 2.9k
添加通用提醒模块, 可以用于设置一个在一定时间后响起的闹钟 #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
XuSenfeng
wants to merge
6
commits into
78:main
Choose a base branch
from
XuSenfeng:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
- 可以通过语音设置闹钟
- 通过唤醒词可以打断闹钟并唤醒
- 原来的唤醒按键在第一次按的时候为打断闹钟, 第二次唤醒
IoT已不推荐使用,当前版本也默认使用MCP |
俩接口都写了
…---Original---
From: ***@***.***>
Sent at: 2025年6月5日(Thu) Evening11:46
To: ***@***.***>;
Cc: "Jiao ***@***.******@***.***>;
Subject: Re: [78/xiaozhi-esp32] 添加通用提醒模块, 可以用于设置一个在一定时间后响起的闹钟 (PR #763)
78 left a comment (78/xiaozhi-esp32#763)
IoT已不推荐使用,当前版本也默认使用MCP
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
建议把IoT的删掉,仅保留MCP的逻辑,这样你也不需要每个板子都改一遍了。 |
改成只使用MCP的了 |
仍然有很多问题。
|
删除闹钟的功能感觉是没法实现的,多个闹钟时候可能出现相同的名字,所以删除需要同时匹配时间和名字,这里大模型基本是做不到的
如果只能设定一个的话又感觉实用性不强,其他两个可以加一下
…---Original---
From: ***@***.***>
Sent at: 2025年6月6日(Fri) Evening9:38
To: ***@***.***>;
Cc: "Jiao ***@***.******@***.***>;
Subject: Re: [78/xiaozhi-esp32] 添加通用提醒模块, 可以用于设置一个在一定时间后响起的闹钟 (PR #763)
78 left a comment (78/xiaozhi-esp32#763)
仍然有很多问题。
应该提供一个MCP工具来获取闹钟,删除闹钟。
通过语音管理多个闹钟似乎是难度很高,体验不容易做好,如果改成只能设置一个闹钟,是否能做出一个比较好用又简单的案例。
用户区分有没有闹钟能否通过状态栏显示一个铃铛的图标来表示。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
大模型可以查询所有闹钟,如何名字相同是可以提示用户选择删除的时间段的,大模型也能校验重复时间 |
还有一个要处理的问题是模型设定时间不准确,需要再增加其他的根据小时分钟之类设置时间的接口,否则他设定的以及给你说时间也有可能是不准的,我最近要期末考试,如果有谁有时间改的可以先合并到我的仓库,我可以提供示例
…---Original---
From: ***@***.***>
Sent at: 2025年6月8日(Sun) Noon11:37
To: ***@***.***>;
Cc: "Jiao ***@***.******@***.***>;
Subject: Re: [78/xiaozhi-esp32] 添加通用提醒模块, 可以用于设置一个在一定时间后响起的闹钟 (PR #763)
wangkai88 left a comment (78/xiaozhi-esp32#763)
大模型可以查询所有闹钟,如何名字相同是可以提示用户选择删除的时间段的,大模型也能校验重复时间
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.