Use agent status from metadata channels (#10)
This commit is contained in:
@@ -14,3 +14,10 @@ export interface TokenResult {
|
||||
identity: string;
|
||||
accessToken: string;
|
||||
}
|
||||
|
||||
export type AgentState =
|
||||
| "listening"
|
||||
| "speaking"
|
||||
| "thinking"
|
||||
| "offline"
|
||||
| "starting";
|
||||
|
||||
Reference in New Issue
Block a user