langfun 0.1.2.dev202511030805__py3-none-any.whl → 0.1.2.dev202511050805__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 langfun might be problematic. Click here for more details.
- langfun/core/agentic/action.py +76 -9
- langfun/core/agentic/action_eval.py +9 -2
- langfun/core/async_support.py +32 -3
- langfun/core/coding/python/correction.py +19 -9
- langfun/core/coding/python/execution.py +14 -12
- langfun/core/coding/python/generation.py +21 -16
- langfun/core/coding/python/sandboxing.py +23 -3
- langfun/core/component.py +42 -3
- langfun/core/concurrent.py +70 -6
- langfun/core/console.py +1 -1
- langfun/core/data/conversion/anthropic.py +10 -3
- langfun/core/data/conversion/gemini.py +9 -2
- langfun/core/data/conversion/openai.py +17 -7
- langfun/core/eval/base.py +46 -42
- langfun/core/eval/matching.py +5 -2
- langfun/core/eval/patching.py +3 -3
- langfun/core/eval/scoring.py +4 -3
- langfun/core/eval/v2/checkpointing.py +30 -4
- langfun/core/eval/v2/evaluation.py +59 -13
- langfun/core/eval/v2/example.py +22 -11
- langfun/core/eval/v2/experiment.py +51 -8
- langfun/core/eval/v2/metric_values.py +23 -3
- langfun/core/eval/v2/metrics.py +33 -4
- langfun/core/eval/v2/progress.py +9 -1
- langfun/core/eval/v2/reporting.py +15 -1
- langfun/core/eval/v2/runners.py +27 -7
- langfun/core/langfunc.py +45 -130
- langfun/core/language_model.py +88 -10
- langfun/core/llms/anthropic.py +27 -2
- langfun/core/llms/azure_openai.py +29 -17
- langfun/core/llms/cache/base.py +22 -2
- langfun/core/llms/cache/in_memory.py +48 -7
- langfun/core/llms/compositional.py +25 -1
- langfun/core/llms/deepseek.py +29 -1
- langfun/core/llms/fake.py +32 -1
- langfun/core/llms/gemini.py +9 -1
- langfun/core/llms/google_genai.py +29 -1
- langfun/core/llms/groq.py +27 -2
- langfun/core/llms/llama_cpp.py +22 -3
- langfun/core/llms/openai.py +29 -1
- langfun/core/llms/openai_compatible.py +18 -6
- langfun/core/llms/rest.py +12 -1
- langfun/core/llms/vertexai.py +39 -6
- langfun/core/logging.py +1 -1
- langfun/core/mcp/client.py +77 -22
- langfun/core/mcp/session.py +90 -10
- langfun/core/mcp/tool.py +83 -23
- langfun/core/memory.py +1 -0
- langfun/core/message.py +75 -11
- langfun/core/message_test.py +9 -0
- langfun/core/modalities/audio.py +21 -1
- langfun/core/modalities/image.py +19 -1
- langfun/core/modalities/mime.py +54 -4
- langfun/core/modalities/pdf.py +19 -1
- langfun/core/modalities/video.py +21 -1
- langfun/core/modality.py +66 -5
- langfun/core/natural_language.py +1 -1
- langfun/core/sampling.py +4 -4
- langfun/core/structured/completion.py +32 -37
- langfun/core/structured/description.py +54 -50
- langfun/core/structured/function_generation.py +29 -12
- langfun/core/structured/mapping.py +70 -15
- langfun/core/structured/parsing.py +90 -74
- langfun/core/structured/parsing_test.py +0 -3
- langfun/core/structured/querying.py +201 -130
- langfun/core/structured/schema.py +70 -10
- langfun/core/structured/schema_generation.py +33 -14
- langfun/core/structured/scoring.py +45 -34
- langfun/core/structured/tokenization.py +24 -9
- langfun/core/subscription.py +2 -2
- langfun/core/template.py +139 -40
- langfun/core/template_test.py +40 -0
- {langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/METADATA +1 -1
- {langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/RECORD +77 -77
- {langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/WHEEL +0 -0
- {langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/licenses/LICENSE +0 -0
- {langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/top_level.txt +0 -0
|
@@ -7,126 +7,126 @@ langfun/assistant/capabilities/gui/drawing_test.py,sha256=d6LQ1ctG78YRi58UVBdndw
|
|
|
7
7
|
langfun/assistant/capabilities/gui/location.py,sha256=QYJlY5kUNEwiZFiPYRyFAO7bD2ez4jL5hYn1_AK1ulc,8643
|
|
8
8
|
langfun/assistant/capabilities/gui/location_test.py,sha256=pQUOH1sKuAwjTTYKu615RUnecc_lNrddfvkyxf9297w,9051
|
|
9
9
|
langfun/core/__init__.py,sha256=-HrGZb0Gv4nH6R2I2dXOVfkWKrGQfEu9UHBmXsG-x-E,5056
|
|
10
|
-
langfun/core/async_support.py,sha256=
|
|
10
|
+
langfun/core/async_support.py,sha256=TZA5toE-dEm7NvmggvsE7dPUGF9SG6_nXdyVPLTXMzs,4142
|
|
11
11
|
langfun/core/async_support_test.py,sha256=fMz1ulGrfUCuHp7RtYktuBwpbRN3kCBKnB4LFvaXSAA,1754
|
|
12
|
-
langfun/core/component.py,sha256=
|
|
12
|
+
langfun/core/component.py,sha256=OApzlPc3jOsYJdW29SBNs9D5NMFItf-cGWv8hLbogy4,3866
|
|
13
13
|
langfun/core/component_test.py,sha256=0CxTgjAud3aj8wBauFhG2FHDqrxCTl4OI4gzQTad-40,9254
|
|
14
|
-
langfun/core/concurrent.py,sha256=
|
|
14
|
+
langfun/core/concurrent.py,sha256=AIJ93eZLVSkyxNm-ovaWYahVTkPFnmdVfb6u9b5J4AY,34391
|
|
15
15
|
langfun/core/concurrent_test.py,sha256=Da4oqfu_YWH-B8H2Bv6e8tWIkR0ubkW40bccQ3N1mMg,17855
|
|
16
|
-
langfun/core/console.py,sha256=
|
|
16
|
+
langfun/core/console.py,sha256=g3jczlZoMpIcbYyMB4cSoEHEGg5OxzQLMqAR-u8RSgE,2684
|
|
17
17
|
langfun/core/console_test.py,sha256=pBOcuNMJdVELywvroptfcRtJMsegMm3wSlHAL2TdxVk,1679
|
|
18
|
-
langfun/core/langfunc.py,sha256=
|
|
18
|
+
langfun/core/langfunc.py,sha256=bqYwgjAl56k7v1TLe2LrOj_cdfJ-9WQbbXPcW_f0a_c,8628
|
|
19
19
|
langfun/core/langfunc_test.py,sha256=eY7hNgkwtVKcro2G6Fh2k6upVEg8ggXBKjVmqT8oLn4,8961
|
|
20
|
-
langfun/core/language_model.py,sha256=
|
|
20
|
+
langfun/core/language_model.py,sha256=VZfYhXw28z5rTp8RGmSH0mql7xJ6ONvyNphdObjzbKQ,54794
|
|
21
21
|
langfun/core/language_model_test.py,sha256=UIQpovmVfJnJ2EDOi9OZG_1UNClWs9lkTaE22_ClSlQ,38550
|
|
22
|
-
langfun/core/logging.py,sha256=
|
|
22
|
+
langfun/core/logging.py,sha256=xUmEsKLNmeZLZd3Ar8ROdv7kK2GjOkuEAgKRcAyo0AM,9138
|
|
23
23
|
langfun/core/logging_test.py,sha256=vbVGOQxwMmVSiFfbt2897gUt-8nqDpV64jCAeUG_q5U,6924
|
|
24
|
-
langfun/core/memory.py,sha256=
|
|
25
|
-
langfun/core/message.py,sha256=
|
|
26
|
-
langfun/core/message_test.py,sha256=
|
|
27
|
-
langfun/core/modality.py,sha256=
|
|
24
|
+
langfun/core/memory.py,sha256=tTZ7hWcFGG4Rl0SsWb7_82L1w-V46sA9BiOaDBUCaVI,2099
|
|
25
|
+
langfun/core/message.py,sha256=nkMNiPj6xYX7SuKUwknp-jRpfLdp3wUKE82uWY3wdH0,36514
|
|
26
|
+
langfun/core/message_test.py,sha256=cZFvGyoDzacF7yyNW1GEMzisc5dWb_vE6Xbj4UM5w1Q,38941
|
|
27
|
+
langfun/core/modality.py,sha256=8fKgyKDeSHIdSIQDQyz9gqGIujfQlg9_jxVaOGevtzs,8766
|
|
28
28
|
langfun/core/modality_test.py,sha256=0MQz6e39XOd2UjAIc5Vq9Eems1IUgOxD7Skf0gTMGTg,3665
|
|
29
|
-
langfun/core/natural_language.py,sha256=
|
|
29
|
+
langfun/core/natural_language.py,sha256=rNK-7Sa53igslbYE9S94R1NERD4z3vYKcJ80bW7379w,1178
|
|
30
30
|
langfun/core/natural_language_test.py,sha256=LHGU_1ytbkGuSZQFIFP7vP3dBlcY4-A12fT6dbjUA0E,1424
|
|
31
|
-
langfun/core/sampling.py,sha256=
|
|
31
|
+
langfun/core/sampling.py,sha256=z9_yeeEtLYpIxurZ0ai9aqcQgcyYRq3Gv0fsjDr74-E,5884
|
|
32
32
|
langfun/core/sampling_test.py,sha256=kzoWYRiAOFFMYDraqnEi7lOWKfhW6EqGBgFRTHxPsaw,3958
|
|
33
|
-
langfun/core/subscription.py,sha256=
|
|
33
|
+
langfun/core/subscription.py,sha256=1VzAX6aaESy0l8B5luNTcOqGRwAFNmA6jG_nLSfFDLI,10926
|
|
34
34
|
langfun/core/subscription_test.py,sha256=Y4ZdbZEwm83YNZBxHff0QR4QUa4rdaNXA3_jfIcArBo,8717
|
|
35
|
-
langfun/core/template.py,sha256=
|
|
36
|
-
langfun/core/template_test.py,sha256=
|
|
35
|
+
langfun/core/template.py,sha256=KIRLEhijPf5UP5auJKf9x6HKKW2E1Ki83Dcs9W8eKs8,29571
|
|
36
|
+
langfun/core/template_test.py,sha256=K7gx1CsDlau2CCvrE4BeKV26n0GyovhbsadWf8pDMek,20400
|
|
37
37
|
langfun/core/agentic/__init__.py,sha256=vsnuvjaz9-nysBjdihGf43JC8AyLPhPJwIOevyONyAQ,1517
|
|
38
|
-
langfun/core/agentic/action.py,sha256=
|
|
39
|
-
langfun/core/agentic/action_eval.py,sha256=
|
|
38
|
+
langfun/core/agentic/action.py,sha256=9UX4auiIizKLidP9FQrDnslFMPbJkHmpldMwGGPitLU,61973
|
|
39
|
+
langfun/core/agentic/action_eval.py,sha256=Mjk5QBFInjIK3VlDR2RT__pugmtAW-iv-SMtH5GMcNo,5258
|
|
40
40
|
langfun/core/agentic/action_eval_test.py,sha256=7AkOwNbUX-ZgR1R0a7bvUZ5abNTUV7blf_8Mnrwb-II,2811
|
|
41
41
|
langfun/core/agentic/action_test.py,sha256=4X11bNffNZG8WfjB1Z-Sm33Z2hs0YPzz-6ct77V8M7Q,19824
|
|
42
42
|
langfun/core/coding/__init__.py,sha256=5utju_fwEsImaiftx4oXKl9FAM8p281k8-Esdh_-m1w,835
|
|
43
43
|
langfun/core/coding/python/__init__.py,sha256=yTXm92oLpQb4A-fZ2qy-bzfhPYND7B-oidtbv1PNaX0,1678
|
|
44
|
-
langfun/core/coding/python/correction.py,sha256=
|
|
44
|
+
langfun/core/coding/python/correction.py,sha256=KbIJMNLmBv6QHEx8ja_ZweIqffzF95FdEssahy4AFhI,7702
|
|
45
45
|
langfun/core/coding/python/correction_test.py,sha256=sie88lAbsV15bvkRcYC88pgToybZYXI32Xmg_ym5V1A,4175
|
|
46
|
-
langfun/core/coding/python/execution.py,sha256=
|
|
46
|
+
langfun/core/coding/python/execution.py,sha256=l-9IzmKyyhhUgc1hdaYLizAsrFarCfcfF7qmt3qjk04,4507
|
|
47
47
|
langfun/core/coding/python/execution_test.py,sha256=NynCGNP0gZ08fqmmQIJjJu6HmhkNOSkgWUXUCNQ0_yg,5990
|
|
48
|
-
langfun/core/coding/python/generation.py,sha256=
|
|
48
|
+
langfun/core/coding/python/generation.py,sha256=gtSWo_Ax4-Gk5DJn6EgpCX67GQ0VmiZCheaK1Y-AdqM,8863
|
|
49
49
|
langfun/core/coding/python/generation_test.py,sha256=dcF5ef1UApzRfTpvICiChpynkzZ1mDsE0DvH0iMpTvg,2743
|
|
50
50
|
langfun/core/coding/python/parsing.py,sha256=jvGDIwoaY3mdGXeFhjP27w0ukO0TtdCC7G4ODVNp8S4,4554
|
|
51
51
|
langfun/core/coding/python/parsing_test.py,sha256=PIexYpSEhgNaSd4T6QYWzWHzm3sL4VhQJ4dhdvJAQk8,5005
|
|
52
|
-
langfun/core/coding/python/sandboxing.py,sha256=
|
|
52
|
+
langfun/core/coding/python/sandboxing.py,sha256=XoEYOYLRazdd6rIz0_tUnmXdNnfD6etnXQxRlJfo_VU,5089
|
|
53
53
|
langfun/core/coding/python/sandboxing_test.py,sha256=H_0_pd-_uS-ci5yYhmDTR6-hyzosAFkExziAHndfdDo,2023
|
|
54
54
|
langfun/core/data/__init__.py,sha256=qllw9ST1vveZv-1E0VM5hezn1YH-OcqGI-yFqQYnWgI,732
|
|
55
55
|
langfun/core/data/conversion/__init__.py,sha256=ZcGntBruvvZSfESO-Tha1nzHfgWEK7I1u78Jw8gsoVU,883
|
|
56
|
-
langfun/core/data/conversion/anthropic.py,sha256=
|
|
56
|
+
langfun/core/data/conversion/anthropic.py,sha256=ns224RBsKsVmiv72N3dukPuyOqY31zu92XciY9_iDQw,4886
|
|
57
57
|
langfun/core/data/conversion/anthropic_test.py,sha256=BMIyLgFOtFuJYJAkSLR1nwG7UOwtoT61R5xAXtJfSMY,8624
|
|
58
|
-
langfun/core/data/conversion/gemini.py,sha256=
|
|
58
|
+
langfun/core/data/conversion/gemini.py,sha256=NDGA5ortI79IsE0wD_MNz-Rn8hi7C7nRmY4oi1UO8cI,6213
|
|
59
59
|
langfun/core/data/conversion/gemini_test.py,sha256=LeSToAqEhBHekSCjHFkC_cLN7Xv_cn-nnCURS95511M,7366
|
|
60
|
-
langfun/core/data/conversion/openai.py,sha256=
|
|
60
|
+
langfun/core/data/conversion/openai.py,sha256=P_HPlS9DIH6s-LTVq9I-UM_GGKSK9ZsPgiR2CldRnpM,7863
|
|
61
61
|
langfun/core/data/conversion/openai_test.py,sha256=7OrB_i4HF2zUxkdeFp35p4pyzwnpY6uN-ACIqrPgUVI,9835
|
|
62
62
|
langfun/core/eval/__init__.py,sha256=OEXr1ZRuvLuhJJfuQ1ZWQ-SvYzjyrtiAAEogYaB7E6o,1933
|
|
63
|
-
langfun/core/eval/base.py,sha256=
|
|
63
|
+
langfun/core/eval/base.py,sha256=uJGzWIkuzxMpFSTzkytmEwP--CR1FahyLeRVBOo1seU,76157
|
|
64
64
|
langfun/core/eval/base_test.py,sha256=jbl5NMKk9QUsp8R-OeTJ4dEefQdK8JL1lIouuihglbc,27191
|
|
65
|
-
langfun/core/eval/matching.py,sha256=
|
|
65
|
+
langfun/core/eval/matching.py,sha256=IXih9N3tvLuF1EmdmqldLBR0kyQsXuh2dOz2J3RC12E,9458
|
|
66
66
|
langfun/core/eval/matching_test.py,sha256=2xtwsTi-UzLTt0QnXl3u_eAG3fFjCG2tsae7YkcQTB0,5312
|
|
67
|
-
langfun/core/eval/patching.py,sha256=
|
|
67
|
+
langfun/core/eval/patching.py,sha256=wJqqML_z_hXQQ65f9oJpdtiNEkUvwWWdNgGiIcV1Jq4,3871
|
|
68
68
|
langfun/core/eval/patching_test.py,sha256=8kCd54Egjju22FMgtJuxEsrXkW8ifs-UUBHtrCG1L6w,4775
|
|
69
|
-
langfun/core/eval/scoring.py,sha256=
|
|
69
|
+
langfun/core/eval/scoring.py,sha256=1C7e7gR8Wai7M9oBXRZifntxy5HEik5qjVo9gY8B7KI,6423
|
|
70
70
|
langfun/core/eval/scoring_test.py,sha256=UcBH0R6vAovZ0A4yM22s5cBHL1qVKASubrbu1t8dYBw,4529
|
|
71
71
|
langfun/core/eval/v2/__init__.py,sha256=9lNKJwbvl0lcFblAXYT_OHI8fOubJsTOdSkxEqsP1xU,1726
|
|
72
|
-
langfun/core/eval/v2/checkpointing.py,sha256
|
|
72
|
+
langfun/core/eval/v2/checkpointing.py,sha256=--JUmiXE9TMxYO8QRZhsDZ81UXmBy04Gr0ievXTUUNQ,12906
|
|
73
73
|
langfun/core/eval/v2/checkpointing_test.py,sha256=NZo-yt3j5bUF-yPVfHGFBVGWZhhpk5xaT-6fsuIQUSs,9571
|
|
74
74
|
langfun/core/eval/v2/eval_test_helper.py,sha256=v-2Ssm_K3iGU-0N99lBO3sA1NqlhVb8Frs_dVuwAy9g,3966
|
|
75
|
-
langfun/core/eval/v2/evaluation.py,sha256=
|
|
75
|
+
langfun/core/eval/v2/evaluation.py,sha256=z0zR2B4zbj8_vP2RnepEYwssGBUIcRms1zmp9x5XzzQ,29372
|
|
76
76
|
langfun/core/eval/v2/evaluation_test.py,sha256=GdB-CexNxQSNZoXqpyGNLdHzq0D9vXqgwAJ13iaAOO0,7878
|
|
77
|
-
langfun/core/eval/v2/example.py,sha256=
|
|
77
|
+
langfun/core/eval/v2/example.py,sha256=NtmE6ECaWB9g4pVBaPguMj8TlKFYozNN5SxDS4YJXU0,11556
|
|
78
78
|
langfun/core/eval/v2/example_test.py,sha256=wsHQD6te7ghROmxe3Xg_NK4TU0xS2MkNfnpo-H0H8xM,3399
|
|
79
|
-
langfun/core/eval/v2/experiment.py,sha256=
|
|
79
|
+
langfun/core/eval/v2/experiment.py,sha256=IV67wXNj6r_UelrnXOYqpY_UJbLqSOf8-AyvTJzsSPg,35436
|
|
80
80
|
langfun/core/eval/v2/experiment_test.py,sha256=BYrPYfQfU2jDfAlZcHDT0KUaXOnCnyTWyUEKhDoqXfw,13645
|
|
81
|
-
langfun/core/eval/v2/metric_values.py,sha256=
|
|
81
|
+
langfun/core/eval/v2/metric_values.py,sha256=rlX3Jbjxp7tdeJ-4wSff-DxOqArl16qAJtA1sNNGfsU,5662
|
|
82
82
|
langfun/core/eval/v2/metric_values_test.py,sha256=ab2oF_HsIwrSy459108ggyjgefHSPn8UVILR4dRwx14,2634
|
|
83
|
-
langfun/core/eval/v2/metrics.py,sha256=
|
|
83
|
+
langfun/core/eval/v2/metrics.py,sha256=eLe7FAlyGhAuqEBPeOUhjfCcuQindX9UtbT8tCcdnMg,12051
|
|
84
84
|
langfun/core/eval/v2/metrics_test.py,sha256=LibZXvWEJDVRY-Mza_bQT-SbmbXCHUnFhL7Ztlzhzw4,6066
|
|
85
|
-
langfun/core/eval/v2/progress.py,sha256=
|
|
85
|
+
langfun/core/eval/v2/progress.py,sha256=K1rOitnjfFSSZkzF8wKjMe9qacZbd_wB37WvyEWyPFE,10748
|
|
86
86
|
langfun/core/eval/v2/progress_test.py,sha256=YU7VHzmy5knPZwj9vpBN3rQQH2tukj9eKHkuBCI62h8,2540
|
|
87
87
|
langfun/core/eval/v2/progress_tracking.py,sha256=zNhNPGlnJnHELEfFpbTMCSXFn8d1IJ57OOYkfFaBFfM,6097
|
|
88
88
|
langfun/core/eval/v2/progress_tracking_test.py,sha256=omOvSTvF-KgzwmXiOUj8sr5DhaYShaGOwTVPmM8AGxQ,2476
|
|
89
|
-
langfun/core/eval/v2/reporting.py,sha256=
|
|
89
|
+
langfun/core/eval/v2/reporting.py,sha256=13H-N6XICLRcB1rAzwnGpMg-BTzXG14nLFqjd7Itidk,8967
|
|
90
90
|
langfun/core/eval/v2/reporting_test.py,sha256=CMK-vwho8cNRJwlbkCqm_v5fykE7Y3V6SaIOCY0CDyA,5671
|
|
91
|
-
langfun/core/eval/v2/runners.py,sha256=
|
|
91
|
+
langfun/core/eval/v2/runners.py,sha256=r9cpJdJONW1Vo7Ho6kKevRox5R7poUsoHY-JxOCVGYc,17807
|
|
92
92
|
langfun/core/eval/v2/runners_test.py,sha256=Fw_OGaJZbMSwxBMRZ_PnCu4vPIlIfmzUYA9U2hq3FwQ,11996
|
|
93
93
|
langfun/core/llms/__init__.py,sha256=UJ1UE41JPgkS56uNzJQ5ag9VWJN3OJuNna7aFR4CyOM,10184
|
|
94
|
-
langfun/core/llms/anthropic.py,sha256=
|
|
94
|
+
langfun/core/llms/anthropic.py,sha256=6uE1EC9YWtbiFwZNNPEFv-QzeGQQ7G27kheTTE15Ewg,31175
|
|
95
95
|
langfun/core/llms/anthropic_test.py,sha256=qA9vByp_cwwXNlXzcwHpPWFnO9lfFo8NKfDi5nBNqgI,9052
|
|
96
|
-
langfun/core/llms/azure_openai.py,sha256
|
|
96
|
+
langfun/core/llms/azure_openai.py,sha256=LEc7-ay2fOOCwwL3SfxDr3KCdH8-2i1EtD-PBvr4kfk,2777
|
|
97
97
|
langfun/core/llms/azure_openai_test.py,sha256=lkMZkQdJBV97fTM4C4z8qNfvr6spgiN5G4hvVUIVr0M,1735
|
|
98
|
-
langfun/core/llms/compositional.py,sha256=
|
|
98
|
+
langfun/core/llms/compositional.py,sha256=dOGGMIidM31N3L-a5MXc10JL1euHkolqULIRDZQYpsk,3579
|
|
99
99
|
langfun/core/llms/compositional_test.py,sha256=4eTnOer-DncRKGaIJW2ZQQMLnt5r2R0UIx_DYOvGAQo,2027
|
|
100
|
-
langfun/core/llms/deepseek.py,sha256=
|
|
100
|
+
langfun/core/llms/deepseek.py,sha256=jQsotTUk4161EJIcoQOV7iOWBZfQ3Ukh9GOh31A0HYU,5770
|
|
101
101
|
langfun/core/llms/deepseek_test.py,sha256=DvROWPlDuow5E1lfoSkhyGt_ELA19JoQoDsTnRgDtTg,1847
|
|
102
|
-
langfun/core/llms/fake.py,sha256=
|
|
102
|
+
langfun/core/llms/fake.py,sha256=NH8Zlezmx3eacao4D7wihrZjRuyBJuHR5rdyp94PrAw,4409
|
|
103
103
|
langfun/core/llms/fake_test.py,sha256=lC-C2TpEsnf2kmZpa3OiH2H944I4hMWTAaHEXzRj1DU,7855
|
|
104
|
-
langfun/core/llms/gemini.py,sha256=
|
|
104
|
+
langfun/core/llms/gemini.py,sha256=1DDzNmhgFvZg6-Y76TSJKQLcSak8IAJhdr3m5PuRESM,30527
|
|
105
105
|
langfun/core/llms/gemini_test.py,sha256=y1s0W65SrdepbZxzgIeoTB2MI7sXnfBDf1NsGn57LbM,7617
|
|
106
|
-
langfun/core/llms/google_genai.py,sha256=
|
|
106
|
+
langfun/core/llms/google_genai.py,sha256=Sn0_5X7WDVgAHwJH8osrds4Xy2oICPZ_D6okkQ1X0Kk,6413
|
|
107
107
|
langfun/core/llms/google_genai_test.py,sha256=NKNtpebArQ9ZR7Qsnhd2prFIpMjleojy6o6VMXkJ1zY,1502
|
|
108
|
-
langfun/core/llms/groq.py,sha256=
|
|
108
|
+
langfun/core/llms/groq.py,sha256=O-kv2_R_IkC8wGIT086xin8jYi7QnsakPCGVLR58lMw,12517
|
|
109
109
|
langfun/core/llms/groq_test.py,sha256=P4EgexCqsh4K2x11w0UL_vz-YYNaPdQU0WsDAdnTRQ8,2045
|
|
110
|
-
langfun/core/llms/llama_cpp.py,sha256=
|
|
110
|
+
langfun/core/llms/llama_cpp.py,sha256=SsAj9_40Px50_bNBE92x9akgj2O0FobJ00gd3AwZN1I,1907
|
|
111
111
|
langfun/core/llms/llama_cpp_test.py,sha256=wfTO7nmUwL65U2kK9P9fcMt92JjNDuVia4G1E7znf_4,1086
|
|
112
|
-
langfun/core/llms/openai.py,sha256=
|
|
113
|
-
langfun/core/llms/openai_compatible.py,sha256=
|
|
112
|
+
langfun/core/llms/openai.py,sha256=011miFgQcgz590ZKODcSuSBtG-K0oTM2WziU3fKOBsE,44830
|
|
113
|
+
langfun/core/llms/openai_compatible.py,sha256=scmILhSxno9JS6eX6K9dWKLZXUOtIqfWWdz4Su7DGRI,9803
|
|
114
114
|
langfun/core/llms/openai_compatible_test.py,sha256=8yr_jGmHCDyMwp-VcJwThFgh7B_56h69Fmw97XZxAZw,23133
|
|
115
115
|
langfun/core/llms/openai_test.py,sha256=1o5rxiHZj-UEgugWN8JmfJtznhUmDywy6dU3Euax-Ts,2639
|
|
116
|
-
langfun/core/llms/rest.py,sha256=
|
|
116
|
+
langfun/core/llms/rest.py,sha256=eR-M1st5ZnzuitICyYfxSRcmQWmy_eeOoe2bHLalzN0,5351
|
|
117
117
|
langfun/core/llms/rest_test.py,sha256=_zM7nV8DEVyoXNiQOnuwJ917mWjki0614H88rNmDboE,5020
|
|
118
|
-
langfun/core/llms/vertexai.py,sha256=
|
|
118
|
+
langfun/core/llms/vertexai.py,sha256=E7RG8c7n_eeaunAaOmPU3NaFm-iSAD1zIgCyyFt3-7I,21365
|
|
119
119
|
langfun/core/llms/vertexai_test.py,sha256=_e-acnNBAf9C3WO6i1b2J_mhRzdDdYQTorD9hIVZKOg,5034
|
|
120
120
|
langfun/core/llms/cache/__init__.py,sha256=QAo3InUMDM_YpteNnVCSejI4zOsnjSMWKJKzkb3VY64,993
|
|
121
|
-
langfun/core/llms/cache/base.py,sha256=
|
|
122
|
-
langfun/core/llms/cache/in_memory.py,sha256=
|
|
121
|
+
langfun/core/llms/cache/base.py,sha256=qLGlEMi5cfsDxRTsOWrmwbxjvvwUaq4Y8MxlXr69wpw,5060
|
|
122
|
+
langfun/core/llms/cache/in_memory.py,sha256=yqEBJW0C_ymqT4UNiE7aB81VlmTlkvTRXJvtUfv3FTE,6633
|
|
123
123
|
langfun/core/llms/cache/in_memory_test.py,sha256=AG9OGdxfyW9LdteFRF-aOIhxiH5Kna5U-pQk91ljHCQ,10538
|
|
124
124
|
langfun/core/mcp/__init__.py,sha256=cyVP_YTjOmbjhYg8BE7-RnE4Txt8wDukYC0anhHKpuo,286
|
|
125
|
-
langfun/core/mcp/client.py,sha256=
|
|
125
|
+
langfun/core/mcp/client.py,sha256=WoLB1LyXeOKOGS5MBSY8KpIb2iFIA3IIDcW_FhabFdY,5459
|
|
126
126
|
langfun/core/mcp/client_test.py,sha256=ytplbrnFDqnHkDQuf5UGJaFf-rXUtwONCJcmNZ_rNUY,2221
|
|
127
|
-
langfun/core/mcp/session.py,sha256=
|
|
127
|
+
langfun/core/mcp/session.py,sha256=7derNfIpRaUoFUcJMXUvDnrhJJpFRvr2pD1C1WQoDnw,7366
|
|
128
128
|
langfun/core/mcp/session_test.py,sha256=V4UVH9uVDL10RUWUr4jldcZqn4HYB75WgkjAnNg6cVw,1952
|
|
129
|
-
langfun/core/mcp/tool.py,sha256=
|
|
129
|
+
langfun/core/mcp/tool.py,sha256=f_hdvwN-0SZGeitWidXDRPaGlsZBp3EdthxsQyo2RRc,8294
|
|
130
130
|
langfun/core/mcp/tool_test.py,sha256=oKsIpkyb-2Pr7_Fyqn1WNX8B07_izfdUyo4fIAp7x3o,6372
|
|
131
131
|
langfun/core/mcp/testing/simple_mcp_client.py,sha256=U5pUXa0SnB2-DdRI2vPhrdVUv14dX_OeS4mPLFpllMc,924
|
|
132
132
|
langfun/core/mcp/testing/simple_mcp_server.py,sha256=dw4t6ERWMdmi6kDE38RU5oYu5MQbEX-GJ6CMxGcV-WE,994
|
|
@@ -134,36 +134,36 @@ langfun/core/memories/__init__.py,sha256=HpghfZ-w1NQqzJXBx8Lz0daRhB2rcy2r9Xm491S
|
|
|
134
134
|
langfun/core/memories/conversation_history.py,sha256=KR78PurXTSeqsRK9QG9xM7-f245rs20EvWO7Mm2n2Vw,1827
|
|
135
135
|
langfun/core/memories/conversation_history_test.py,sha256=2kzAq2pUrbR01Z9jhxviIao52JK4JVjr5iGP8pwGxlU,2156
|
|
136
136
|
langfun/core/modalities/__init__.py,sha256=2_T5Hsc4iEqmJZuYaqwRNgNM5XpmuTVcnZUMe5cAQDk,1521
|
|
137
|
-
langfun/core/modalities/audio.py,sha256=
|
|
137
|
+
langfun/core/modalities/audio.py,sha256=cb95FzDE-IIQf7kXy7D4AAXtziQF0FYkZUe4pw5EEJc,1502
|
|
138
138
|
langfun/core/modalities/audio_test.py,sha256=tW1vEy-Cumhf-HgDgCxlSNZqgJb2HTgqOixGWLiwOmw,2065
|
|
139
|
-
langfun/core/modalities/image.py,sha256=
|
|
139
|
+
langfun/core/modalities/image.py,sha256=_R_T2Jl1G62Y8erjlyA9E2pT-0rSSXITs25oswH0nuA,2353
|
|
140
140
|
langfun/core/modalities/image_test.py,sha256=XMgtJXY75R5eo0CZ222D1QUy57_hESnttmCGWwDLt7k,3824
|
|
141
|
-
langfun/core/modalities/mime.py,sha256=
|
|
141
|
+
langfun/core/modalities/mime.py,sha256=4vrq_ohnsJvStNGCEl10DKNkDUXXek7mDk-RPnPqlB4,10713
|
|
142
142
|
langfun/core/modalities/mime_test.py,sha256=n084tOkeKHKMOVblCmi5s8nw4o7VYn3ynqvcrz8ww7c,5977
|
|
143
|
-
langfun/core/modalities/pdf.py,sha256=
|
|
143
|
+
langfun/core/modalities/pdf.py,sha256=rc-uIKRVkTTa0j7jC6WRwKM9WqiS5NxF-H6PPunVeXM,1231
|
|
144
144
|
langfun/core/modalities/pdf_test.py,sha256=ulZ0FbnlsU0wkrdckJ4ONZPTYRyMPO9Aob1UO6FXygk,1950
|
|
145
|
-
langfun/core/modalities/video.py,sha256=
|
|
145
|
+
langfun/core/modalities/video.py,sha256=ZopyDf-8bi0V-QZDAg-_8S3HkMNiEQL9aWmGuI6Fkrs,1506
|
|
146
146
|
langfun/core/modalities/video_test.py,sha256=7OXZoohKMYjt7vrJUdPb553HLyl1oBOKRgzBePFv68Q,2042
|
|
147
147
|
langfun/core/structured/__init__.py,sha256=uc9f2DaXcbPRU35CgTpObub6hsnxDCHx-4s149qnzJ0,3655
|
|
148
|
-
langfun/core/structured/completion.py,sha256=
|
|
148
|
+
langfun/core/structured/completion.py,sha256=Avr6QRM2GFB4wl33BQyc8aabIJMtWNu70Rnc017dYoI,8848
|
|
149
149
|
langfun/core/structured/completion_test.py,sha256=OoyxtbiaAdy_QfJeTNKfvijPiC0H91gIjuIiWvGUd4o,19776
|
|
150
|
-
langfun/core/structured/description.py,sha256=
|
|
150
|
+
langfun/core/structured/description.py,sha256=eHB4w5Qu_hkYTMLlTSK5efoQ2o4Bc9_SOGO_I0oFiwE,5328
|
|
151
151
|
langfun/core/structured/description_test.py,sha256=UxaXnKKP7TnyPDPUyf3U-zPE0TvLlIP6DGr8thjcePw,7365
|
|
152
|
-
langfun/core/structured/function_generation.py,sha256=
|
|
152
|
+
langfun/core/structured/function_generation.py,sha256=tx_GtKTIR713LrFuJzBJ0m-MLUnx3776GKbxyGNTMoA,8987
|
|
153
153
|
langfun/core/structured/function_generation_test.py,sha256=LaXYDXf9GlqUrR6v_gtmK_H4kxzonmU7SYbn7XXMgjU,12128
|
|
154
|
-
langfun/core/structured/mapping.py,sha256=
|
|
154
|
+
langfun/core/structured/mapping.py,sha256=DU_PdbPoy06BOglM2HwWuRg9SQQ6zmSwqtOUJDf74uM,16136
|
|
155
155
|
langfun/core/structured/mapping_test.py,sha256=OntYvfDitAf0tAnzQty3YS90vyEn6FY1Mi93r_ViEk8,9594
|
|
156
|
-
langfun/core/structured/parsing.py,sha256=
|
|
157
|
-
langfun/core/structured/parsing_test.py,sha256=
|
|
158
|
-
langfun/core/structured/querying.py,sha256=
|
|
156
|
+
langfun/core/structured/parsing.py,sha256=7V9yQ83knaGJlIpIoHbiFCDO4GwgCBMXLKLYdBL085I,14692
|
|
157
|
+
langfun/core/structured/parsing_test.py,sha256=qr7Mqh4bgw8ZuJIA_9rnPLa4QzfTQnX53kmDeQDmD6Q,22627
|
|
158
|
+
langfun/core/structured/querying.py,sha256=DdoDmFuhukQ6r6yWL1Lgbqr4lcsJpil35OVwBKVi5H0,42881
|
|
159
159
|
langfun/core/structured/querying_test.py,sha256=zjUEtBPcD0xAPKVmnIwZLzoGpRCMk5pIDtMDG2K5Ps4,51728
|
|
160
|
-
langfun/core/structured/schema.py,sha256=
|
|
161
|
-
langfun/core/structured/schema_generation.py,sha256=
|
|
160
|
+
langfun/core/structured/schema.py,sha256=VPLfP13MMStxyDbcRjE06meqfaUHKDcS2iBFxbwdjQs,31166
|
|
161
|
+
langfun/core/structured/schema_generation.py,sha256=BZxhTk35Hxix4ddfBe9Xkqpu3XN3JwLqMokvV6Y4EB4,6099
|
|
162
162
|
langfun/core/structured/schema_generation_test.py,sha256=RM9s71kMNg2jTePwInkiW9fK1ACN37eyPeF8OII-0zw,2950
|
|
163
163
|
langfun/core/structured/schema_test.py,sha256=H42ZZdPi8CIv7WzrnXwMwQQaPQxlmDSY31pfqQs-Xqw,26567
|
|
164
|
-
langfun/core/structured/scoring.py,sha256=
|
|
164
|
+
langfun/core/structured/scoring.py,sha256=of3_N2WN2We44tA_kDkRcgP2HrOnTktTcAV7CQ-ZvvU,6866
|
|
165
165
|
langfun/core/structured/scoring_test.py,sha256=msxtZX1MWgoLTWkmM-McbUo-qGev0uDdlXLm4kPiIiE,2473
|
|
166
|
-
langfun/core/structured/tokenization.py,sha256=
|
|
166
|
+
langfun/core/structured/tokenization.py,sha256=laTLEU8OcRCez79We2uJ6DlIbqOBZif_gztiDW5shWI,3480
|
|
167
167
|
langfun/core/structured/tokenization_test.py,sha256=8IXndRokZmlLPZD_jIitfhgcRxBjmG09PhT-WLHe9dw,1499
|
|
168
168
|
langfun/core/templates/__init__.py,sha256=bO0eMsVJbi7sxEB2YlInKRQ2EVP-RyyKUwcD-8msuN4,927
|
|
169
169
|
langfun/core/templates/completion.py,sha256=mUqZHOEV3ag6-A08XghpeEltcrBvCDxXP004eDDfeag,1931
|
|
@@ -193,8 +193,8 @@ langfun/env/event_handlers/event_logger.py,sha256=ga8RN8qjwtAOCnV_MnhNPTktN8EJ-x
|
|
|
193
193
|
langfun/env/event_handlers/event_logger_test.py,sha256=qSAcirtRz00H-1RL9ShELBiZKiPxsk_v6cVA6XdAk4k,9274
|
|
194
194
|
langfun/env/event_handlers/metric_writer.py,sha256=7ZrUp0rYvs7TfNpQ16Xbxg8vp-6ZbjuJ-qrhVSbhv2I,21085
|
|
195
195
|
langfun/env/event_handlers/metric_writer_test.py,sha256=bjdYXoXMPWpWz_-HUPM6vFP1ez5G386u0fmPfe-SR_M,5952
|
|
196
|
-
langfun-0.1.2.
|
|
197
|
-
langfun-0.1.2.
|
|
198
|
-
langfun-0.1.2.
|
|
199
|
-
langfun-0.1.2.
|
|
200
|
-
langfun-0.1.2.
|
|
196
|
+
langfun-0.1.2.dev202511050805.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
197
|
+
langfun-0.1.2.dev202511050805.dist-info/METADATA,sha256=I-rZw9DG41VH0y24BZ8ME9zeXBvDheTpKkPSuL8s4tU,7522
|
|
198
|
+
langfun-0.1.2.dev202511050805.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
199
|
+
langfun-0.1.2.dev202511050805.dist-info/top_level.txt,sha256=RhlEkHxs1qtzmmtWSwYoLVJAc1YrbPtxQ52uh8Z9VvY,8
|
|
200
|
+
langfun-0.1.2.dev202511050805.dist-info/RECORD,,
|
|
File without changes
|
{langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{langfun-0.1.2.dev202511030805.dist-info → langfun-0.1.2.dev202511050805.dist-info}/top_level.txt
RENAMED
|
File without changes
|