fastworkflow 2.8.16__py3-none-any.whl → 2.8.17__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/cli.py CHANGED
@@ -123,6 +123,8 @@ def fetch_example(args):
123
123
  return target_path
124
124
  except Exception as e:
125
125
  print(f"Error copying example: {e}", file=sys.stderr)
126
+ import traceback
127
+ traceback.print_exc(file=sys.stderr)
126
128
  sys.exit(1)
127
129
 
128
130
  def train_example(args):
@@ -178,6 +180,8 @@ def train_example(args):
178
180
 
179
181
  except Exception as e:
180
182
  print(f"An unexpected error occurred during training: {e}", file=sys.stderr)
183
+ import traceback
184
+ traceback.print_exc(file=sys.stderr)
181
185
  sys.exit(1)
182
186
 
183
187
  def find_default_env_files(workflow_path):
@@ -385,6 +389,8 @@ def run_example(args):
385
389
  os.execvp(sys.executable, cmd)
386
390
  except Exception as e:
387
391
  print(f"An unexpected error occurred while running the example: {e}", file=sys.stderr)
392
+ import traceback
393
+ traceback.print_exc(file=sys.stderr)
388
394
  sys.exit(1)
389
395
 
390
396
  def main():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastworkflow
3
- Version: 2.8.16
3
+ Version: 2.8.17
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
@@ -31,7 +31,7 @@ fastworkflow/build/pydantic_model_generator.py,sha256=272j_O82sIEtUxnZH6rwM5dbEu
31
31
  fastworkflow/build/utterance_generator.py,sha256=OuxIZAl70ZW5l5jIlQxsE9gfzyCwXTtSdhK67Zwyk-I,1668
32
32
  fastworkflow/cache_matching.py,sha256=WoSQ7QuVGqOnecsIIdwb3A6gBpt0OJdSzx_a51nHoFA,6458
33
33
  fastworkflow/chat_session.py,sha256=lEpJmU_2a-4pB4QR7wACl8jHWZls1ROtQGgdVObY3BA,12308
34
- fastworkflow/cli.py,sha256=GmwV-uWOysBIxA17pPR4s357Qut7ge5R2nTteYnIkOc,21526
34
+ fastworkflow/cli.py,sha256=SVIvd-GEfwAdWQT7om5DC9MC5wLivP_bXlgMF0T5Cjw,21736
35
35
  fastworkflow/command_context_model.py,sha256=nWxLP3TR7WJr3yWCedqcdFOxo_kwae_mS3VRN2cOmK8,13437
36
36
  fastworkflow/command_directory.py,sha256=gnt1n8IO8ZZSuxkzwN6kZlkCC6NVK7UzFEVBZeFm-DI,27189
37
37
  fastworkflow/command_executor.py,sha256=bKqOHBEVhCunE3B-zh6DNLERUiSmEiVJdfEoVVUq-zM,6412
@@ -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.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
- fastworkflow-2.8.16.dist-info/METADATA,sha256=0zD-ghNYv5qNtc_vwf4vbxCmXLBF7a0gsBUW-dLoELM,15387
151
- fastworkflow-2.8.16.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
152
- fastworkflow-2.8.16.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
153
- fastworkflow-2.8.16.dist-info/RECORD,,
149
+ fastworkflow-2.8.17.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
+ fastworkflow-2.8.17.dist-info/METADATA,sha256=tQ-9OYB6QtLKInCWPRQK-kmEpT14VhgRiApMUm-n1Ms,15387
151
+ fastworkflow-2.8.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
152
+ fastworkflow-2.8.17.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
153
+ fastworkflow-2.8.17.dist-info/RECORD,,