fastworkflow 2.17.21__py3-none-any.whl → 2.17.22__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/run/__main__.py +1 -1
- {fastworkflow-2.17.21.dist-info → fastworkflow-2.17.22.dist-info}/METADATA +1 -1
- {fastworkflow-2.17.21.dist-info → fastworkflow-2.17.22.dist-info}/RECORD +6 -6
- {fastworkflow-2.17.21.dist-info → fastworkflow-2.17.22.dist-info}/LICENSE +0 -0
- {fastworkflow-2.17.21.dist-info → fastworkflow-2.17.22.dist-info}/WHEEL +0 -0
- {fastworkflow-2.17.21.dist-info → fastworkflow-2.17.22.dist-info}/entry_points.txt +0 -0
fastworkflow/run/__main__.py
CHANGED
|
@@ -183,7 +183,7 @@ def run_main(args):
|
|
|
183
183
|
StartupProgress.end()
|
|
184
184
|
|
|
185
185
|
with contextlib.suppress(queue.Empty):
|
|
186
|
-
timeout: float
|
|
186
|
+
timeout: float = 0.000001
|
|
187
187
|
if args.startup_command or args.startup_action:
|
|
188
188
|
timeout=180.0
|
|
189
189
|
if command_output := fastworkflow.chat_session.command_output_queue.get(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.17.
|
|
3
|
+
Version: 2.17.22
|
|
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
|
|
@@ -145,7 +145,7 @@ fastworkflow/mcp_server.py,sha256=NxbLSKf2MA4lAHVcm6ZfiVuOjVO6IeV5Iw17wImFbxQ,88
|
|
|
145
145
|
fastworkflow/model_pipeline_training.py,sha256=P_9wrYSfJVSYCTu8VEPkgXJ16eH58LLCK4rCRbRFAVg,46740
|
|
146
146
|
fastworkflow/refine/__main__.py,sha256=7r4nVft1inkYQSDrrWD1poS5F8yWuatf98pCp6Lqo7Y,1842
|
|
147
147
|
fastworkflow/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
148
|
-
fastworkflow/run/__main__.py,sha256=
|
|
148
|
+
fastworkflow/run/__main__.py,sha256=kHgLI5kQ__4ITNFw7QJdv5u8nmmxbCyLsaiSde6Hnjc,12199
|
|
149
149
|
fastworkflow/run_fastapi_mcp/README.md,sha256=dAmG2KF-9mqSjyIPSA9vhUit-DjsDH6WJUDCkQ3C1is,11943
|
|
150
150
|
fastworkflow/run_fastapi_mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
151
151
|
fastworkflow/run_fastapi_mcp/__main__.py,sha256=PRW-0NYt0_SD5uSc4EHBcvjVE1E33rH8kg3iOYCJIH8,53881
|
|
@@ -177,8 +177,8 @@ fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtG
|
|
|
177
177
|
fastworkflow/workflow.py,sha256=37gn7e3ct-gdGw43zS6Ab_ADoJJBO4eJW2PywfUpjEg,18825
|
|
178
178
|
fastworkflow/workflow_agent.py,sha256=vdGoeiG7xIsG7rhqjdIwveCkPDvs_bb3dE-Pw-unYMA,18848
|
|
179
179
|
fastworkflow/workflow_inheritance_model.py,sha256=Pp-qSrQISgPfPjJVUfW84pc7HLmL2evuq0UVIYR51K0,7974
|
|
180
|
-
fastworkflow-2.17.
|
|
181
|
-
fastworkflow-2.17.
|
|
182
|
-
fastworkflow-2.17.
|
|
183
|
-
fastworkflow-2.17.
|
|
184
|
-
fastworkflow-2.17.
|
|
180
|
+
fastworkflow-2.17.22.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
181
|
+
fastworkflow-2.17.22.dist-info/METADATA,sha256=cHz93FV0j-q1D1OABbv8BN6ASjn9LuXQC3Hc78ij57c,30915
|
|
182
|
+
fastworkflow-2.17.22.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
183
|
+
fastworkflow-2.17.22.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
184
|
+
fastworkflow-2.17.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|