letta-nightly 0.1.7.dev20240930104151__py3-none-any.whl → 0.1.7.dev20241002104051__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 letta-nightly might be problematic. Click here for more details.
- letta/agent.py +19 -53
- letta/cli/cli.py +0 -1
- letta/cli/cli_load.py +0 -50
- letta/client/client.py +1 -1
- letta/config.py +3 -10
- letta/functions/functions.py +1 -24
- letta/functions/helpers.py +191 -0
- letta/functions/schema_generator.py +2 -42
- letta/schemas/tool.py +9 -9
- letta/server/server.py +1 -18
- letta/server/static_files/assets/{index-0cbf7ad5.js → index-4d08d8a3.js} +75 -75
- letta/server/static_files/index.html +1 -1
- {letta_nightly-0.1.7.dev20240930104151.dist-info → letta_nightly-0.1.7.dev20241002104051.dist-info}/METADATA +13 -9
- {letta_nightly-0.1.7.dev20240930104151.dist-info → letta_nightly-0.1.7.dev20241002104051.dist-info}/RECORD +17 -17
- letta/server/static_files/assets/index-486e3228.js +0 -274
- {letta_nightly-0.1.7.dev20240930104151.dist-info → letta_nightly-0.1.7.dev20241002104051.dist-info}/LICENSE +0 -0
- {letta_nightly-0.1.7.dev20240930104151.dist-info → letta_nightly-0.1.7.dev20241002104051.dist-info}/WHEEL +0 -0
- {letta_nightly-0.1.7.dev20240930104151.dist-info → letta_nightly-0.1.7.dev20241002104051.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
</script>
|
|
32
|
-
<script type="module" crossorigin src="/assets/index-
|
|
32
|
+
<script type="module" crossorigin src="/assets/index-4d08d8a3.js"></script>
|
|
33
33
|
<link rel="stylesheet" href="/assets/index-156816da.css">
|
|
34
34
|
</head>
|
|
35
35
|
<body>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: letta-nightly
|
|
3
|
-
Version: 0.1.7.
|
|
3
|
+
Version: 0.1.7.dev20241002104051
|
|
4
4
|
Summary: Create LLM agents with long-term memory and custom tools
|
|
5
5
|
License: Apache License
|
|
6
6
|
Author: Letta Team
|
|
@@ -12,21 +12,22 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Provides-Extra: autogen
|
|
15
|
-
Provides-Extra: crewai-tools
|
|
16
15
|
Provides-Extra: dev
|
|
16
|
+
Provides-Extra: external-tools
|
|
17
17
|
Provides-Extra: milvus
|
|
18
18
|
Provides-Extra: ollama
|
|
19
19
|
Provides-Extra: postgres
|
|
20
20
|
Provides-Extra: qdrant
|
|
21
21
|
Provides-Extra: server
|
|
22
|
+
Provides-Extra: tests
|
|
22
23
|
Requires-Dist: autoflake (>=2.3.0,<3.0.0) ; extra == "dev"
|
|
23
24
|
Requires-Dist: black[jupyter] (>=24.2.0,<25.0.0) ; extra == "dev"
|
|
24
25
|
Requires-Dist: chromadb (>=0.4.24,<0.5.0)
|
|
25
|
-
Requires-Dist: crewai (>=0.41.1,<0.42.0) ; extra == "
|
|
26
|
-
Requires-Dist: crewai-tools (>=0.8.3,<0.9.0) ; extra == "
|
|
26
|
+
Requires-Dist: crewai (>=0.41.1,<0.42.0) ; extra == "external-tools"
|
|
27
|
+
Requires-Dist: crewai-tools (>=0.8.3,<0.9.0) ; extra == "external-tools"
|
|
27
28
|
Requires-Dist: datasets (>=2.14.6,<3.0.0) ; extra == "dev"
|
|
28
29
|
Requires-Dist: demjson3 (>=3.0.6,<4.0.0)
|
|
29
|
-
Requires-Dist: docker (>=7.1.0,<8.0.0) ; extra == "
|
|
30
|
+
Requires-Dist: docker (>=7.1.0,<8.0.0) ; extra == "external-tools"
|
|
30
31
|
Requires-Dist: docstring-parser (>=0.16,<0.17)
|
|
31
32
|
Requires-Dist: docx2txt (>=0.8,<0.9)
|
|
32
33
|
Requires-Dist: fastapi (>=0.104.1,<0.105.0) ; extra == "server"
|
|
@@ -35,6 +36,8 @@ Requires-Dist: httpx (>=0.27.2,<0.28.0)
|
|
|
35
36
|
Requires-Dist: httpx-sse (>=0.4.0,<0.5.0)
|
|
36
37
|
Requires-Dist: isort (>=5.13.2,<6.0.0) ; extra == "dev"
|
|
37
38
|
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
|
|
39
|
+
Requires-Dist: langchain (>=0.2.16,<0.3.0) ; extra == "external-tools"
|
|
40
|
+
Requires-Dist: langchain-community (>=0.2.17,<0.3.0) ; extra == "external-tools"
|
|
38
41
|
Requires-Dist: llama-index (>=0.11.9,<0.12.0)
|
|
39
42
|
Requires-Dist: llama-index-embeddings-ollama (>=0.3.1,<0.4.0) ; extra == "ollama"
|
|
40
43
|
Requires-Dist: llama-index-embeddings-openai (>=0.2.5,<0.3.0)
|
|
@@ -69,6 +72,7 @@ Requires-Dist: tqdm (>=4.66.1,<5.0.0)
|
|
|
69
72
|
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
|
|
70
73
|
Requires-Dist: uvicorn (>=0.24.0.post1,<0.25.0) ; extra == "server"
|
|
71
74
|
Requires-Dist: websockets (>=12.0,<13.0) ; extra == "server"
|
|
75
|
+
Requires-Dist: wikipedia (>=1.4.0,<2.0.0) ; extra == "external-tools" or extra == "tests"
|
|
72
76
|
Description-Content-Type: text/markdown
|
|
73
77
|
|
|
74
78
|
# Letta (previously MemGPT)
|
|
@@ -77,13 +81,13 @@ Description-Content-Type: text/markdown
|
|
|
77
81
|
[](https://arxiv.org/abs/2310.08560)
|
|
78
82
|
|
|
79
83
|
> [!NOTE]
|
|
80
|
-
> **Looking for MemGPT?**
|
|
84
|
+
> **Looking for MemGPT?** You're in the right place!
|
|
81
85
|
>
|
|
82
|
-
> The MemGPT package and Docker image have been renamed to `letta` to clarify the distinction between
|
|
86
|
+
> The MemGPT package and Docker image have been renamed to `letta` to clarify the distinction between MemGPT agents and the API server / runtime that runs LLM agents as *services*.
|
|
83
87
|
>
|
|
84
|
-
> You use the **Letta
|
|
88
|
+
> You use the **Letta _framework_** to create **MemGPT _agents_**. Read more about the relationship between MemGPT and Letta [here](https://www.letta.com/blog/memgpt-and-letta).
|
|
85
89
|
|
|
86
|
-
|
|
90
|
+
Visit our [documentation page](https://docs.letta.com) for information on setup and usage.
|
|
87
91
|
|
|
88
92
|
## How to Get Involved
|
|
89
93
|
* **Contribute to the Project**: Interested in contributing? Start by reading our [Contribution Guidelines](https://github.com/cpacker/MemGPT/tree/main/CONTRIBUTING.md).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
letta/__init__.py,sha256=GLC0hUCM1OicDGDXuV0_AX6m4Irjqy2K_GSy43nbdLc,997
|
|
2
2
|
letta/__main__.py,sha256=6Hs2PV7EYc5Tid4g4OtcLXhqVHiNYTGzSBdoOnW2HXA,29
|
|
3
|
-
letta/agent.py,sha256=
|
|
3
|
+
letta/agent.py,sha256=GdNhMG_ypSmkU8FDqNf3BQMMftRsIrNAbzyhqlIv2jE,65251
|
|
4
4
|
letta/agent_store/chroma.py,sha256=upR5zGnGs6I6btulEYbiZdGG87BgKjxUJOQZ4Y-RQ_M,12492
|
|
5
5
|
letta/agent_store/db.py,sha256=uoWu4nfQ6YmT2WKTkNyV5mP25hxpZXAvQqans4JhnM4,21798
|
|
6
6
|
letta/agent_store/lancedb.py,sha256=8RWmqVjowm5g0cc6DNRcb6f1FHGEqFnccnuekhWY39U,5101
|
|
@@ -9,15 +9,15 @@ letta/agent_store/qdrant.py,sha256=qIEJhXJb6GzcT4wp8iV5Ox5W1CFMvcPViTI4HLSh59E,7
|
|
|
9
9
|
letta/agent_store/storage.py,sha256=QWrPdIEJCnsPg1xnPrG1xbOXmbjpz37ZNhvuH52M7A8,6642
|
|
10
10
|
letta/benchmark/benchmark.py,sha256=JjCQE7piz2VHh3QCGwJX-9DelaSlUYV4Qw01hQuVolU,3633
|
|
11
11
|
letta/benchmark/constants.py,sha256=aXc5gdpMGJT327VuxsT5FngbCK2J41PQYeICBO7g_RE,536
|
|
12
|
-
letta/cli/cli.py,sha256=
|
|
12
|
+
letta/cli/cli.py,sha256=saohjAsXFs4_kwzd95xk4JSZnd0T0OYN4TTj-ZOYEpQ,31195
|
|
13
13
|
letta/cli/cli_config.py,sha256=MSxqbS5F9jUSjCgLkd-6T5Hj3ca_l-AoSwXc6dgy13E,57093
|
|
14
|
-
letta/cli/cli_load.py,sha256=
|
|
14
|
+
letta/cli/cli_load.py,sha256=aVlGWiNEUs_eG793HLl7cES-dEIuA1CJfZpT1Cm8Uo4,4591
|
|
15
15
|
letta/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
letta/client/admin.py,sha256=itdH1dGL143Je5tkZl8dQ1PavjepClar3QasxpbX1cI,7397
|
|
17
|
-
letta/client/client.py,sha256=
|
|
17
|
+
letta/client/client.py,sha256=Dy9me2wEcEjH3tCH_qLKTjyf1j0QBiGHwFF0dVXmhWI,80578
|
|
18
18
|
letta/client/streaming.py,sha256=bfWlUu7z7EoPfKxBqIarYxGKyrL7Pj79BlliToqcCgI,4592
|
|
19
19
|
letta/client/utils.py,sha256=NMFts6bFsHTV0yW3BRRo2HSqGr6Gr3tj1kNtkUCgMCA,2262
|
|
20
|
-
letta/config.py,sha256=
|
|
20
|
+
letta/config.py,sha256=iqKPKBlR-Qkmso3wAukRfmhkQnCqXT_lKUQuFjkjuwI,19050
|
|
21
21
|
letta/configs/anthropic.json,sha256=Buds8qZXR1f_vR1X9e2LxOHIEufAEWFjLovV0g0nbIU,408
|
|
22
22
|
letta/configs/letta_hosted.json,sha256=pMXFCjX2liBeBY1M2Wgu9GwEicN8tveO1VPoNHpWbRc,365
|
|
23
23
|
letta/configs/openai.json,sha256=z0izsHi7vAj_kJrd3XNgxej61HjPIJobABbhvxL0d8g,373
|
|
@@ -29,8 +29,9 @@ letta/errors.py,sha256=nfcpmrEQNBtuhuhj6hvx4Hg0lP23rnoTd32pb56vBRo,820
|
|
|
29
29
|
letta/functions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
letta/functions/function_sets/base.py,sha256=N4QmOjL6gDEyOg67ocF6zVKM-NquTo-yXG_T8r18buA,6440
|
|
31
31
|
letta/functions/function_sets/extras.py,sha256=Jik3UiDqYTm4Lam1XPTvuVjvgUHwIAhopsnbmVhGMBg,4732
|
|
32
|
-
letta/functions/functions.py,sha256=
|
|
33
|
-
letta/functions/
|
|
32
|
+
letta/functions/functions.py,sha256=OU98c-Rds9UCQ8CufzdrpzSZsQ0a02uDv_x5VqoNFfw,3381
|
|
33
|
+
letta/functions/helpers.py,sha256=YpUdt_XshDdsM4OJB6CFNNKB0c-heOqNKTgJeiFMzFc,8693
|
|
34
|
+
letta/functions/schema_generator.py,sha256=v3LXdA5UVQXqpBkURK2H5PZuZoLlpZygleG35T3vMBc,6488
|
|
34
35
|
letta/humans/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
36
|
letta/humans/examples/basic.txt,sha256=Lcp8YESTWvOJgO4Yf_yyQmgo5bKakeB1nIVrwEGG6PA,17
|
|
36
37
|
letta/humans/examples/cs_phd.txt,sha256=9C9ZAV_VuG7GB31ksy3-_NAyk8rjE6YtVOkhp08k1xw,297
|
|
@@ -130,7 +131,7 @@ letta/schemas/openai/openai.py,sha256=Hilo5BiLAGabzxCwnwfzK5QrWqwYD8epaEKFa4Pwnd
|
|
|
130
131
|
letta/schemas/organization.py,sha256=JSc3hLl0IO_c9iOqf367sU5tJ0Dx_kPzbokCEg0eS4g,601
|
|
131
132
|
letta/schemas/passage.py,sha256=ZO8-WOToLgf-DzUkREp9MQF274SLYeZwnSoNo2sKPHc,3573
|
|
132
133
|
letta/schemas/source.py,sha256=rAM3Xjt7zJ3JLXpUxWmdYIujns4ZuqGCsozmNAWX5kI,2570
|
|
133
|
-
letta/schemas/tool.py,sha256=
|
|
134
|
+
letta/schemas/tool.py,sha256=JZE93JgN2pOds2dMjXF4uoP6AK7F5I72DjfnLRIJDNk,6502
|
|
134
135
|
letta/schemas/usage.py,sha256=lvn1ooHwLEdv6gwQpw5PBUbcwn_gwdT6HA-fCiix6sY,817
|
|
135
136
|
letta/schemas/user.py,sha256=D7DiPzieXZIHOLInJdYZlHjKOy2bl7KxGCesNk0yf5E,1003
|
|
136
137
|
letta/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -164,13 +165,12 @@ letta/server/rest_api/routers/v1/tools.py,sha256=nKiPO4S9NwxZEQ6wSPBROiNdQtvoxql
|
|
|
164
165
|
letta/server/rest_api/routers/v1/users.py,sha256=Y2rDvHOG1B5FLSOjutY3R22vt48IngbZ-9h8CohG5rc,3378
|
|
165
166
|
letta/server/rest_api/static_files.py,sha256=NG8sN4Z5EJ8JVQdj19tkFa9iQ1kBPTab9f_CUxd_u4Q,3143
|
|
166
167
|
letta/server/rest_api/utils.py,sha256=Fc2ZGKzLaBa2sEtSTVjJ8D5M0xIwsWC0CVAOIJaD3rY,2176
|
|
167
|
-
letta/server/server.py,sha256=
|
|
168
|
+
letta/server/server.py,sha256=owbs2Ep2Wck6WrFBttOQizedmJK8be16aOm6FkxXo2s,83726
|
|
168
169
|
letta/server/startup.sh,sha256=jeGV7B_PS0hS-tT6o6GpACrUbV9WV1NI2L9aLoUDDtc,311
|
|
169
|
-
letta/server/static_files/assets/index-0cbf7ad5.js,sha256=MCP81_BE6xKu6Yp2fwiumwsojg-6inAI-tKVQHoRwtE,1814412
|
|
170
170
|
letta/server/static_files/assets/index-156816da.css,sha256=FWgW2kKzk1X8_t6e4qtOIAUvZ59YPdB-PMNqvPRCup4,54271
|
|
171
|
-
letta/server/static_files/assets/index-
|
|
171
|
+
letta/server/static_files/assets/index-4d08d8a3.js,sha256=derdyBpqTPKpZWIPfQPffrt1nV3T-zeim-2jD5G1Pzw,1816269
|
|
172
172
|
letta/server/static_files/favicon.ico,sha256=DezhLdFSbM8o81wCOZcV3riq7tFUOGQD4h6-vr-HuU0,342
|
|
173
|
-
letta/server/static_files/index.html,sha256=
|
|
173
|
+
letta/server/static_files/index.html,sha256=BtlT8Ujgw522VkYeppYN4RvIjckEuidJaR-ApMLeenQ,1198
|
|
174
174
|
letta/server/static_files/memgpt_logo_transparent.png,sha256=7l6niNb4MlUILxLlUZPxIE1TEHj_Z9f9XDxoST3d7Vw,85383
|
|
175
175
|
letta/server/utils.py,sha256=rRvW6L1lzau4u9boamiyZH54lf5tQ91ypXzUW9cfSPA,1667
|
|
176
176
|
letta/server/ws_api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -182,8 +182,8 @@ letta/settings.py,sha256=1S0CN3fCGdZIdhIWPNJO5k2vmosrNRux4arnCj7dYQg,6502
|
|
|
182
182
|
letta/streaming_interface.py,sha256=LPY1NmXtptcjdHrfVOOKL4-v3AyUD8SIyQMt1Dypd1A,15532
|
|
183
183
|
letta/system.py,sha256=buKYPqG5n2x41hVmWpu6JUpyd7vTWED9Km2_M7dLrvk,6960
|
|
184
184
|
letta/utils.py,sha256=LyqSRz_FejtsdelKigpV86kT8GRVrLwkXIOVQLHPm7Q,30661
|
|
185
|
-
letta_nightly-0.1.7.
|
|
186
|
-
letta_nightly-0.1.7.
|
|
187
|
-
letta_nightly-0.1.7.
|
|
188
|
-
letta_nightly-0.1.7.
|
|
189
|
-
letta_nightly-0.1.7.
|
|
185
|
+
letta_nightly-0.1.7.dev20241002104051.dist-info/LICENSE,sha256=mExtuZ_GYJgDEI38GWdiEYZizZS4KkVt2SF1g_GPNhI,10759
|
|
186
|
+
letta_nightly-0.1.7.dev20241002104051.dist-info/METADATA,sha256=CZRkBRUH41egw16NT07RzK7gInHg883ZJl2ksmU2mbc,5812
|
|
187
|
+
letta_nightly-0.1.7.dev20241002104051.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
188
|
+
letta_nightly-0.1.7.dev20241002104051.dist-info/entry_points.txt,sha256=2zdiyGNEZGV5oYBuS-y2nAAgjDgcC9yM_mHJBFSRt5U,40
|
|
189
|
+
letta_nightly-0.1.7.dev20241002104051.dist-info/RECORD,,
|