fastworkflow 2.8.18__py3-none-any.whl → 2.8.19__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.
@@ -416,7 +416,10 @@ class CommandDirectory(BaseModel):
416
416
  parts = os.path.splitext(rel_path)[0].split(os.sep)
417
417
  qualified_name = "/".join(parts) if len(parts) > 1 else parts[0]
418
418
  discovered_commands.add(qualified_name)
419
-
419
+
420
+ if not discovered_commands:
421
+ raise RuntimeError("No core commands discovered in internal workflow: {internal_wf_path}")
422
+
420
423
  return discovered_commands
421
424
 
422
425
  @classmethod
@@ -244,6 +244,7 @@ class RoutingDefinition(BaseModel):
244
244
 
245
245
  # Use dynamically discovered core commands
246
246
  core_commands = command_directory.core_command_names
247
+ logger.debug(f"Core commands: {str(core_commands)}, Workflow folderpath {workflow_folderpath}")
247
248
 
248
249
  resolved_contexts = {}
249
250
  for context_name in context_model._command_contexts:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fastworkflow
3
- Version: 2.8.18
3
+ Version: 2.8.19
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,10 +33,10 @@ fastworkflow/cache_matching.py,sha256=WoSQ7QuVGqOnecsIIdwb3A6gBpt0OJdSzx_a51nHoF
33
33
  fastworkflow/chat_session.py,sha256=lEpJmU_2a-4pB4QR7wACl8jHWZls1ROtQGgdVObY3BA,12308
34
34
  fastworkflow/cli.py,sha256=SVIvd-GEfwAdWQT7om5DC9MC5wLivP_bXlgMF0T5Cjw,21736
35
35
  fastworkflow/command_context_model.py,sha256=nWxLP3TR7WJr3yWCedqcdFOxo_kwae_mS3VRN2cOmK8,13437
36
- fastworkflow/command_directory.py,sha256=apnLv4o-Z2Hpa3B6tFtRb3YAVUimgiIbxQhmjlfM9jY,27014
36
+ fastworkflow/command_directory.py,sha256=S-QRHW66VHH10YIpm3-dQs8fvtXM5VKFyBLocGkduF8,27134
37
37
  fastworkflow/command_executor.py,sha256=bKqOHBEVhCunE3B-zh6DNLERUiSmEiVJdfEoVVUq-zM,6412
38
38
  fastworkflow/command_interfaces.py,sha256=PWIKlcp0G8nmYl0vkrg1o6QzJL0pxXkfrn1joqTa0eU,460
39
- fastworkflow/command_routing.py,sha256=TZ8SahPEEBxmUBx-E2mdUzvVbOUKOW5xLxsQ73QMUgw,15632
39
+ fastworkflow/command_routing.py,sha256=uOGNiUjeSGTRTc3AqQoUnXjisiG5yIhHHDpbLa2zyPM,15736
40
40
  fastworkflow/docs/context_modules_prd.txt,sha256=9wvs3LgNoIVXAczo1sXBIV4YmFqVhzC2ja1T3K7FG04,2199
41
41
  fastworkflow/examples/fastworkflow.env,sha256=5yQTfQpK99TR5dLwKVOwFatuC1G73Rkng2hv2IjX6cg,645
42
42
  fastworkflow/examples/fastworkflow.passwords.env,sha256=zucqjXFPsp-SRtDBNn_v7h_N1l8uNBcMEHqQoIcQa6M,355
@@ -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=URYIgoBObL4Ota1BMdW4kqmepi6E_tCoZBXCFS33qOw,16453
149
- fastworkflow-2.8.18.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
- fastworkflow-2.8.18.dist-info/METADATA,sha256=28UVosFRzlnPp1TPTFHUj85hJ1bXPErETU0uOhm5BO0,15387
151
- fastworkflow-2.8.18.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
152
- fastworkflow-2.8.18.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
153
- fastworkflow-2.8.18.dist-info/RECORD,,
149
+ fastworkflow-2.8.19.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
150
+ fastworkflow-2.8.19.dist-info/METADATA,sha256=hJYSJqr5_wxUpwpV0I-Msv-7ifPIyN58p6qosbDeYgk,15387
151
+ fastworkflow-2.8.19.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
152
+ fastworkflow-2.8.19.dist-info/entry_points.txt,sha256=m8HqoPzCyaZLAx-V5X8MJgw3Lx3GiPDlxNEZ7K-Gb-U,54
153
+ fastworkflow-2.8.19.dist-info/RECORD,,