Skip to content

Commit 572cc45

Browse files
Agents v0.0.70 (#230)
1 parent 5802d39 commit 572cc45

File tree

72 files changed

+105
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+105
-105
lines changed

BUILD_YOUR_OWN_PLUGIN.md

Lines changed: 1 addition & 1 deletion

videosdk-agents/pyproject.toml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -54,40 +54,40 @@ dependencies = [
5454
videosdk = "videosdk.agents.cli:main"
5555

5656
[project.optional-dependencies]
57-
anam = ["videosdk-plugins-anam>=0.0.69"]
58-
anthropic = ["videosdk-plugins-anthropic>=0.0.69"]
59-
assemblyai = ["videosdk-plugins-assemblyai>=0.0.69"]
60-
aws = ["videosdk-plugins-aws>=0.0.69"]
61-
azure = ["videosdk-plugins-azure>=0.0.69"]
62-
cartesia = ["videosdk-plugins-cartesia>=0.0.69"]
63-
cambai = ["videosdk-plugins-cambai>=0.0.69"]
64-
cerebras = ["videosdk-plugins-cerebras>=0.0.69"]
65-
cometapi = ["videosdk-plugins-cometapi>=0.0.69"]
66-
deepgram = ["videosdk-plugins-deepgram>=0.0.69"]
67-
elevenlabs = ["videosdk-plugins-elevenlabs>=0.0.69"]
68-
google = ["videosdk-plugins-google>=0.0.69"]
69-
groq = ["videosdk-plugins-groq>=0.0.69"]
70-
gladia = ["videosdk-plugins-gladia>=0.0.69"]
71-
humeai = ["videosdk-plugins-humeai>=0.0.69"]
72-
inworldai = ["videosdk-plugins-inworldai>=0.0.69"]
73-
lmnt = ["videosdk-plugins-lmnt>=0.0.69"]
74-
murfai = ["videosdk-plugins-murfai>=0.0.69"]
75-
navana = ["videosdk-plugins-navana>=0.0.69"]
76-
neuphonic = ["videosdk-plugins-neuphonic>=0.0.69"]
77-
nvidia = ["videosdk-plugins-nvidia>=0.0.69"]
78-
openai = ["videosdk-plugins-openai>=0.0.69"]
79-
papla = ["videosdk-plugins-papla>=0.0.69"]
80-
resemble = ["videosdk-plugins-resemble>=0.0.69"]
81-
rime = ["videosdk-plugins-rime>=0.0.69"]
82-
rnnoise = ["videosdk-plugins-rnnoise>=0.0.69"]
83-
sarvamai = ["videosdk-plugins-sarvamai>=0.0.69"]
84-
silero = ["videosdk-plugins-silero>=0.0.69"]
85-
simli = ["videosdk-plugins-simli>=0.0.69"]
86-
smallestai = ["videosdk-plugins-smallestai>=0.0.69"]
87-
speechify = ["videosdk-plugins-speechify>=0.0.69"]
88-
turn-detector = ["videosdk-plugins-turn-detector>=0.0.69"]
89-
ultravox = ["videosdk-plugins-ultravox>=0.0.69"]
90-
xai = ["videosdk-plugins-xai>=0.0.69"]
57+
anam = ["videosdk-plugins-anam>=0.0.70"]
58+
anthropic = ["videosdk-plugins-anthropic>=0.0.70"]
59+
assemblyai = ["videosdk-plugins-assemblyai>=0.0.70"]
60+
aws = ["videosdk-plugins-aws>=0.0.70"]
61+
azure = ["videosdk-plugins-azure>=0.0.70"]
62+
cartesia = ["videosdk-plugins-cartesia>=0.0.70"]
63+
cambai = ["videosdk-plugins-cambai>=0.0.70"]
64+
cerebras = ["videosdk-plugins-cerebras>=0.0.70"]
65+
cometapi = ["videosdk-plugins-cometapi>=0.0.70"]
66+
deepgram = ["videosdk-plugins-deepgram>=0.0.70"]
67+
elevenlabs = ["videosdk-plugins-elevenlabs>=0.0.70"]
68+
google = ["videosdk-plugins-google>=0.0.70"]
69+
groq = ["videosdk-plugins-groq>=0.0.70"]
70+
gladia = ["videosdk-plugins-gladia>=0.0.70"]
71+
humeai = ["videosdk-plugins-humeai>=0.0.70"]
72+
inworldai = ["videosdk-plugins-inworldai>=0.0.70"]
73+
lmnt = ["videosdk-plugins-lmnt>=0.0.70"]
74+
murfai = ["videosdk-plugins-murfai>=0.0.70"]
75+
navana = ["videosdk-plugins-navana>=0.0.70"]
76+
neuphonic = ["videosdk-plugins-neuphonic>=0.0.70"]
77+
nvidia = ["videosdk-plugins-nvidia>=0.0.70"]
78+
openai = ["videosdk-plugins-openai>=0.0.70"]
79+
papla = ["videosdk-plugins-papla>=0.0.70"]
80+
resemble = ["videosdk-plugins-resemble>=0.0.70"]
81+
rime = ["videosdk-plugins-rime>=0.0.70"]
82+
rnnoise = ["videosdk-plugins-rnnoise>=0.0.70"]
83+
sarvamai = ["videosdk-plugins-sarvamai>=0.0.70"]
84+
silero = ["videosdk-plugins-silero>=0.0.70"]
85+
simli = ["videosdk-plugins-simli>=0.0.70"]
86+
smallestai = ["videosdk-plugins-smallestai>=0.0.70"]
87+
speechify = ["videosdk-plugins-speechify>=0.0.70"]
88+
turn-detector = ["videosdk-plugins-turn-detector>=0.0.70"]
89+
ultravox = ["videosdk-plugins-ultravox>=0.0.70"]
90+
xai = ["videosdk-plugins-xai>=0.0.70"]
9191
videosdk-conversational-graph = ["videosdk-conversational-graph>=0.0.1"]
9292

9393
[tool.hatch.version]

videosdk-agents/videosdk/agents/room/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def init_meeting(self):
214214
self._left: bool = False
215215
self.sdk_metadata = {
216216
"sdk": "agents",
217-
"sdk_version": "0.0.69"
217+
"sdk_version": "0.0.70"
218218
}
219219
self.videosdk_meeting_meta_data= {
220220
"agent_id": self.agent_id,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.69"
1+
__version__ = "0.0.70"

videosdk-plugins/videosdk-plugins-anam/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2020
]
2121
dependencies = [
22-
"videosdk-agents>=0.0.69",
22+
"videosdk-agents>=0.0.70",
2323
"anam>=0.1.0",
2424
]
2525

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.69"
1+
__version__ = "0.0.70"

videosdk-plugins/videosdk-plugins-anthropic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Multimedia :: Video",
2121
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2222
]
23-
dependencies = ["videosdk-agents>=0.0.69", "anthropic>=0.55.0"]
23+
dependencies = ["videosdk-agents>=0.0.70", "anthropic>=0.55.0"]
2424

2525
[tool.hatch.version]
2626
path = "videosdk/plugins/anthropic/version.py"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.69"
1+
__version__ = "0.0.70"

videosdk-plugins/videosdk-plugins-assemblyai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Multimedia :: Video",
2121
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2222
]
23-
dependencies = ["videosdk-agents>=0.0.69","aiohttp"]
23+
dependencies = ["videosdk-agents>=0.0.70","aiohttp"]
2424

2525
[tool.hatch.version]
2626
path = "videosdk/plugins/assemblyai/version.py"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.69"
1+
__version__ = "0.0.70"

0 commit comments

Comments
 (0)