fastworkflow 2.15.5__py3-none-any.whl → 2.15.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.
- fastworkflow/run/__main__.py +1 -1
- {fastworkflow-2.15.5.dist-info → fastworkflow-2.15.6.dist-info}/METADATA +1 -1
- {fastworkflow-2.15.5.dist-info → fastworkflow-2.15.6.dist-info}/RECORD +6 -6
- {fastworkflow-2.15.5.dist-info → fastworkflow-2.15.6.dist-info}/LICENSE +0 -0
- {fastworkflow-2.15.5.dist-info → fastworkflow-2.15.6.dist-info}/WHEEL +0 -0
- {fastworkflow-2.15.5.dist-info → fastworkflow-2.15.6.dist-info}/entry_points.txt +0 -0
fastworkflow/run/__main__.py
CHANGED
|
@@ -60,7 +60,7 @@ def run_main(args):
|
|
|
60
60
|
if command_output.command_name:
|
|
61
61
|
command_info_table.add_row("Command:", Text(command_output.command_name, style="yellow"))
|
|
62
62
|
if command_output.command_parameters:
|
|
63
|
-
command_info_table.add_row("Parameters:", Text(command_output.command_parameters, style="yellow"))
|
|
63
|
+
command_info_table.add_row("Parameters:", Text(str(command_output.command_parameters.model_dump()), style="yellow"))
|
|
64
64
|
|
|
65
65
|
# Add command info section if we have any rows
|
|
66
66
|
if command_info_table.row_count > 0:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fastworkflow
|
|
3
|
-
Version: 2.15.
|
|
3
|
+
Version: 2.15.6
|
|
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
|
|
@@ -142,7 +142,7 @@ fastworkflow/mcp_server.py,sha256=f6vqHiG-cuMpeoeRY-mvsFxApmQ28cAJFfMtqoJYy5k,88
|
|
|
142
142
|
fastworkflow/model_pipeline_training.py,sha256=P_9wrYSfJVSYCTu8VEPkgXJ16eH58LLCK4rCRbRFAVg,46740
|
|
143
143
|
fastworkflow/refine/__main__.py,sha256=bDLpPNMcdp8U4EFnMdjxx1sPDQCZuEJoBURr2KebTng,3398
|
|
144
144
|
fastworkflow/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
145
|
-
fastworkflow/run/__main__.py,sha256=
|
|
145
|
+
fastworkflow/run/__main__.py,sha256=a01u5voGUyVyh6ko_sjEPgSoupYw-t5PHE9UHYEnsEk,12237
|
|
146
146
|
fastworkflow/run_agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
147
|
fastworkflow/run_agent/__main__.py,sha256=japXWziVDHdLl7Hk-jzwcYkImVY4j4k9SodMhiRK3ow,11986
|
|
148
148
|
fastworkflow/run_agent/agent_module.py,sha256=XbOfX2K2CwmIRT45YtoROCN4en9Ud8gMQh2kGEhqw_A,8012
|
|
@@ -168,8 +168,8 @@ fastworkflow/utils/startup_progress.py,sha256=9icSdnpFAxzIq0sUliGpNaH0Efvrt5lDtG
|
|
|
168
168
|
fastworkflow/workflow.py,sha256=F7kGoNQbAMwy71zT1V_KF8PbRTCY4Dz-16Zv4ApK8m8,18939
|
|
169
169
|
fastworkflow/workflow_agent.py,sha256=usSLXUJouVHQOBR2GWMGlb_uTYf9SL_WKav6nEoAxP8,15385
|
|
170
170
|
fastworkflow/workflow_inheritance_model.py,sha256=Pp-qSrQISgPfPjJVUfW84pc7HLmL2evuq0UVIYR51K0,7974
|
|
171
|
-
fastworkflow-2.15.
|
|
172
|
-
fastworkflow-2.15.
|
|
173
|
-
fastworkflow-2.15.
|
|
174
|
-
fastworkflow-2.15.
|
|
175
|
-
fastworkflow-2.15.
|
|
171
|
+
fastworkflow-2.15.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
172
|
+
fastworkflow-2.15.6.dist-info/METADATA,sha256=nwvStKcn0GeGkbwRfZLyX4w4gZs5tnkYMSXWxvD925o,29867
|
|
173
|
+
fastworkflow-2.15.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
174
|
+
fastworkflow-2.15.6.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
|
|
175
|
+
fastworkflow-2.15.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|