livekit-plugins-anthropic 1.2.14__tar.gz → 1.2.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of livekit-plugins-anthropic might be problematic. Click here for more details.

@@ -172,4 +172,8 @@ pyrightconfig.json
172
172
  docs/
173
173
 
174
174
  # Database files
175
- *.db
175
+ *.db
176
+
177
+
178
+ # Examples for development
179
+ examples/dev/*
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-anthropic
3
- Version: 1.2.14
3
+ Version: 1.2.16
4
4
  Summary: Agent Framework plugin for services from Anthropic
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
7
7
  Project-URL: Source, https://github.com/livekit/agents
8
8
  Author-email: LiveKit <hello@livekit.io>
9
9
  License-Expression: Apache-2.0
10
- Keywords: audio,livekit,realtime,video,webrtc
10
+ Keywords: ai,audio,livekit,realtime,video,voice,webrtc
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Programming Language :: Python :: 3
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
21
  Requires-Dist: anthropic>=0.41
22
22
  Requires-Dist: httpx
23
- Requires-Dist: livekit-agents>=1.2.14
23
+ Requires-Dist: livekit-agents>=1.2.16
24
24
  Description-Content-Type: text/markdown
25
25
 
26
26
  # Anthropic plugin for LiveKit Agents
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.2.14"
15
+ __version__ = "1.2.16"
@@ -10,7 +10,7 @@ readme = "README.md"
10
10
  license = "Apache-2.0"
11
11
  requires-python = ">=3.9.0"
12
12
  authors = [{ name = "LiveKit", email = "hello@livekit.io" }]
13
- keywords = ["webrtc", "realtime", "audio", "video", "livekit"]
13
+ keywords = ["voice", "ai", "realtime", "audio", "video", "livekit", "webrtc"]
14
14
  classifiers = [
15
15
  "Intended Audience :: Developers",
16
16
  "License :: OSI Approved :: Apache Software License",
@@ -22,7 +22,7 @@ classifiers = [
22
22
  "Programming Language :: Python :: 3.10",
23
23
  "Programming Language :: Python :: 3 :: Only",
24
24
  ]
25
- dependencies = ["livekit-agents>=1.2.14", "anthropic>=0.41", "httpx"]
25
+ dependencies = ["livekit-agents>=1.2.16", "anthropic>=0.41", "httpx"]
26
26
 
27
27
  [project.urls]
28
28
  Documentation = "https://docs.livekit.io"