fastworkflow 2.8.11__py3-none-any.whl → 2.8.12__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.
- fastworkflow/train/__main__.py +2 -2
- {fastworkflow-2.8.11.dist-info → fastworkflow-2.8.12.dist-info}/METADATA +1 -1
- {fastworkflow-2.8.11.dist-info → fastworkflow-2.8.12.dist-info}/RECORD +6 -6
- {fastworkflow-2.8.11.dist-info → fastworkflow-2.8.12.dist-info}/LICENSE +0 -0
- {fastworkflow-2.8.11.dist-info → fastworkflow-2.8.12.dist-info}/WHEEL +0 -0
- {fastworkflow-2.8.11.dist-info → fastworkflow-2.8.12.dist-info}/entry_points.txt +0 -0
fastworkflow/train/__main__.py
CHANGED
@@ -181,9 +181,9 @@ def train_main(args):
|
|
181
181
|
**dotenv_values(args.passwords_file_path)
|
182
182
|
}
|
183
183
|
if not env_vars.get("SPEEDDICT_FOLDERNAME"):
|
184
|
-
raise ValueError("Env file is missing or path is incorrect")
|
184
|
+
raise ValueError(f"Env file {args.env_file_path} is missing or path is incorrect")
|
185
185
|
if not env_vars.get("LITELLM_API_KEY_SYNDATA_GEN"):
|
186
|
-
raise ValueError("Password env file is missing or path is incorrect")
|
186
|
+
raise ValueError(f"Password env file {args.passwords_file_path} is missing or path is incorrect")
|
187
187
|
|
188
188
|
fastworkflow.init(env_vars=env_vars)
|
189
189
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastworkflow
|
3
|
-
Version: 2.8.
|
3
|
+
Version: 2.8.12
|
4
4
|
Summary: A framework for rapidly building large-scale, deterministic, interactive workflows with a fault-tolerant, conversational UX
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: fastworkflow,ai,workflow,llm,openai
|
@@ -129,7 +129,7 @@ fastworkflow/run_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
129
129
|
fastworkflow/run_agent/__main__.py,sha256=vpCGO3Ido69kSKzT5Yw-c0oFC2zl482TCKzZEsu9cNw,8068
|
130
130
|
fastworkflow/run_agent/agent_module.py,sha256=Hjej9x3a8IhqAWlST6-EjhsgZb-_BeowG3TRJBffJiM,18899
|
131
131
|
fastworkflow/train/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
132
|
-
fastworkflow/train/__main__.py,sha256=
|
132
|
+
fastworkflow/train/__main__.py,sha256=NsYaz0sKLXHzWtE5cY4AngvKuF0qzUDKiblktFR8Dvw,8101
|
133
133
|
fastworkflow/train/generate_synthetic.py,sha256=Uiv9urpdZ05-apJ88kuOhnCskxBio3fggQZSWZwFklg,5340
|
134
134
|
fastworkflow/user_message_queues.py,sha256=svbuFxQ16q6Tz6urPWfD4IEsOTMxtS1Kc1PP8EE8AWg,1422
|
135
135
|
fastworkflow/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -146,8 +146,8 @@ fastworkflow/utils/pydantic_model_2_dspy_signature_class.py,sha256=w1pvl8rJq48ul
|
|
146
146
|
fastworkflow/utils/python_utils.py,sha256=Lt6P8lBMbLuLZaP9gd_7Kl7UvSPLm-NKPN6cPUdn53w,8194
|
147
147
|
fastworkflow/utils/signatures.py,sha256=4ksF-65Q-22ZR_SW8O_cv5RhKKk0ecmWgykoAGKxr-k,19957
|
148
148
|
fastworkflow/workflow.py,sha256=zHsA67IMlHAhpgM2CN96G_KsU_eMVXJf7axZ2zBBdhU,16436
|
149
|
-
fastworkflow-2.8.
|
150
|
-
fastworkflow-2.8.
|
151
|
-
fastworkflow-2.8.
|
152
|
-
fastworkflow-2.8.
|
153
|
-
fastworkflow-2.8.
|
149
|
+
fastworkflow-2.8.12.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
150
|
+
fastworkflow-2.8.12.dist-info/METADATA,sha256=MA1rp2M0C-KiotA7ePmn8OErpW4ex20eGyyYjesuBHY,15387
|
151
|
+
fastworkflow-2.8.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
152
|
+
fastworkflow-2.8.12.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
153
|
+
fastworkflow-2.8.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|