genai-protocol-lite 1.0.0__py3-none-any.whl → 1.0.1__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.
- {genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/METADATA +4 -14
- {genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/RECORD +5 -5
- {genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/WHEEL +0 -0
- {genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: genai-protocol-lite
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: GenAI Python project for direct agents connection either locally via websockets or remote via Azure Web PubSub
|
5
5
|
Home-page: https://github.com/genai-works-org/genai-protocol-lite
|
6
|
-
Author: Yaroslav Oliinyk, Yaroslav Motalov, Ivan Kuzlo
|
7
|
-
Author-email: yaroslav.oliinyk@chisw.com, yaroslav.motalov@chisw.com, ivan.kuzlo@chisw.com
|
6
|
+
Author: Yaroslav Oliinyk, Yaroslav Motalov, Ivan Kuzlo, Pavlo Shyrinskykh
|
7
|
+
Author-email: yaroslav.oliinyk@chisw.com, yaroslav.motalov@chisw.com, ivan.kuzlo@chisw.com, pavlo.shyrinskykh@genai.works
|
8
8
|
License: Apache License 2.0
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -146,7 +146,7 @@ if __name__ == '__main__':
|
|
146
146
|
|
147
147
|
|
148
148
|
| Parameter | Type | Default Value | Description | Required In |
|
149
|
-
|
149
|
+
|--------------------------|-----------------|---------------|----------------------------------------------------------------------------------------------------|-------------------|
|
150
150
|
| `webserver_port` | `Optional[int]` | `None` | Port number for the webserver. If not set, an available port from the autodiscovery range is used. | `local` |
|
151
151
|
| `azure_endpoint_url` | `Optional[str]` | `None` | URL endpoint for Azure connectivity. | `remote` |
|
152
152
|
| `azure_access_key` | `Optional[str]` | `None` | Access key for Azure services. | `remote` |
|
@@ -174,13 +174,3 @@ if __name__ == '__main__':
|
|
174
174
|
return an awaitable string result.
|
175
175
|
- **Configuration Options:**
|
176
176
|
Use the `config` parameter in the `Session` constructor for advanced settings.
|
177
|
-
|
178
|
-
## License
|
179
|
-
|
180
|
-
[Specify your license here]
|
181
|
-
|
182
|
-
---
|
183
|
-
|
184
|
-
```
|
185
|
-
|
186
|
-
```
|
@@ -19,8 +19,8 @@ AIConnector/discovery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
19
19
|
AIConnector/discovery/azure_discovery_service.py,sha256=mXfzJp6ChvsOsO0KHymXTeCS2xm4gJnEr5BVjKZZ77E,9374
|
20
20
|
AIConnector/discovery/base_discovery_service.py,sha256=zXW9qHrU3nUk4NuV2_8GP58VImQg99aByYPku8IGx7k,639
|
21
21
|
AIConnector/discovery/discovery_service.py,sha256=RyUutO4zcI3uP3jP3-PxesUzcD-p3UEiquRDuEoFCNI,8304
|
22
|
-
genai_protocol_lite-1.0.
|
23
|
-
genai_protocol_lite-1.0.
|
24
|
-
genai_protocol_lite-1.0.
|
25
|
-
genai_protocol_lite-1.0.
|
26
|
-
genai_protocol_lite-1.0.
|
22
|
+
genai_protocol_lite-1.0.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
23
|
+
genai_protocol_lite-1.0.1.dist-info/METADATA,sha256=6eI1X9hziCvJb8EQ-F9kfF_iMAMgoNQpF-hYuyl2ckI,8208
|
24
|
+
genai_protocol_lite-1.0.1.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
25
|
+
genai_protocol_lite-1.0.1.dist-info/top_level.txt,sha256=yaJShVFa55Ka6TkCYRjrFSvuuyK0SmBqJw3kvA1o3AI,12
|
26
|
+
genai_protocol_lite-1.0.1.dist-info/RECORD,,
|
File without changes
|
{genai_protocol_lite-1.0.0.dist-info → genai_protocol_lite-1.0.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|