fastworkflow 2.8.14__py3-none-any.whl → 2.8.15__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/command_directory.py +3 -1
- {fastworkflow-2.8.14.dist-info → fastworkflow-2.8.15.dist-info}/METADATA +1 -1
- {fastworkflow-2.8.14.dist-info → fastworkflow-2.8.15.dist-info}/RECORD +6 -6
- {fastworkflow-2.8.14.dist-info → fastworkflow-2.8.15.dist-info}/LICENSE +0 -0
- {fastworkflow-2.8.14.dist-info → fastworkflow-2.8.15.dist-info}/WHEEL +0 -0
- {fastworkflow-2.8.14.dist-info → fastworkflow-2.8.15.dist-info}/entry_points.txt +0 -0
@@ -589,4 +589,6 @@ def get_cached_command_directory(workflow_folderpath: str) -> CommandDirectory:
|
|
589
589
|
return directory
|
590
590
|
except Exception:
|
591
591
|
# Final fallback – live build without caching safeguards
|
592
|
-
|
592
|
+
directory = CommandDirectory.load(workflow_folderpath)
|
593
|
+
directory.save()
|
594
|
+
return directory
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fastworkflow
|
3
|
-
Version: 2.8.
|
3
|
+
Version: 2.8.15
|
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
|
@@ -33,7 +33,7 @@ fastworkflow/cache_matching.py,sha256=WoSQ7QuVGqOnecsIIdwb3A6gBpt0OJdSzx_a51nHoF
|
|
33
33
|
fastworkflow/chat_session.py,sha256=lEpJmU_2a-4pB4QR7wACl8jHWZls1ROtQGgdVObY3BA,12308
|
34
34
|
fastworkflow/cli.py,sha256=GmwV-uWOysBIxA17pPR4s357Qut7ge5R2nTteYnIkOc,21526
|
35
35
|
fastworkflow/command_context_model.py,sha256=nWxLP3TR7WJr3yWCedqcdFOxo_kwae_mS3VRN2cOmK8,13437
|
36
|
-
fastworkflow/command_directory.py,sha256=
|
36
|
+
fastworkflow/command_directory.py,sha256=AhBHM9E7pM9krfk9-_5eBQ0k8cJSvKNBhYTx-t8dQ5w,27218
|
37
37
|
fastworkflow/command_executor.py,sha256=bKqOHBEVhCunE3B-zh6DNLERUiSmEiVJdfEoVVUq-zM,6412
|
38
38
|
fastworkflow/command_interfaces.py,sha256=PWIKlcp0G8nmYl0vkrg1o6QzJL0pxXkfrn1joqTa0eU,460
|
39
39
|
fastworkflow/command_routing.py,sha256=BtBPeYRVIUgHKhgGJpOirkZAyGjBEQuaZv5qBT0hEMc,15557
|
@@ -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.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
150
|
+
fastworkflow-2.8.15.dist-info/METADATA,sha256=2ZkFvVMsKW-ra9gsrVzyCxwaiOJB3n5Gfa8OVgmdZwY,15387
|
151
|
+
fastworkflow-2.8.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
152
|
+
fastworkflow-2.8.15.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
153
|
+
fastworkflow-2.8.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|