amsdal_ml 0.2.2__py3-none-any.whl → 0.3.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.
amsdal_ml/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.
|
|
1
|
+
__version__ = '0.3.1'
|
amsdal_ml/app.py
CHANGED
amsdal_ml/fileio/base_loader.py
CHANGED
|
@@ -41,7 +41,7 @@ class FileItem:
|
|
|
41
41
|
def from_path(path: str, *, filedata: FileData | None = None) -> FileItem:
|
|
42
42
|
# Caller is responsible for lifecycle; loaders may close after upload.
|
|
43
43
|
f = open(path, 'rb')
|
|
44
|
-
return FileItem(file=f, filename=path.
|
|
44
|
+
return FileItem(file=f, filename=path.rsplit('/', 1)[-1], filedata=filedata)
|
|
45
45
|
|
|
46
46
|
@staticmethod
|
|
47
47
|
def from_bytes(data: bytes, *, filename: str | None = None, filedata: FileData | None = None) -> FileItem:
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amsdal_ml
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: amsdal_ml plugin for AMSDAL Framework
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Requires-Dist: aiohttp==3.12.15
|
|
7
|
-
Requires-Dist: amsdal-cli>=0.
|
|
8
|
-
Requires-Dist: amsdal-
|
|
9
|
-
Requires-Dist: amsdal
|
|
10
|
-
Requires-Dist: amsdal-utils>=0.5.4
|
|
11
|
-
Requires-Dist: amsdal>=0.5.6
|
|
7
|
+
Requires-Dist: amsdal-cli>=0.6.1
|
|
8
|
+
Requires-Dist: amsdal-server>=0.6.2
|
|
9
|
+
Requires-Dist: amsdal>=0.6.0
|
|
12
10
|
Requires-Dist: mcp>=0.1
|
|
13
11
|
Requires-Dist: openai==1.100.2
|
|
14
12
|
Requires-Dist: pydantic-settings~=2.12
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
amsdal_ml/Third-Party Materials - AMSDAL Dependencies - License Notices.md,sha256=ML7PqsHrTMNNZn8E_rA-LzDCAafMSxMcrmSg8YOi-wo,113896
|
|
2
|
-
amsdal_ml/__about__.py,sha256=
|
|
2
|
+
amsdal_ml/__about__.py,sha256=TZkGuMIRSRmUY3XCIs5owt2o60vXyqYMHWIkhx65uYE,22
|
|
3
3
|
amsdal_ml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
amsdal_ml/app.py,sha256=
|
|
4
|
+
amsdal_ml/app.py,sha256=dckAI8OOuCFZhFb-QS86-gaQPYB696QpePHTCIH6LYY,184
|
|
5
5
|
amsdal_ml/ml_config.py,sha256=UONMVG2RbKVbaYF-GdlhRQbm8flp52GxBzfqdzuLZ5w,1788
|
|
6
6
|
amsdal_ml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
amsdal_ml/agents/__init__.py,sha256=uKqtPo0Q0qeaDdz0J39XbqKDTCpT4nvm6uBWj7odxEE,393
|
|
@@ -13,7 +13,7 @@ amsdal_ml/agents/python_tool.py,sha256=qrWOfc9pz1mAU506A-0bgwhkahaNT_t_E7RmSo2sl
|
|
|
13
13
|
amsdal_ml/agents/retriever_tool.py,sha256=ckSVPahfYQ12E3F5ouPV085LeQinlyxEQrBpRSfJzbU,2220
|
|
14
14
|
amsdal_ml/agents/tool_adapters.py,sha256=GJoAx6rRnf-db_5ExPi5KpbiROF0TetcOAh8-sT1Nf0,3244
|
|
15
15
|
amsdal_ml/fileio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
amsdal_ml/fileio/base_loader.py,sha256=
|
|
16
|
+
amsdal_ml/fileio/base_loader.py,sha256=3uXmhJ9R9FP0OOnzoOF2VvI37FQ55JK0D4f5PusrRWY,1905
|
|
17
17
|
amsdal_ml/fileio/openai_loader.py,sha256=S39Wlpu1xM-WhnN5N-iaFMQ5uuIPlozR1aoGHmGFLt8,2791
|
|
18
18
|
amsdal_ml/mcp_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
amsdal_ml/mcp_client/base.py,sha256=PifmlAxxlpFkFLLN8VHKV3XbeSXKA4jcE_u4gPacm9U,497
|
|
@@ -67,6 +67,6 @@ amsdal_ml/prompts/nl_query_filter.prompt,sha256=Qeh0qZd59ObAYxql3N3vSfDZc6PBnQUH
|
|
|
67
67
|
amsdal_ml/prompts/react_chat.prompt,sha256=KGJNaaeutqMtYQ7PBnMCuR9RQQBHBa4VzXfQ4c0D3Js,1953
|
|
68
68
|
amsdal_ml/utils/__init__.py,sha256=Q9ToZTkhPC6TiAx2qR_5Ap06cg94tvxorMfCU2v0xUQ,208
|
|
69
69
|
amsdal_ml/utils/query_utils.py,sha256=DlU1FOwabPqg4CW8xEzhel7KjuCwkYPiB41WX8s7mbc,5496
|
|
70
|
-
amsdal_ml-0.
|
|
71
|
-
amsdal_ml-0.
|
|
72
|
-
amsdal_ml-0.
|
|
70
|
+
amsdal_ml-0.3.1.dist-info/METADATA,sha256=IqVxWtWLMWfbFPT2GERyrpvj_vW0CyGKBGM-cmk9c3M,8300
|
|
71
|
+
amsdal_ml-0.3.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
72
|
+
amsdal_ml-0.3.1.dist-info/RECORD,,
|
|
File without changes
|