Skip to content

Commit 472e1a1

Browse files
committed
chore(release): 1.0.0b1 beta
1 parent aa8953b commit 472e1a1

File tree

73 files changed

+106
-106
lines changed

Some content is hidden

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

73 files changed

+106
-106
lines changed

BUILD_YOUR_OWN_PLUGIN.md

Lines changed: 1 addition & 1 deletion

README.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>=1.0.0.dev"]
58-
anthropic = ["videosdk-plugins-anthropic>=1.0.0.dev"]
59-
assemblyai = ["videosdk-plugins-assemblyai>=1.0.0.dev"]
60-
aws = ["videosdk-plugins-aws>=1.0.0.dev"]
61-
azure = ["videosdk-plugins-azure>=1.0.0.dev"]
62-
cartesia = ["videosdk-plugins-cartesia>=1.0.0.dev"]
63-
cambai = ["videosdk-plugins-cambai>=1.0.0.dev"]
64-
cerebras = ["videosdk-plugins-cerebras>=1.0.0.dev"]
65-
cometapi = ["videosdk-plugins-cometapi>=1.0.0.dev"]
66-
deepgram = ["videosdk-plugins-deepgram>=1.0.0.dev"]
67-
elevenlabs = ["videosdk-plugins-elevenlabs>=1.0.0.dev"]
68-
google = ["videosdk-plugins-google>=1.0.0.dev"]
69-
groq = ["videosdk-plugins-groq>=1.0.0.dev"]
70-
gladia = ["videosdk-plugins-gladia>=1.0.0.dev"]
71-
humeai = ["videosdk-plugins-humeai>=1.0.0.dev"]
72-
inworldai = ["videosdk-plugins-inworldai>=1.0.0.dev"]
73-
lmnt = ["videosdk-plugins-lmnt>=1.0.0.dev"]
74-
murfai = ["videosdk-plugins-murfai>=1.0.0.dev"]
75-
navana = ["videosdk-plugins-navana>=1.0.0.dev"]
76-
neuphonic = ["videosdk-plugins-neuphonic>=1.0.0.dev"]
77-
nvidia = ["videosdk-plugins-nvidia>=1.0.0.dev"]
78-
openai = ["videosdk-plugins-openai>=1.0.0.dev"]
79-
papla = ["videosdk-plugins-papla>=1.0.0.dev"]
80-
resemble = ["videosdk-plugins-resemble>=1.0.0.dev"]
81-
rime = ["videosdk-plugins-rime>=1.0.0.dev"]
82-
rnnoise = ["videosdk-plugins-rnnoise>=1.0.0.dev"]
83-
sarvamai = ["videosdk-plugins-sarvamai>=1.0.0.dev"]
84-
silero = ["videosdk-plugins-silero>=1.0.0.dev"]
85-
simli = ["videosdk-plugins-simli>=1.0.0.dev"]
86-
smallestai = ["videosdk-plugins-smallestai>=1.0.0.dev"]
87-
speechify = ["videosdk-plugins-speechify>=1.0.0.dev"]
88-
turn-detector = ["videosdk-plugins-turn-detector>=1.0.0.dev"]
89-
ultravox = ["videosdk-plugins-ultravox>=1.0.0.dev"]
90-
xai = ["videosdk-plugins-xai>=1.0.0.dev"]
57+
anam = ["videosdk-plugins-anam>=1.0.0b1"]
58+
anthropic = ["videosdk-plugins-anthropic>=1.0.0b1"]
59+
assemblyai = ["videosdk-plugins-assemblyai>=1.0.0b1"]
60+
aws = ["videosdk-plugins-aws>=1.0.0b1"]
61+
azure = ["videosdk-plugins-azure>=1.0.0b1"]
62+
cartesia = ["videosdk-plugins-cartesia>=1.0.0b1"]
63+
cambai = ["videosdk-plugins-cambai>=1.0.0b1"]
64+
cerebras = ["videosdk-plugins-cerebras>=1.0.0b1"]
65+
cometapi = ["videosdk-plugins-cometapi>=1.0.0b1"]
66+
deepgram = ["videosdk-plugins-deepgram>=1.0.0b1"]
67+
elevenlabs = ["videosdk-plugins-elevenlabs>=1.0.0b1"]
68+
google = ["videosdk-plugins-google>=1.0.0b1"]
69+
groq = ["videosdk-plugins-groq>=1.0.0b1"]
70+
gladia = ["videosdk-plugins-gladia>=1.0.0b1"]
71+
humeai = ["videosdk-plugins-humeai>=1.0.0b1"]
72+
inworldai = ["videosdk-plugins-inworldai>=1.0.0b1"]
73+
lmnt = ["videosdk-plugins-lmnt>=1.0.0b1"]
74+
murfai = ["videosdk-plugins-murfai>=1.0.0b1"]
75+
navana = ["videosdk-plugins-navana>=1.0.0b1"]
76+
neuphonic = ["videosdk-plugins-neuphonic>=1.0.0b1"]
77+
nvidia = ["videosdk-plugins-nvidia>=1.0.0b1"]
78+
openai = ["videosdk-plugins-openai>=1.0.0b1"]
79+
papla = ["videosdk-plugins-papla>=1.0.0b1"]
80+
resemble = ["videosdk-plugins-resemble>=1.0.0b1"]
81+
rime = ["videosdk-plugins-rime>=1.0.0b1"]
82+
rnnoise = ["videosdk-plugins-rnnoise>=1.0.0b1"]
83+
sarvamai = ["videosdk-plugins-sarvamai>=1.0.0b1"]
84+
silero = ["videosdk-plugins-silero>=1.0.0b1"]
85+
simli = ["videosdk-plugins-simli>=1.0.0b1"]
86+
smallestai = ["videosdk-plugins-smallestai>=1.0.0b1"]
87+
speechify = ["videosdk-plugins-speechify>=1.0.0b1"]
88+
turn-detector = ["videosdk-plugins-turn-detector>=1.0.0b1"]
89+
ultravox = ["videosdk-plugins-ultravox>=1.0.0b1"]
90+
xai = ["videosdk-plugins-xai>=1.0.0b1"]
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
@@ -215,7 +215,7 @@ def init_meeting(self):
215215
self._left: bool = False
216216
self.sdk_metadata = {
217217
"sdk": "agents",
218-
"sdk_version": "1.0.0.dev"
218+
"sdk_version": "1.0.0b1"
219219
}
220220
self.videosdk_meeting_meta_data= {
221221
"agent_id": self.agent_id,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0.dev"
1+
__version__ = "1.0.0b1"

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>=1.0.0.dev",
22+
"videosdk-agents>=1.0.0b1",
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__ = "1.0.0.dev"
1+
__version__ = "1.0.0b1"

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>=1.0.0.dev", "anthropic>=0.55.0"]
23+
dependencies = ["videosdk-agents>=1.0.0b1", "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__ = "1.0.0.dev"
1+
__version__ = "1.0.0b1"

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>=1.0.0.dev","aiohttp"]
23+
dependencies = ["videosdk-agents>=1.0.0b1","aiohttp"]
2424

2525
[tool.hatch.version]
2626
path = "videosdk/plugins/assemblyai/version.py"

0 commit comments

Comments
 (0)