新增webui#63
Merged
Merged
Conversation
- 将 tests/core/, tests/services/, tests/prompts/ 移动到 tests/modules/ - 删除重复的 STT 和 Intent 测试 - 删除需要外部环境的集成测试 - 删除已废弃功能的测试 - 更新测试文档 - 移动脚本到 scripts/ 目录 - 删除跳过的测试函数 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 统一事件命名规范为 {domain}.{component}.{action} 格式
- 删除 22 个未使用的事件常量和相关 Payload
- 重命名核心事件:
- DATA_MESSAGE → INPUT_MESSAGE_READY
- DECISION_INTENT → DECISION_INTENT_GENERATED
- OUTPUT_INTENT → OUTPUT_INTENT_READY
- OBS_* → OUTPUT_OBS_*
- REMOTE_STREAM_* → OUTPUT_REMOTE_STREAM_*
- 删除 payloads/system.py(所有 Payload 未使用)
- 更新所有代码和测试中的事件引用
- 新增事件命名规范文档
最终保留 9 个核心事件:
- input.message.ready
- decision.intent.generated
- decision.provider.connected/disconnected
- output.intent.ready
- output.obs.send_text/switch_scene/set_source_visibility
- output.remote_stream.request_image
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 为 18 个 Provider 补充 get_registration_info() 方法 - Input: bili_danmaku_official, bili_danmaku, mock_danmaku, read_pingmu, mainosaba, bili_danmaku_official_maicraft - Decision: llm, replay - Output: edge_tts, gptsovits, omni_tts, vrchat, vts, warudo, debug_console, obs_control, remote_stream, sticker - 统一 Intent/EmotionType 导入路径为 from src.modules.types import ... - 将 LLMPDecisionProvider 重命名为 LLMDecisionProvider - 统一 AudioStreamChannel 访问方式为 self.audio_stream_channel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
在 README.md、AGENTS.md 和 getting-started.md 中添加 Web Dashboard 的启动方式和配置说明。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
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.
No description provided.