videosdk-plugins-openai 0.0.1__tar.gz → 0.0.2__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 videosdk-plugins-openai might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-openai
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: VideoSDK Agent Framework plugin for OpenAI services
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -13,7 +13,7 @@ Classifier: Topic :: Multimedia :: Video
13
13
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
14
  Requires-Python: >=3.9.0
15
15
  Requires-Dist: openai[realtime]>=1.68.2
16
- Requires-Dist: videosdk-agents>=0.0.1
16
+ Requires-Dist: videosdk-agents>=0.0.2
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  VideoSDK OpenAI Plugin
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
22
22
  ]
23
23
  dependencies = [
24
- "videosdk-agents>=0.0.1",
24
+ "videosdk-agents>=0.0.2",
25
25
  "openai[realtime]>=1.68.2",
26
26
  ]
27
27
 
@@ -11,7 +11,7 @@ import uuid
11
11
  import base64
12
12
  import aiohttp
13
13
  import traceback
14
- from agent import (
14
+ from videosdk.agents import (
15
15
  FunctionTool,
16
16
  is_function_tool,
17
17
  get_tool_info,
@@ -0,0 +1 @@
1
+ __version__ = "0.0.2"
@@ -1 +0,0 @@
1
- __version__ = "0.0.1"