feat(hololake): complete public runtime loop

This commit is contained in:
冰朔 2026-09-03 19:44:19 +08:00
commit 92cce27973
26 changed files with 2626 additions and 79 deletions

View file

@ -15,6 +15,7 @@ pub struct Channel {
pub enum SourceKind {
UserMessage,
PersonaResponse,
ExternalAiMessage,
SystemContext,
ProtocolEvent,
AgentAction,