flock-core 0.3.13__py3-none-any.whl → 0.3.14__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/modules/output/output_module.py +6 -0
- {flock_core-0.3.13.dist-info → flock_core-0.3.14.dist-info}/METADATA +1 -1
- {flock_core-0.3.13.dist-info → flock_core-0.3.14.dist-info}/RECORD +6 -6
- {flock_core-0.3.13.dist-info → flock_core-0.3.14.dist-info}/WHEEL +0 -0
- {flock_core-0.3.13.dist-info → flock_core-0.3.14.dist-info}/entry_points.txt +0 -0
- {flock_core-0.3.13.dist-info → flock_core-0.3.14.dist-info}/licenses/LICENSE +0 -0
|
@@ -54,6 +54,10 @@ class OutputModuleConfig(FlockModuleConfig):
|
|
|
54
54
|
default_factory=dict,
|
|
55
55
|
description="Custom formatters for specific output types",
|
|
56
56
|
)
|
|
57
|
+
no_output: bool = Field(
|
|
58
|
+
default=False,
|
|
59
|
+
description="Whether to suppress output",
|
|
60
|
+
)
|
|
57
61
|
|
|
58
62
|
|
|
59
63
|
class OutputModule(FlockModule):
|
|
@@ -159,6 +163,8 @@ class OutputModule(FlockModule):
|
|
|
159
163
|
) -> dict[str, Any]:
|
|
160
164
|
"""Format and display the output."""
|
|
161
165
|
logger.debug("Formatting and displaying output")
|
|
166
|
+
if self.config.no_output:
|
|
167
|
+
return result
|
|
162
168
|
# Display the result using the formatter
|
|
163
169
|
self._formatter.display_result(result, agent.name)
|
|
164
170
|
|
|
@@ -55,7 +55,7 @@ flock/modules/callback/callback_module.py,sha256=hCCw-HNYjK4aHnUQfvw26ZP1Q_jdlKb
|
|
|
55
55
|
flock/modules/memory/memory_module.py,sha256=z0MfMNpIsjL9NEXdfVofQ99z1ZaULQ1Fk3gp3SxEhd8,15246
|
|
56
56
|
flock/modules/memory/memory_parser.py,sha256=FLH7GL8XThvHiCMfX3eQH7Sz-f62fzhAUmO6_gaDI7U,4372
|
|
57
57
|
flock/modules/memory/memory_storage.py,sha256=CNcLDMmvv0x7Z3YMKr6VveS_VCa7rKPw8l2d-XgqokA,27246
|
|
58
|
-
flock/modules/output/output_module.py,sha256=
|
|
58
|
+
flock/modules/output/output_module.py,sha256=ygk553PxKulmoGlRL0F_iP_FMiDteEtAcz9zUfYYTdI,7153
|
|
59
59
|
flock/modules/performance/metrics_module.py,sha256=JsLIVs-2PZ_A8GyYLNVBsNXdSFyrVid3YGd0fu4HXyM,16404
|
|
60
60
|
flock/modules/zep/zep_module.py,sha256=BIJ5K-hg2bLeJmGKoDcVY1rVN7_0yYETiSaVrO-gtMI,5830
|
|
61
61
|
flock/platform/docker_tools.py,sha256=fpA7-6rJBjPOUBLdQP4ny2QPgJ_042nmqRn5GtKnoYw,1445
|
|
@@ -409,8 +409,8 @@ flock/workflow/activities.py,sha256=JDfcmn99k5UTN3QNm5hAdn_eRjWRYhWSIw1U0kMOAh4,
|
|
|
409
409
|
flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
|
|
410
410
|
flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
|
|
411
411
|
flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
|
|
412
|
-
flock_core-0.3.
|
|
413
|
-
flock_core-0.3.
|
|
414
|
-
flock_core-0.3.
|
|
415
|
-
flock_core-0.3.
|
|
416
|
-
flock_core-0.3.
|
|
412
|
+
flock_core-0.3.14.dist-info/METADATA,sha256=-baOqTXylWNerDitHki7cJoYtHFFS9x3k8VWf1S6-SI,20502
|
|
413
|
+
flock_core-0.3.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
414
|
+
flock_core-0.3.14.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
|
|
415
|
+
flock_core-0.3.14.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
|
|
416
|
+
flock_core-0.3.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|