vital-agent-container-sdk 0.1.9__py3-none-any.whl → 0.1.11__py3-none-any.whl

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.
@@ -0,0 +1,35 @@
1
+ Metadata-Version: 2.1
2
+ Name: vital-agent-container-sdk
3
+ Version: 0.1.11
4
+ Summary: Vital Agent Container SDK
5
+ Home-page: https://github.com/vital-ai/vital-agent-container-python
6
+ Author: Marc Hadfield
7
+ Author-email: marc@vital.ai
8
+ License: Apache License 2.0
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Requires-Dist: vital-ai-vitalsigns >=0.1.23
16
+ Requires-Dist: vital-ai-aimp >=0.1.12
17
+ Requires-Dist: httpx >=0.26.0
18
+ Requires-Dist: python-json-logger >=2.0.7
19
+ Requires-Dist: python-dotenv >=1.0.1
20
+ Requires-Dist: uvicorn[standard] >=0.27.0.post1
21
+ Requires-Dist: fastapi >=0.109.2
22
+ Requires-Dist: dataclasses-json >=0.5.7
23
+ Requires-Dist: aiohttp >=3.9.0
24
+ Requires-Dist: aiosignal >=1.2.0
25
+ Requires-Dist: anyio >=4.2.0
26
+ Requires-Dist: async-timeout >=4.0.3
27
+ Requires-Dist: starlette >=0.36.3
28
+ Requires-Dist: marshmallow >=3.19.0
29
+ Requires-Dist: pyyaml >=6.0.1
30
+ Requires-Dist: requests >=2.31.0
31
+ Requires-Dist: Pillow >=10.2.0
32
+ Requires-Dist: websockets >=12.0
33
+ Provides-Extra: dev
34
+
35
+ # vital-agent-container-python
@@ -15,8 +15,8 @@ vital_agent_container/tasks/task_manager_async_client.py,sha256=hOkhGYgtdrpOkZyg
15
15
  vital_agent_container/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  vital_agent_container/utils/aws_utils.py,sha256=HuwdOs58VU9UDnytx2QlKjJNoPE9k2KIQbKJwgi-9zk,580
17
17
  vital_agent_container/utils/config_utils.py,sha256=0iqBXct1O0nMTTBkYSdqIp0WIuVM24fbSpw5uoZQi8k,426
18
- vital_agent_container_sdk-0.1.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
19
- vital_agent_container_sdk-0.1.9.dist-info/METADATA,sha256=d2NG4CX2LEVJi6slAEWndYcDS4e7yCGpenVcCYIhMwg,1188
20
- vital_agent_container_sdk-0.1.9.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
21
- vital_agent_container_sdk-0.1.9.dist-info/top_level.txt,sha256=acZrRgjFIj0mWxdLPWONKwMgxnFReQmyjttb8Z76fsc,22
22
- vital_agent_container_sdk-0.1.9.dist-info/RECORD,,
18
+ vital_agent_container_sdk-0.1.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
19
+ vital_agent_container_sdk-0.1.11.dist-info/METADATA,sha256=uW5yvDPqqpaj2oowAogb1x9ttVLXPdeIdD6XGa3M_4U,1189
20
+ vital_agent_container_sdk-0.1.11.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
21
+ vital_agent_container_sdk-0.1.11.dist-info/top_level.txt,sha256=acZrRgjFIj0mWxdLPWONKwMgxnFReQmyjttb8Z76fsc,22
22
+ vital_agent_container_sdk-0.1.11.dist-info/RECORD,,
@@ -1,35 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vital-agent-container-sdk
3
- Version: 0.1.9
4
- Summary: Vital Agent Container SDK
5
- Home-page: https://github.com/vital-ai/vital-agent-container-python
6
- Author: Marc Hadfield
7
- Author-email: marc@vital.ai
8
- License: Apache License 2.0
9
- Classifier: Programming Language :: Python :: 3.10
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Operating System :: OS Independent
12
- Requires-Python: >=3.10
13
- Description-Content-Type: text/markdown
14
- License-File: LICENSE
15
- Requires-Dist: vital-ai-vitalsigns >=0.1.23
16
- Requires-Dist: vital-ai-aimp ==0.1.11
17
- Requires-Dist: httpx ==0.26.0
18
- Requires-Dist: python-json-logger ==2.0.7
19
- Requires-Dist: python-dotenv ==1.0.1
20
- Requires-Dist: uvicorn[standard] ==0.27.0.post1
21
- Requires-Dist: fastapi ==0.109.2
22
- Requires-Dist: dataclasses-json ==0.5.7
23
- Requires-Dist: aiohttp ==3.9.0
24
- Requires-Dist: aiosignal ==1.2.0
25
- Requires-Dist: anyio ==4.2.0
26
- Requires-Dist: async-timeout ==4.0.3
27
- Requires-Dist: starlette ==0.36.3
28
- Requires-Dist: marshmallow ==3.19.0
29
- Requires-Dist: pyyaml ==6.0.1
30
- Requires-Dist: requests ==2.31.0
31
- Requires-Dist: Pillow ==10.2.0
32
- Requires-Dist: websockets ==12.0
33
- Provides-Extra: dev
34
-
35
- # vital-agent-container-python