flock-core 0.4.525__py3-none-any.whl → 0.4.526__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/routers/conditional/conditional_router.py +4 -0
- {flock_core-0.4.525.dist-info → flock_core-0.4.526.dist-info}/METADATA +1 -1
- {flock_core-0.4.525.dist-info → flock_core-0.4.526.dist-info}/RECORD +6 -6
- {flock_core-0.4.525.dist-info → flock_core-0.4.526.dist-info}/WHEEL +0 -0
- {flock_core-0.4.525.dist-info → flock_core-0.4.526.dist-info}/entry_points.txt +0 -0
- {flock_core-0.4.525.dist-info → flock_core-0.4.526.dist-info}/licenses/LICENSE +0 -0
|
@@ -115,6 +115,10 @@ class ConditionalRouterConfig(FlockRouterConfig):
|
|
|
115
115
|
default="flock.assertion_feedback", # Useful if paired with AssertionCheckerModule
|
|
116
116
|
description="Optional context key containing feedback message to potentially include when retrying.",
|
|
117
117
|
)
|
|
118
|
+
feedback_on_failure: str | None = Field(
|
|
119
|
+
default=None,
|
|
120
|
+
description="Default feedback message to use when condition evaluation fails.",
|
|
121
|
+
)
|
|
118
122
|
retry_count_context_key_prefix: str = Field(
|
|
119
123
|
default="flock.conditional_retry_count_",
|
|
120
124
|
description="Internal prefix for context key storing retry attempts per agent.",
|
|
@@ -136,7 +136,7 @@ flock/routers/__init__.py,sha256=w9uL34Auuo26-q_EGlE8Z9iHsw6S8qutTAH_ZI7pn7M,39
|
|
|
136
136
|
flock/routers/agent/__init__.py,sha256=0ZOYpR8BMnR5iCGfcUiv99g7aT_g13xvm2Shl-XzybY,65
|
|
137
137
|
flock/routers/agent/agent_router.py,sha256=d4rberqXguJFmDB_hLTaeaDP_rOvCnVQufPELA-pD6M,8327
|
|
138
138
|
flock/routers/agent/handoff_agent.py,sha256=p-0XEPXIyv1T3DGAhhXg2SYXmrwEaJ5pnuLgRSvbiZg,1903
|
|
139
|
-
flock/routers/conditional/conditional_router.py,sha256=
|
|
139
|
+
flock/routers/conditional/conditional_router.py,sha256=eBFA8ZRFwCDCggtQcVLj8907K-piOk-K0fXezJfjnRg,21422
|
|
140
140
|
flock/routers/default/__init__.py,sha256=DOatGX_aE2DWvf55a0Tv7qDK05QFD-hL3sm7g58hmLU,61
|
|
141
141
|
flock/routers/default/default_router.py,sha256=RgJm6RcS8ah1S49mM9TccfJpenQ0SzzbPCX0K8ZtnHs,2384
|
|
142
142
|
flock/routers/feedback/feedback_router.py,sha256=RODEmPrrNZ-ODdZ0mGfmO8auEnH6KvHN3f5rmFGeq1M,4947
|
|
@@ -562,8 +562,8 @@ flock/workflow/agent_execution_activity.py,sha256=Gy6FtuVAjf0NiUXmC3syS2eJpNQF4R
|
|
|
562
562
|
flock/workflow/flock_workflow.py,sha256=iSUF_soFvWar0ffpkzE4irkDZRx0p4HnwmEBi_Ne2sY,9666
|
|
563
563
|
flock/workflow/temporal_config.py,sha256=3_8O7SDEjMsSMXsWJBfnb6XTp0TFaz39uyzSlMTSF_I,3988
|
|
564
564
|
flock/workflow/temporal_setup.py,sha256=YIHnSBntzOchHfMSh8hoLeNXrz3B1UbR14YrR6soM7A,1606
|
|
565
|
-
flock_core-0.4.
|
|
566
|
-
flock_core-0.4.
|
|
567
|
-
flock_core-0.4.
|
|
568
|
-
flock_core-0.4.
|
|
569
|
-
flock_core-0.4.
|
|
565
|
+
flock_core-0.4.526.dist-info/METADATA,sha256=e1SqdKUXQdO7qHdNj0P-Bri-OlhLaM1Ot10s3qfgSc4,22786
|
|
566
|
+
flock_core-0.4.526.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
567
|
+
flock_core-0.4.526.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
568
|
+
flock_core-0.4.526.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
569
|
+
flock_core-0.4.526.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|