flock-core 0.4.0b30__py3-none-any.whl → 0.4.0b31__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.
Potentially problematic release.
This version of flock-core might be problematic. Click here for more details.
- flock/core/flock_agent.py +4 -0
- {flock_core-0.4.0b30.dist-info → flock_core-0.4.0b31.dist-info}/METADATA +1 -1
- {flock_core-0.4.0b30.dist-info → flock_core-0.4.0b31.dist-info}/RECORD +6 -6
- {flock_core-0.4.0b30.dist-info → flock_core-0.4.0b31.dist-info}/WHEEL +0 -0
- {flock_core-0.4.0b30.dist-info → flock_core-0.4.0b31.dist-info}/entry_points.txt +0 -0
- {flock_core-0.4.0b30.dist-info → flock_core-0.4.0b31.dist-info}/licenses/LICENSE +0 -0
flock/core/flock_agent.py
CHANGED
|
@@ -239,6 +239,10 @@ class FlockAgent(BaseModel, Serializable, DSPyIntegrationMixin, ABC):
|
|
|
239
239
|
if self.write_to_file:
|
|
240
240
|
self._save_output(self.name, result)
|
|
241
241
|
|
|
242
|
+
if self.wait_for_input:
|
|
243
|
+
# simple input prompt
|
|
244
|
+
input("Press Enter to continue...")
|
|
245
|
+
|
|
242
246
|
except Exception as module_error:
|
|
243
247
|
logger.error(
|
|
244
248
|
"Error during terminate",
|
|
@@ -20,7 +20,7 @@ flock/cli/yaml_editor.py,sha256=K3N0bh61G1TSDAZDnurqW9e_-hO6CtSQKXQqlDhCjVo,1252
|
|
|
20
20
|
flock/cli/assets/release_notes.md,sha256=bqnk50jxM3w5uY44Dc7MkdT8XmRREFxrVBAG9XCOSSU,4896
|
|
21
21
|
flock/core/__init__.py,sha256=p7lmQULRu9ejIAELfanZiyMhW0CougIPvyFHW2nqBFQ,847
|
|
22
22
|
flock/core/flock.py,sha256=_T_KAFePtEGDzfiFGV1HCdz7VHzj_U0cCquhAQ4xMAM,28199
|
|
23
|
-
flock/core/flock_agent.py,sha256=
|
|
23
|
+
flock/core/flock_agent.py,sha256=VXNsnsiqsMvrVsTZBNPCa7qCH3LdzvGKg3-mKO-Hj64,39227
|
|
24
24
|
flock/core/flock_evaluator.py,sha256=dOXZeDOGZcAmJ9ahqq_2bdGUU1VOXY4skmwTVpAjiVw,1685
|
|
25
25
|
flock/core/flock_factory.py,sha256=_4zsjkEmJnCR7IvJ3SUHnDbX6c7Tt3E4P5ohxwKvE6w,3173
|
|
26
26
|
flock/core/flock_module.py,sha256=2MdAh-n0o4uw7jogvW9iHjVPUawUNN1oGor5ego3RLI,3057
|
|
@@ -444,8 +444,8 @@ flock/workflow/agent_execution_activity.py,sha256=Gy6FtuVAjf0NiUXmC3syS2eJpNQF4R
|
|
|
444
444
|
flock/workflow/flock_workflow.py,sha256=iSUF_soFvWar0ffpkzE4irkDZRx0p4HnwmEBi_Ne2sY,9666
|
|
445
445
|
flock/workflow/temporal_config.py,sha256=3_8O7SDEjMsSMXsWJBfnb6XTp0TFaz39uyzSlMTSF_I,3988
|
|
446
446
|
flock/workflow/temporal_setup.py,sha256=YIHnSBntzOchHfMSh8hoLeNXrz3B1UbR14YrR6soM7A,1606
|
|
447
|
-
flock_core-0.4.
|
|
448
|
-
flock_core-0.4.
|
|
449
|
-
flock_core-0.4.
|
|
450
|
-
flock_core-0.4.
|
|
451
|
-
flock_core-0.4.
|
|
447
|
+
flock_core-0.4.0b31.dist-info/METADATA,sha256=boNHkKZIaZSc2HCC69OT74tqy5_Ld9vRw70POaI7Rv0,17125
|
|
448
|
+
flock_core-0.4.0b31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
449
|
+
flock_core-0.4.0b31.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
450
|
+
flock_core-0.4.0b31.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
451
|
+
flock_core-0.4.0b31.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|