ai-pipeline-core 0.2.4__py3-none-any.whl → 0.2.6__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.
- ai_pipeline_core/__init__.py +1 -1
- ai_pipeline_core/documents/document.py +24 -1
- ai_pipeline_core/documents/mime_type.py +4 -4
- ai_pipeline_core/llm/ai_messages.py +32 -0
- ai_pipeline_core/llm/client.py +82 -51
- ai_pipeline_core/llm/model_options.py +19 -1
- ai_pipeline_core/llm/model_response.py +113 -173
- ai_pipeline_core/llm/model_types.py +1 -1
- ai_pipeline_core/pipeline.py +0 -11
- ai_pipeline_core/settings.py +4 -2
- ai_pipeline_core/simple_runner/cli.py +0 -2
- ai_pipeline_core/tracing.py +0 -2
- ai_pipeline_core/utils/__init__.py +8 -0
- ai_pipeline_core/utils/deploy.py +373 -0
- ai_pipeline_core/utils/remote_deployment.py +269 -0
- {ai_pipeline_core-0.2.4.dist-info → ai_pipeline_core-0.2.6.dist-info}/METADATA +4 -4
- {ai_pipeline_core-0.2.4.dist-info → ai_pipeline_core-0.2.6.dist-info}/RECORD +19 -16
- {ai_pipeline_core-0.2.4.dist-info → ai_pipeline_core-0.2.6.dist-info}/WHEEL +0 -0
- {ai_pipeline_core-0.2.4.dist-info → ai_pipeline_core-0.2.6.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
ai_pipeline_core/__init__.py,sha256=
|
|
1
|
+
ai_pipeline_core/__init__.py,sha256=BWdVF64no62Cg9b_6GLiRub7ytBQQPk1RC38V0FGoAA,5720
|
|
2
2
|
ai_pipeline_core/exceptions.py,sha256=vx-XLTw2fJSPs-vwtXVYtqoQUcOc0JeI7UmHqRqQYWU,1569
|
|
3
|
-
ai_pipeline_core/pipeline.py,sha256=
|
|
3
|
+
ai_pipeline_core/pipeline.py,sha256=fWTVmrnOEIFge6o2NUYW2ndGef5UurpL8_fK5tkXbzI,28700
|
|
4
4
|
ai_pipeline_core/prefect.py,sha256=91ZgLJHsDsRUW77CpNmkKxYs3RCJuucPM3pjKmNBeDg,2199
|
|
5
5
|
ai_pipeline_core/prompt_manager.py,sha256=FAtb1yK7bGuAeuIJ523LOX9bd7TrcHG-TqZ7Lz4RJC0,12087
|
|
6
6
|
ai_pipeline_core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
ai_pipeline_core/settings.py,sha256
|
|
8
|
-
ai_pipeline_core/tracing.py,sha256=
|
|
7
|
+
ai_pipeline_core/settings.py,sha256=IMrFaX0i-WIlaOA5O53ipNSta6KQVSFHc1aJXmS3nSo,5078
|
|
8
|
+
ai_pipeline_core/tracing.py,sha256=HT8heSwsVot6D6u8dPi-BHVlaemkPsPs5aXtG-iIzNk,31494
|
|
9
9
|
ai_pipeline_core/documents/__init__.py,sha256=WHStvGZiSyybOcMTYxSV24U6MA3Am_0_Az5p-DuMFrk,738
|
|
10
|
-
ai_pipeline_core/documents/document.py,sha256=
|
|
10
|
+
ai_pipeline_core/documents/document.py,sha256=hdTh36KGEcrDollTnQmTI66DJIqYfe4X42Y0q7Cm4fY,68153
|
|
11
11
|
ai_pipeline_core/documents/document_list.py,sha256=Y_NCjfM_CjkIwHRD2iyGgYBuIykN8lT2IIH_uWOiGis,16254
|
|
12
12
|
ai_pipeline_core/documents/flow_document.py,sha256=vSPzE4kGuDjGUfFykfpPaSfMuIO9_kDfTvdc8kZaE8U,4144
|
|
13
|
-
ai_pipeline_core/documents/mime_type.py,sha256=
|
|
13
|
+
ai_pipeline_core/documents/mime_type.py,sha256=JFEOq4HwlIW2snobyNfWwySdT7urZSWkobiRMVs2fSE,7959
|
|
14
14
|
ai_pipeline_core/documents/task_document.py,sha256=4j94N-hkqXVmzjyUjbA9YW2oR4dqnOhqA3D5OWrmGkw,4303
|
|
15
15
|
ai_pipeline_core/documents/temporary_document.py,sha256=Sam344Mm5AlZTm3_l01YdDWeF26F6pR2tytGRL1doQY,2711
|
|
16
16
|
ai_pipeline_core/documents/utils.py,sha256=ZyJNjFN7ihWno0K7dJZed7twYmmPLA0z40UzFw1A3A8,5465
|
|
@@ -18,21 +18,24 @@ ai_pipeline_core/flow/__init__.py,sha256=2BfWYMOPYW5teGzwo-qzpn_bom1lxxry0bPsjVg
|
|
|
18
18
|
ai_pipeline_core/flow/config.py,sha256=3PCDph2n8dj-txqAvd9Wflbi_6lmfXFR9rUhM-szGSQ,18887
|
|
19
19
|
ai_pipeline_core/flow/options.py,sha256=2rKR2GifhXcyw8avI_oiEDMLC2jm5Qzpw8z56pbxUMo,2285
|
|
20
20
|
ai_pipeline_core/llm/__init__.py,sha256=3B_vtEzxrzidP1qOUNQ4RxlUmxZ2MBKQcUhQiTybM9g,661
|
|
21
|
-
ai_pipeline_core/llm/ai_messages.py,sha256=
|
|
22
|
-
ai_pipeline_core/llm/client.py,sha256=
|
|
23
|
-
ai_pipeline_core/llm/model_options.py,sha256=
|
|
24
|
-
ai_pipeline_core/llm/model_response.py,sha256=
|
|
25
|
-
ai_pipeline_core/llm/model_types.py,sha256=
|
|
21
|
+
ai_pipeline_core/llm/ai_messages.py,sha256=tseyncD-T1IjaXKzUkzEgS3CGvz-WEDsA6v8wt9Emx0,14295
|
|
22
|
+
ai_pipeline_core/llm/client.py,sha256=Ojb0Ew2w88KlTfNP7VyRsIjjHh5Z8A1WhfHsNQwfeak,23673
|
|
23
|
+
ai_pipeline_core/llm/model_options.py,sha256=5XTBDdGZMxAo8JvhfEBIrtTOJC6piaMsgJ_J2cGiByo,11775
|
|
24
|
+
ai_pipeline_core/llm/model_response.py,sha256=VsuEp8tMbxWOkpZBFH1WIJisbZSvg7Z4JPqPejz7YM8,13273
|
|
25
|
+
ai_pipeline_core/llm/model_types.py,sha256=OCRdTbQ1ZZ95nT_2PgOm16n2et25QOQyBtB1zsqm_3U,2791
|
|
26
26
|
ai_pipeline_core/logging/__init__.py,sha256=Nz6-ghAoENsgNmLD2ma9TW9M0U2_QfxuQ5DDW6Vt6M0,651
|
|
27
27
|
ai_pipeline_core/logging/logging.yml,sha256=YTW48keO_K5bkkb-KXGM7ZuaYKiquLsjsURei8Ql0V4,1353
|
|
28
28
|
ai_pipeline_core/logging/logging_config.py,sha256=pV2x6GgMPXrzPH27sicCSXfw56beio4C2JKCJ3NsXrg,6207
|
|
29
29
|
ai_pipeline_core/logging/logging_mixin.py,sha256=OTye2pbUbG5oYZkI06TNkGCEa4y0ldePz5IAfdmNUPU,8090
|
|
30
30
|
ai_pipeline_core/simple_runner/__init__.py,sha256=9krT-CcDAZ0jB2MjWqFYhaK5qtUDMpB5qWzjRLa4Zhk,322
|
|
31
|
-
ai_pipeline_core/simple_runner/cli.py,sha256=
|
|
31
|
+
ai_pipeline_core/simple_runner/cli.py,sha256=p9Z1jtRMH10T5Bl3QfHPxyW6LL4qYvvXeOXbPGeeXeE,9308
|
|
32
32
|
ai_pipeline_core/simple_runner/simple_runner.py,sha256=f6cIodYkul-Apu1d63T6kR5DZpiaCWpphUcEPp5XjFo,9102
|
|
33
33
|
ai_pipeline_core/storage/__init__.py,sha256=tcIkjJ3zPBLCyetwiJDewBvS2sbRJrDlBh3gEsQm08E,184
|
|
34
34
|
ai_pipeline_core/storage/storage.py,sha256=ClMr419Y-eU2RuOjZYd51dC0stWQk28Vb56PvQaoUwc,20007
|
|
35
|
-
ai_pipeline_core
|
|
36
|
-
ai_pipeline_core
|
|
37
|
-
ai_pipeline_core
|
|
38
|
-
ai_pipeline_core-0.2.
|
|
35
|
+
ai_pipeline_core/utils/__init__.py,sha256=TJSmEm1Quf-gKwXrxM96u2IGzVolUyeNNfLMPoLstXI,254
|
|
36
|
+
ai_pipeline_core/utils/deploy.py,sha256=Y15-xoIWfs-HkEQeTobjq4UdTiXSTKzTghL0Jo8iMgU,13565
|
|
37
|
+
ai_pipeline_core/utils/remote_deployment.py,sha256=cPTgnS5InK08qiWnuPz3e8YKjoT3sPBloSaDfNTzghs,10137
|
|
38
|
+
ai_pipeline_core-0.2.6.dist-info/METADATA,sha256=rC6CVxTMsoL6iCIIw3b_Lr5zWdBBmzqCgboiS4vFXpY,15159
|
|
39
|
+
ai_pipeline_core-0.2.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
40
|
+
ai_pipeline_core-0.2.6.dist-info/licenses/LICENSE,sha256=kKj8mfbdWwkyG3U6n7ztB3bAZlEwShTkAsvaY657i3I,1074
|
|
41
|
+
ai_pipeline_core-0.2.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|