Skip to content

Commit

Permalink
Merge pull request #6 from livekit-examples/bcherry/assistant-state-u…
Browse files Browse the repository at this point in the history
…pdate

Update to latest react and agents lib for state change
  • Loading branch information
bcherry authored Sep 23, 2024
2 parents 4627a85 + 3f4bfde commit 494a830
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
livekit-agents>=0.8.12
livekit-agents>=0.9.0
livekit-plugins-openai>=0.8.3
livekit-plugins-deepgram>=0.6.7
livekit-plugins-silero>=0.6.4
Expand Down
4 changes: 2 additions & 2 deletions frontend/components/NoAgentNotification.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { VoiceAssistantState } from "@livekit/components-react";
import type { AgentState } from "@livekit/components-react";
import React from "react";
interface NoAgentNotificationProps extends React.PropsWithChildren<object> {
state: VoiceAssistantState;
state: AgentState;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "^2.5.3",
"@livekit/components-react": "^2.6.0",
"@livekit/components-styles": "^1.1.1",
"livekit-client": "^2.5.1",
"livekit-server-sdk": "^2.6.1",
Expand Down
40 changes: 20 additions & 20 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 494a830

Please sign in to comment.