flock-core 0.4.0b15__py3-none-any.whl → 0.4.0b16__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.

@@ -502,6 +502,11 @@ def execute_flock_batch(flock: Flock):
502
502
 
503
503
  hide_columns = hide_columns.split(",") if hide_columns else []
504
504
 
505
+ delimiter = questionary.text(
506
+ "Delimiter (default is comma):",
507
+ default=",",
508
+ ).ask()
509
+
505
510
  # Logging options
506
511
  enable_logging = questionary.confirm(
507
512
  "Enable detailed logging?",
@@ -567,6 +572,7 @@ def execute_flock_batch(flock: Flock):
567
572
  silent_mode=silent_mode,
568
573
  write_to_csv=write_to_csv,
569
574
  hide_columns=hide_columns,
575
+ delimiter=delimiter,
570
576
  )
571
577
 
572
578
  # Display results summary
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flock-core
3
- Version: 0.4.0b15
3
+ Version: 0.4.0b16
4
4
  Summary: Declarative LLM Orchestration at Scale
5
5
  Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ flock/cli/config.py,sha256=5DvFLObOx3ObisHnc9JfnUBnK83y0CBsUQzXfxPZve0,138
4
4
  flock/cli/constants.py,sha256=ZyXtTW91P1hUMkbMwmOwp_JEL5e9-YkcuM3vHM5glP4,978
5
5
  flock/cli/create_agent.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
6
6
  flock/cli/create_flock.py,sha256=wGS3azisS0QWYIDKQswoKDDJ7B0udU2o5b2IwacMN84,8634
7
- flock/cli/execute_flock.py,sha256=udR0kze_E_dOybT7BC-HbfEfRZVrz3BwIMirM_WI6jE,18576
7
+ flock/cli/execute_flock.py,sha256=yFn5D_qrNclNW8JofoBfr8UrUzWgs4wUHBeoU1pNigk,18734
8
8
  flock/cli/load_agent.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
9
9
  flock/cli/load_examples.py,sha256=DkeLUlrb7rGx3nZ04aADU9HXXu5mZTf_DBwT0xhzIv4,7
10
10
  flock/cli/load_flock.py,sha256=sfZ9B9aiyC5TCEbn1xR5Yd5SoaVji6MBNYzXlWOpoZ4,7111
@@ -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.0b15.dist-info/METADATA,sha256=JpQYGvSIRTmUQYKmPhe4uhDLhVr7-ZvdsPH0KGy0tbc,21101
444
- flock_core-0.4.0b15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
445
- flock_core-0.4.0b15.dist-info/entry_points.txt,sha256=rWaS5KSpkTmWySURGFZk6PhbJ87TmvcFQDi2uzjlagQ,37
446
- flock_core-0.4.0b15.dist-info/licenses/LICENSE,sha256=iYEqWy0wjULzM9GAERaybP4LBiPeu7Z1NEliLUdJKSc,1072
447
- flock_core-0.4.0b15.dist-info/RECORD,,
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,,