flock-core 0.4.0b24__py3-none-any.whl → 0.4.0b25__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.py +4 -0
- {flock_core-0.4.0b24.dist-info → flock_core-0.4.0b25.dist-info}/METADATA +1 -1
- {flock_core-0.4.0b24.dist-info → flock_core-0.4.0b25.dist-info}/RECORD +6 -6
- {flock_core-0.4.0b24.dist-info → flock_core-0.4.0b25.dist-info}/WHEEL +0 -0
- {flock_core-0.4.0b24.dist-info → flock_core-0.4.0b25.dist-info}/entry_points.txt +0 -0
- {flock_core-0.4.0b24.dist-info → flock_core-0.4.0b25.dist-info}/licenses/LICENSE +0 -0
flock/core/flock.py
CHANGED
|
@@ -340,6 +340,10 @@ class Flock(BaseModel, Serializable):
|
|
|
340
340
|
"No start_agent specified and multiple/no agents exist."
|
|
341
341
|
)
|
|
342
342
|
|
|
343
|
+
# Check if start_agent is in agents
|
|
344
|
+
if start_agent_name not in self._agents:
|
|
345
|
+
raise ValueError(f"Start agent '{start_agent_name}' not found.")
|
|
346
|
+
|
|
343
347
|
run_input = input if input is not None else self._start_input
|
|
344
348
|
effective_run_id = run_id or f"flockrun_{uuid.uuid4().hex[:8]}"
|
|
345
349
|
|
|
@@ -19,7 +19,7 @@ flock/cli/view_results.py,sha256=dOzK0O1FHSIDERnx48y-2Xke9BkOHS7pcOhs64AyIg0,781
|
|
|
19
19
|
flock/cli/yaml_editor.py,sha256=K3N0bh61G1TSDAZDnurqW9e_-hO6CtSQKXQqlDhCjVo,12527
|
|
20
20
|
flock/cli/assets/release_notes.md,sha256=bqnk50jxM3w5uY44Dc7MkdT8XmRREFxrVBAG9XCOSSU,4896
|
|
21
21
|
flock/core/__init__.py,sha256=p7lmQULRu9ejIAELfanZiyMhW0CougIPvyFHW2nqBFQ,847
|
|
22
|
-
flock/core/flock.py,sha256=
|
|
22
|
+
flock/core/flock.py,sha256=0hKRlG8CRwjq5uicaxxKQCtlD2PP84c1IaO_RxZ-tG0,25666
|
|
23
23
|
flock/core/flock_agent.py,sha256=k2HDMG8yd8It9eZglLA4RDhTHrqq48bE7YEzIayqjq8,39054
|
|
24
24
|
flock/core/flock_evaluator.py,sha256=dOXZeDOGZcAmJ9ahqq_2bdGUU1VOXY4skmwTVpAjiVw,1685
|
|
25
25
|
flock/core/flock_factory.py,sha256=uRqcpu1fFbsDKp5YhGk47c6NjC36vAowQ3wzaQqmkBo,2972
|
|
@@ -442,8 +442,8 @@ flock/workflow/activities.py,sha256=Rcgcepa-RzaEjKo2aNuI14O_sX8ij0RrqeyPa0oSw8M,
|
|
|
442
442
|
flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
|
|
443
443
|
flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
|
|
444
444
|
flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
|
|
445
|
-
flock_core-0.4.
|
|
446
|
-
flock_core-0.4.
|
|
447
|
-
flock_core-0.4.
|
|
448
|
-
flock_core-0.4.
|
|
449
|
-
flock_core-0.4.
|
|
445
|
+
flock_core-0.4.0b25.dist-info/METADATA,sha256=Ph3rXzRZxPyXT03fVs_uebGvo9scAX-Fa_FqN5tAG_U,13004
|
|
446
|
+
flock_core-0.4.0b25.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
447
|
+
flock_core-0.4.0b25.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
448
|
+
flock_core-0.4.0b25.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
449
|
+
flock_core-0.4.0b25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|