feat(hololake): complete public runtime loop
This commit is contained in:
parent
71cece74b0
commit
92cce27973
26 changed files with 2626 additions and 79 deletions
|
|
@ -15,6 +15,7 @@ pub struct Channel {
|
|||
pub enum SourceKind {
|
||||
UserMessage,
|
||||
PersonaResponse,
|
||||
ExternalAiMessage,
|
||||
SystemContext,
|
||||
ProtocolEvent,
|
||||
AgentAction,
|
||||
|
|
|
|||
Loading…
Reference in a new issue