aleph-rlm 0.6.0__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.
@@ -0,0 +1,32 @@
1
+ aleph/__init__.py,sha256=nGw36jnrHNfUI4uVCCvt3VvN9LJNP0JXwFAz-cJQ7ok,1026
2
+ aleph/cli.py,sha256=RssXdaVm_VaNCWAmNS7m43t59ceLGXd0LGFwszBdzWY,32485
3
+ aleph/config.py,sha256=qSrDXQWTQeB7TG5Q3ElE-W7hHRoKifmzUITrlxt6C6A,5386
4
+ aleph/core.py,sha256=kv5warZrGpJzb82uImsJpzPuHrzcD2Aj9OIBBuNIrec,35088
5
+ aleph/types.py,sha256=tm96Cc6TTgpF6ZcrwmLVAzBoRGEr8SJAo_EP7g_XOgk,6164
6
+ aleph/cache/__init__.py,sha256=am6DWEl8RG0lOxdr-PvqqEUcCCJ_E7JCD-Zv1LE7B28,118
7
+ aleph/cache/base.py,sha256=i90aNappjT2FluDLZRT4Km424lQEaysOKKrqB4UtFIY,332
8
+ aleph/cache/memory.py,sha256=_QHOoweBBphHsVRf1q02SkJPjg3zJZcmfDRMtZpgakk,597
9
+ aleph/mcp/__init__.py,sha256=qA3fnik_-Qz4cUf6R_6e6dwZqMCivc3TjBwxMpD5-VA,676
10
+ aleph/mcp/local_server.py,sha256=gWTKBhXnBz5acR5EdO9dajU3jOO1qtuY3EHnJ9oFJD8,137879
11
+ aleph/mcp/server.py,sha256=wHHdFaJu7BSeo21772P1hNQHvZlMnE6JghEyWJykBXY,358
12
+ aleph/prompts/__init__.py,sha256=03imhNRNakcnPjLDR7S724LCULsYLhJi8WJjBMov3qs,104
13
+ aleph/prompts/system.py,sha256=wy0rtxXce1i0ckSrJRvZ8knYuMQX4PTtuiyTfSUTZTg,1845
14
+ aleph/providers/__init__.py,sha256=7VZcKuu0eEMYtkQ-0jP0oNw-nBem-WaPWJ7tbTOmDuw,315
15
+ aleph/providers/anthropic.py,sha256=Ckairw18uiGkpucTmAYPgOJFbVHg9gL8hNcCzykmE_0,10027
16
+ aleph/providers/base.py,sha256=uyAJcBEdEbgjhp2OZBBHUEPCj_TFkitPMcNnYxLBhXM,1431
17
+ aleph/providers/openai.py,sha256=U83iVKioJtjASnNm0QYg-i8DpJRdIRvuV8qDYVgzTpc,8607
18
+ aleph/providers/registry.py,sha256=VFzogSE6Yvq5s_-yzrsYJ299uuUi9PA55qKeKzaMFQQ,577
19
+ aleph/repl/__init__.py,sha256=g1eYwhI8lpHIzSe9BaGLMdLPRqnqERNMfjbatBnJBCw,201
20
+ aleph/repl/helpers.py,sha256=8qL6Yd-JDJnX0YbieJc1K88e4rHiOiYqk9bYmKAzlC4,34983
21
+ aleph/repl/sandbox.py,sha256=HCYESPECPsHrSDrczOFZ5xLtUQ7z_Rn3ljD6GuYOP2M,31462
22
+ aleph/sub_query/__init__.py,sha256=rpNl--nCjXKcixfPm4LjXKTU06tk1eNeuSHDuFyqM6g,6341
23
+ aleph/sub_query/api_backend.py,sha256=vN78eXOU-ByKHB99jlJpFvVTiMjf0kyPhhc9HUv82M0,4996
24
+ aleph/sub_query/cli_backend.py,sha256=vP6ZvorP8vs4Bk_6VZVjN5vQPes25eVgwHdnOjsIt6g,10882
25
+ aleph/utils/__init__.py,sha256=xtKVhdsAsqITu6ndZM6Ej7WSuOd8On0hRTR50rqeQf0,148
26
+ aleph/utils/logging.py,sha256=LnNFCuY2zFYo0QPDPyVOcYCOQ-C2MZLSxQJ7lsmqkd4,2607
27
+ aleph/utils/tokens.py,sha256=d7fLtgc0IBKL2y64w5Zg_U-Bk65f9EDOrN-ERSzyOsA,1097
28
+ aleph_rlm-0.6.0.dist-info/METADATA,sha256=HE_HWNcuTC6RsOvwJCq765C4XnyEDNm5dAb9VESPz8s,13751
29
+ aleph_rlm-0.6.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
30
+ aleph_rlm-0.6.0.dist-info/entry_points.txt,sha256=55uK0cxQoa8m-vZCc6XAuP-5My9HjSYJM8hqQmFLHWU,81
31
+ aleph_rlm-0.6.0.dist-info/licenses/LICENSE,sha256=YlduErwDZOPMHM66EjS0UljCURMG7Ogw1VnwLH-LV6w,1075
32
+ aleph_rlm-0.6.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ aleph = aleph.mcp.local_server:main
3
+ aleph-rlm = aleph.cli:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Aleph Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.