flock-core 0.4.0b16__py3-none-any.whl → 0.4.0b18__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/cli/runner.py CHANGED
@@ -12,7 +12,7 @@ logger = get_logger("cli.runner")
12
12
 
13
13
 
14
14
  def start_flock_cli(
15
- flock: Flock,
15
+ flock: "Flock",
16
16
  server_name: str = "Flock CLI",
17
17
  show_results: bool = False,
18
18
  edit_mode: bool = False,
@@ -1,6 +1,5 @@
1
1
  """Output formatting and display functionality for agents."""
2
2
 
3
- import os
4
3
  from typing import TYPE_CHECKING, Any
5
4
 
6
5
  from pydantic import Field
@@ -37,9 +36,6 @@ class OutputModuleConfig(FlockModuleConfig):
37
36
  max_length: int = Field(
38
37
  default=1000, description="Maximum length for displayed output"
39
38
  )
40
- output_dir: str = Field(
41
- default="output/", description="Directory for saving output files"
42
- )
43
39
  truncate_long_values: bool = Field(
44
40
  default=True, description="Whether to truncate long values in display"
45
41
  )
@@ -196,14 +192,3 @@ class OutputModule(FlockModule):
196
192
  def add_custom_formatter(self, key: str, formatter_name: str) -> None:
197
193
  """Add a custom formatter for a specific output key."""
198
194
  self.config.custom_formatters[key] = formatter_name
199
-
200
- def get_output_files(self) -> list[str]:
201
- """Get list of saved output files."""
202
- if not self.config.write_to_file:
203
- return []
204
-
205
- return [
206
- f
207
- for f in os.listdir(self.config.output_dir)
208
- if f.endswith("_output.json")
209
- ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flock-core
3
- Version: 0.4.0b16
3
+ Version: 0.4.0b18
4
4
  Summary: Declarative LLM Orchestration at Scale
5
5
  Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
6
6
  License-File: LICENSE
@@ -12,7 +12,7 @@ flock/cli/load_release_notes.py,sha256=qFcgUrMddAE_TP6x1P-6ZywTUjTknfhTDW5LTxtg1
12
12
  flock/cli/loaded_flock_cli.py,sha256=IkeYvw52Bh3uFIm2O5xgppJ9KaY7jfh0VSFkiI46tTg,6855
13
13
  flock/cli/manage_agents.py,sha256=Psl014LCrJmBgwrjsp7O3WNlWvQmVd_IDud3rd0lnLI,12786
14
14
  flock/cli/registry_management.py,sha256=mAHy3wT97YgODR0gVOkTXDqR5NIPzM-E-z9dEtw9-tw,29790
15
- flock/cli/runner.py,sha256=TebsqwAfc_bTGzr-id6frgZXPCDJ5Xu1pBd9bZnqIDg,1120
15
+ flock/cli/runner.py,sha256=TgiuhRLkpa6dn3C-3eCmWx-bWUlTjaH0sD7Y-O7MrYM,1122
16
16
  flock/cli/settings.py,sha256=Z_TXBzCYlCmSaKrJ_CQCdYy-Cj29gpI4kbC_2KzoKqg,27025
17
17
  flock/cli/view_results.py,sha256=dOzK0O1FHSIDERnx48y-2Xke9BkOHS7pcOhs64AyIg0,781
18
18
  flock/cli/yaml_editor.py,sha256=K3N0bh61G1TSDAZDnurqW9e_-hO6CtSQKXQqlDhCjVo,12527
@@ -86,7 +86,7 @@ flock/modules/callback/callback_module.py,sha256=volGGgHtY19qj1wHR6m5a_hmXSbV3Ca
86
86
  flock/modules/memory/memory_module.py,sha256=bSkdFBW-Pp5ldHhXi8v4kfRM7zknfLR2fsOtbTosucI,14916
87
87
  flock/modules/memory/memory_parser.py,sha256=FLH7GL8XThvHiCMfX3eQH7Sz-f62fzhAUmO6_gaDI7U,4372
88
88
  flock/modules/memory/memory_storage.py,sha256=CNcLDMmvv0x7Z3YMKr6VveS_VCa7rKPw8l2d-XgqokA,27246
89
- flock/modules/output/output_module.py,sha256=2yKC2jBPmWIVPSSolYg8UuJ1VMm-Wd9ncrIl-EIG29s,7697
89
+ flock/modules/output/output_module.py,sha256=tpNqkL8cB0cvikr1fmEJ-5E2SAeb-rYhht8IP90mEF0,7281
90
90
  flock/modules/performance/metrics_module.py,sha256=UD9OjY4-zAvauMD7YyDYqE1gyIhzpdr3JkBT8j9knxY,16790
91
91
  flock/modules/zep/zep_module.py,sha256=x7JG6O6xnwwum0RETIqKYbA3xzdcvX2aUuns0Cl0c2Q,6014
92
92
  flock/platform/docker_tools.py,sha256=fpA7-6rJBjPOUBLdQP4ny2QPgJ_042nmqRn5GtKnoYw,1445
@@ -440,8 +440,8 @@ flock/workflow/activities.py,sha256=eVZDnxGJl_quNO-UTV3YgvTV8LrRaHN3QDAA1ANKzac,
440
440
  flock/workflow/agent_activities.py,sha256=NhBZscflEf2IMfSRa_pBM_TRP7uVEF_O0ROvWZ33eDc,963
441
441
  flock/workflow/temporal_setup.py,sha256=VWBgmBgfTBjwM5ruS_dVpA5AVxx6EZ7oFPGw4j3m0l0,1091
442
442
  flock/workflow/workflow.py,sha256=I9MryXW_bqYVTHx-nl2epbTqeRy27CAWHHA7ZZA0nAk,1696
443
- flock_core-0.4.0b16.dist-info/METADATA,sha256=Ev_UXdu0ZszlA7k5AFTid8XrQyCg06N4UOUtU6I1SRI,21101
444
- flock_core-0.4.0b16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
445
- flock_core-0.4.0b16.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
446
- flock_core-0.4.0b16.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
447
- flock_core-0.4.0b16.dist-info/RECORD,,
443
+ flock_core-0.4.0b18.dist-info/METADATA,sha256=WySYzeVp_49iK8-U9W-5PBCYRAaD2fXzAPYs07YaAb0,21101
444
+ flock_core-0.4.0b18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
445
+ flock_core-0.4.0b18.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
446
+ flock_core-0.4.0b18.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
447
+ flock_core-0.4.0b18.dist-info/RECORD,,