bosa-connectors-binary 0.1.0__cp312-cp312-win_amd64.whl → 0.1.2__cp312-cp312-win_amd64.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.
- bosa_connectors.cp312-win_amd64.pyd +0 -0
- bosa_connectors.pyi +3 -3
- {bosa_connectors_binary-0.1.0.dist-info → bosa_connectors_binary-0.1.2.dist-info}/METADATA +2 -2
- bosa_connectors_binary-0.1.2.dist-info/RECORD +6 -0
- bosa_connectors_binary-0.1.0.dist-info/RECORD +0 -6
- {bosa_connectors_binary-0.1.0.dist-info → bosa_connectors_binary-0.1.2.dist-info}/WHEEL +0 -0
Binary file
|
bosa_connectors.pyi
CHANGED
@@ -21,11 +21,11 @@ import requests
|
|
21
21
|
import requests.exceptions
|
22
22
|
import bosa_connectors.auth.ApiKeyAuthenticator
|
23
23
|
import pydantic
|
24
|
-
import langchain_core
|
25
|
-
import langchain_core.tools
|
26
24
|
import uuid
|
27
25
|
import random
|
28
26
|
import time
|
29
27
|
import cgi
|
30
28
|
import legacy_cgi
|
31
|
-
import inspect
|
29
|
+
import inspect
|
30
|
+
import langchain_core
|
31
|
+
import langchain_core.tools
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: bosa-connectors-binary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: BOSA Connectors
|
5
5
|
Author: Bosa Engineers
|
6
6
|
Author-email: bosa-eng@gdplabs.id
|
@@ -34,7 +34,7 @@ A Python SDK for seamlessly connecting to APIs that implement BOSA's Plugin Arch
|
|
34
34
|
- Retry support for requests that fail (429 or 5xx)
|
35
35
|
- Response fields filtering based on action and output
|
36
36
|
|
37
|
-
##
|
37
|
+
## Prerequisites
|
38
38
|
After the `bosa-api` ready, you can perform the following tasks:
|
39
39
|
- Ensure Bosa API is running. If you want to test locally, or you can use Staging or Production environments.
|
40
40
|
- Create Client
|
@@ -0,0 +1,6 @@
|
|
1
|
+
bosa_connectors.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
2
|
+
bosa_connectors.cp312-win_amd64.pyd,sha256=2n3oTvfJbHdMAjOIoHTSPLeS03EtnKWwdkTMcqw2oN8,825344
|
3
|
+
bosa_connectors.pyi,sha256=nHURoVUwcgMfcsbiXPeT96DBCaaiRIuNm0va3oT_wC8,676
|
4
|
+
bosa_connectors_binary-0.1.2.dist-info/METADATA,sha256=JhGvvNlXgl_ZVO739zhsS5eNdZrw-4mDTXpl9RjNyDs,16083
|
5
|
+
bosa_connectors_binary-0.1.2.dist-info/WHEEL,sha256=4N0hGcnWMI_Ty6ATf4qJqqSl-UNI-Ln828iTWGIywmU,98
|
6
|
+
bosa_connectors_binary-0.1.2.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
bosa_connectors.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
2
|
-
bosa_connectors.cp312-win_amd64.pyd,sha256=jtIegp5srJ-pxdWDVPZaANFggSLF4iSXinObm8tZePI,853504
|
3
|
-
bosa_connectors.pyi,sha256=klto3AY3o5l8lA5NKYApY68UZ8FyQR07O37aQafpJZA,676
|
4
|
-
bosa_connectors_binary-0.1.0.dist-info/METADATA,sha256=bPYRcYCOilmkZllXZIKw-8MZOQIaU6KFvMpY2bnrLDw,16082
|
5
|
-
bosa_connectors_binary-0.1.0.dist-info/WHEEL,sha256=4N0hGcnWMI_Ty6ATf4qJqqSl-UNI-Ln828iTWGIywmU,98
|
6
|
-
bosa_connectors_binary-0.1.0.dist-info/RECORD,,
|
File without changes
|