langfun 0.1.2.dev202509100805__py3-none-any.whl → 0.1.2.dev202509120804__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.
@@ -1546,7 +1546,9 @@ class Session(pg.Object, pg.views.html.HtmlTreeView.Extension):
1546
1546
  timeout: int | None = None,
1547
1547
  silence_on_errors: Union[
1548
1548
  Type[BaseException], tuple[Type[BaseException], ...], None
1549
- ] = Exception
1549
+ ] = Exception,
1550
+ ordered: bool = False,
1551
+ show_progress: bool | int = False,
1550
1552
  ) -> Iterator[Any]:
1551
1553
  """Starts and tracks parallel execution with `lf.concurrent_map`."""
1552
1554
  self.check_execution_time()
@@ -1574,7 +1576,9 @@ class Session(pg.Object, pg.views.html.HtmlTreeView.Extension):
1574
1576
  parallel_inputs,
1575
1577
  max_workers=max_workers,
1576
1578
  timeout=self._child_max_execution_time(timeout),
1577
- silence_on_errors=silence_on_errors
1579
+ silence_on_errors=silence_on_errors,
1580
+ ordered=ordered,
1581
+ show_progress=show_progress,
1578
1582
  ):
1579
1583
  yield input_value, result, error
1580
1584
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langfun
3
- Version: 0.1.2.dev202509100805
3
+ Version: 0.1.2.dev202509120804
4
4
  Summary: Langfun: Language as Functions.
5
5
  Home-page: https://github.com/google/langfun
6
6
  Author: Langfun Authors
@@ -35,7 +35,7 @@ langfun/core/subscription_test.py,sha256=Y4ZdbZEwm83YNZBxHff0QR4QUa4rdaNXA3_jfIc
35
35
  langfun/core/template.py,sha256=GSOZ3OcmRtw-q05GdHrE-Y4-2MGDYsTRKmWGvVPbdhE,24962
36
36
  langfun/core/template_test.py,sha256=AQv_m9qE93WxhEhSlm1xaBgB4hu0UVtA53dljngkUW0,17090
37
37
  langfun/core/agentic/__init__.py,sha256=s9zRiAOtiTvp_sWeyGcykjlo6rez8asvLK7tiOELWEU,1336
38
- langfun/core/agentic/action.py,sha256=CgOmp9ht4J6N1bg0DSqkP1G2YYP3HPi1Z7Es5qqhevs,52824
38
+ langfun/core/agentic/action.py,sha256=n3WD2J4Hw1YuldNGAzgu0pynil0DyBx1ia-_e-S9AgI,52958
39
39
  langfun/core/agentic/action_eval.py,sha256=YTilyUEkJl_8FVMgdfO17PurWWaEJ6oA15CuefJJRLk,4887
40
40
  langfun/core/agentic/action_eval_test.py,sha256=7AkOwNbUX-ZgR1R0a7bvUZ5abNTUV7blf_8Mnrwb-II,2811
41
41
  langfun/core/agentic/action_test.py,sha256=rorIo58S1o27CZrtw05b49mLZOaiitl_xGanGZa5HXo,18028
@@ -165,8 +165,8 @@ langfun/core/templates/demonstration.py,sha256=vCrgYubdZM5Umqcgp8NUVGXgr4P_c-fik
165
165
  langfun/core/templates/demonstration_test.py,sha256=SafcDQ0WgI7pw05EmPI2S4v1t3ABKzup8jReCljHeK4,2162
166
166
  langfun/core/templates/selfplay.py,sha256=yhgrJbiYwq47TgzThmHrDQTF4nDrTI09CWGhuQPNv-s,2273
167
167
  langfun/core/templates/selfplay_test.py,sha256=Ot__1P1M8oJfoTp-M9-PQ6HUXqZKyMwvZ5f7yQ3yfyM,2326
168
- langfun-0.1.2.dev202509100805.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
169
- langfun-0.1.2.dev202509100805.dist-info/METADATA,sha256=TqFFDGb4grQUxam1QyBdEiUVObcBKXBEVVC-WFhmWaY,7380
170
- langfun-0.1.2.dev202509100805.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
171
- langfun-0.1.2.dev202509100805.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
172
- langfun-0.1.2.dev202509100805.dist-info/RECORD,,
168
+ langfun-0.1.2.dev202509120804.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
169
+ langfun-0.1.2.dev202509120804.dist-info/METADATA,sha256=nlfWBINJ5BtcfYxAj_g4o01hdhFEZe09PgmhM1u5HCc,7380
170
+ langfun-0.1.2.dev202509120804.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
171
+ langfun-0.1.2.dev202509120804.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
172
+ langfun-0.1.2.dev202509120804.dist-info/RECORD,,