codemie-sdk-python 0.1.85__py3-none-any.whl → 0.1.87__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.

Potentially problematic release.


This version of codemie-sdk-python might be problematic. Click here for more details.

codemie_sdk/__init__.py CHANGED
@@ -19,5 +19,5 @@ Basic usage:
19
19
 
20
20
  from .client.client import CodeMieClient
21
21
 
22
- __version__ = "0.1.23"
22
+ __version__ = "0.1.24"
23
23
  __all__ = ["CodeMieClient"]
@@ -24,6 +24,7 @@ class DataSourceType(str, Enum):
24
24
  SUMMARY = "summary"
25
25
  CHUNK_SUMMARY = "chunk-summary"
26
26
  JSON = "knowledge_base_json"
27
+ BEDROCK = "knowledge_base_bedrock"
27
28
 
28
29
 
29
30
  class DataSourceStatus(str, Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: codemie-sdk-python
3
- Version: 0.1.85
3
+ Version: 0.1.87
4
4
  Summary: CodeMie SDK for Python
5
5
  Author: Vadym Vlasenko
6
6
  Author-email: vadym_vlasenko@epam.com
@@ -1,4 +1,4 @@
1
- codemie_sdk/__init__.py,sha256=hGEsqSkiJ7DxEq9Narpp06Ds0Jo7wzvTlQmE2zr7Xus,567
1
+ codemie_sdk/__init__.py,sha256=G9qZsljJ27VMX2-PS9L7q6PHR8imeP7zXHBu9DyVetc,567
2
2
  codemie_sdk/auth/__init__.py,sha256=IksEj223xEZtJ-cQ0AT9L0Bs9psIJ8QNzDXrPTUQ3xQ,126
3
3
  codemie_sdk/auth/credentials.py,sha256=u2eLNsD8fELTgreQghVb0g0kk82zchUkux0M5lzq-u8,4320
4
4
  codemie_sdk/client/__init__.py,sha256=yf6C39MmrJ6gK9ZHMhBeynKwUUYVSUTQbKxU8-4qpKg,101
@@ -7,7 +7,7 @@ codemie_sdk/exceptions.py,sha256=XoVPyognx-JmyVxLHkZPAcX1CMi1OoT1diBFJLU54so,118
7
7
  codemie_sdk/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  codemie_sdk/models/assistant.py,sha256=qIRJgM0cR_xjFbDLQ8yPypRXD-tJUqt2Ny47WffrXOo,8852
9
9
  codemie_sdk/models/common.py,sha256=gmZ-ps8TbaieNKr0kUKoQEjhVrHD2CAYomOpZQRatH8,1195
10
- codemie_sdk/models/datasource.py,sha256=u6X1xXZ3ZR9CWH0B0bSw3IjC7KyEwtRKHIc6ZuhJwsg,10813
10
+ codemie_sdk/models/datasource.py,sha256=TpUUZDoxxmPQLB7raCht3oko7IWszpS7EDtX8TEsvSU,10852
11
11
  codemie_sdk/models/integration.py,sha256=uXUf4-_l5Qmn63R2bOoyEv6Lc-x0LSY4Hz8NR5eU1g4,2268
12
12
  codemie_sdk/models/llm.py,sha256=ppb9-1dx1UFhRuJpSR3ij7H6Pfhe9nO4C4BEOIbToy4,1192
13
13
  codemie_sdk/models/task.py,sha256=J4ZFRY3s8qBGrqB5NLQF0rMbInLh4s7OEZ0ZfmnW0Ho,1476
@@ -25,6 +25,6 @@ codemie_sdk/services/workflow_execution.py,sha256=aGoT3rdTmh5-doAsrmBBjLEuOfvL5a
25
25
  codemie_sdk/services/workflow_execution_state.py,sha256=tXoaa8yT09xgYEUNiHhVULe76TwGwVgZupMIUyyLxdo,2070
26
26
  codemie_sdk/utils/__init__.py,sha256=BXAJJfAzO89-kMYvWWo9wSNhSbGgF3vB1In9sePFhMM,109
27
27
  codemie_sdk/utils/http.py,sha256=YzE53y1r7PBUKcEQt-gGYduRY06I8xzqVRzlj9f_voA,10084
28
- codemie_sdk_python-0.1.85.dist-info/METADATA,sha256=VfUpPEGl6oe1ivj-PMs3R4wCkNH7ZTyYDqAS2EXEdAo,23146
29
- codemie_sdk_python-0.1.85.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
- codemie_sdk_python-0.1.85.dist-info/RECORD,,
28
+ codemie_sdk_python-0.1.87.dist-info/METADATA,sha256=IOo6U9_b5vtdr8K-RDVo7UVUTCwMlapElMKFwD6AVa0,23146
29
+ codemie_sdk_python-0.1.87.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
+ codemie_sdk_python-0.1.87.dist-info/RECORD,,