mem-llm 1.0.0__py3-none-any.whl → 1.0.1__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 mem-llm might be problematic. Click here for more details.
- {memory_llm → mem_llm}/__init__.py +1 -1
- {mem_llm-1.0.0.dist-info → mem_llm-1.0.1.dist-info}/METADATA +5 -5
- mem_llm-1.0.1.dist-info/RECORD +14 -0
- mem_llm-1.0.1.dist-info/top_level.txt +1 -0
- mem_llm-1.0.0.dist-info/RECORD +0 -14
- mem_llm-1.0.0.dist-info/top_level.txt +0 -1
- {memory_llm → mem_llm}/config.yaml.example +0 -0
- {memory_llm → mem_llm}/config_manager.py +0 -0
- {memory_llm → mem_llm}/knowledge_loader.py +0 -0
- {memory_llm → mem_llm}/llm_client.py +0 -0
- {memory_llm → mem_llm}/mem_agent.py +0 -0
- {memory_llm → mem_llm}/memory_db.py +0 -0
- {memory_llm → mem_llm}/memory_manager.py +0 -0
- {memory_llm → mem_llm}/memory_tools.py +0 -0
- {memory_llm → mem_llm}/prompt_templates.py +0 -0
- {mem_llm-1.0.0.dist-info → mem_llm-1.0.1.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mem-llm
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Memory-enabled AI assistant with local LLM support
|
|
5
5
|
Home-page: https://github.com/emredeveloper/Mem-LLM
|
|
6
6
|
Author: C. Emre Karataş
|
|
@@ -86,7 +86,7 @@ ollama pull granite4:tiny-h
|
|
|
86
86
|
### 3. Use Mem-Agent
|
|
87
87
|
|
|
88
88
|
```python
|
|
89
|
-
from
|
|
89
|
+
from mem_llm import MemAgent
|
|
90
90
|
|
|
91
91
|
# Create agent
|
|
92
92
|
agent = MemAgent(model="granite4:tiny-h")
|
|
@@ -150,7 +150,7 @@ Memory LLM/
|
|
|
150
150
|
### MemAgent Class
|
|
151
151
|
|
|
152
152
|
```python
|
|
153
|
-
from
|
|
153
|
+
from mem_llm import MemAgent
|
|
154
154
|
|
|
155
155
|
agent = MemAgent(
|
|
156
156
|
model="granite4:tiny-h", # Ollama model name
|
|
@@ -197,7 +197,7 @@ agent.clear_user_memory("user_id", confirm=True)
|
|
|
197
197
|
### MemoryManager Class
|
|
198
198
|
|
|
199
199
|
```python
|
|
200
|
-
from
|
|
200
|
+
from mem_llm import MemoryManager
|
|
201
201
|
|
|
202
202
|
memory = MemoryManager(memory_dir="memories")
|
|
203
203
|
|
|
@@ -222,7 +222,7 @@ results = memory.search_memory("user_id", "order")
|
|
|
222
222
|
### OllamaClient Class
|
|
223
223
|
|
|
224
224
|
```python
|
|
225
|
-
from
|
|
225
|
+
from mem_llm import OllamaClient
|
|
226
226
|
|
|
227
227
|
client = OllamaClient(model="granite4:tiny-h")
|
|
228
228
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
mem_llm/__init__.py,sha256=Q_Ryd4aayMcfh9dNelr7TNupMc_AWWIuFmZUwO_Rn4I,827
|
|
2
|
+
mem_llm/config.yaml.example,sha256=lgmfaU5pxnIm4zYxwgCcgLSohNx1Jw6oh3Qk0Xoe2DE,917
|
|
3
|
+
mem_llm/config_manager.py,sha256=8PIHs21jZWlI-eG9DgekjOvNxU3-U4xH7SbT8Gr-Z6M,7075
|
|
4
|
+
mem_llm/knowledge_loader.py,sha256=oSNhfYYcx7DlZLVogxnbSwaIydq_Q3__RDJFeZR2XVw,2699
|
|
5
|
+
mem_llm/llm_client.py,sha256=tLNulVEV_tWdktvcQUokdhd0gTkIISUHipglRt17IWk,5255
|
|
6
|
+
mem_llm/mem_agent.py,sha256=AMw8X5cFdHoyphyHf9B4eBXDFGTLEv9nkDBXnO_fGL4,19907
|
|
7
|
+
mem_llm/memory_db.py,sha256=OGWTIHBHh1qETGvmrlZWfmv9szSaFuSCzJGMZg6HBww,12329
|
|
8
|
+
mem_llm/memory_manager.py,sha256=-JM0Qb5dYm1Rj4jd3FQfDpZSaya-ly9rcgEjyvnyDzk,8052
|
|
9
|
+
mem_llm/memory_tools.py,sha256=ARANFqu_bmL56SlV1RzTjfQsJj-Qe2QvqY0pF92hDxU,8678
|
|
10
|
+
mem_llm/prompt_templates.py,sha256=tCiQJw3QQKIaH8NsxEKOIaIVxw4XT43PwdmyfCINzzM,6536
|
|
11
|
+
mem_llm-1.0.1.dist-info/METADATA,sha256=QbeIJOQT5bhn7suA7Eo8AUe7RfDhK0jV8UZqxeF6o6g,9347
|
|
12
|
+
mem_llm-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
13
|
+
mem_llm-1.0.1.dist-info/top_level.txt,sha256=_fU1ML-0JwkaxWdhqpwtmTNaJEOvDMQeJdA8d5WqDn8,8
|
|
14
|
+
mem_llm-1.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
mem_llm
|
mem_llm-1.0.0.dist-info/RECORD
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
memory_llm/__init__.py,sha256=74hTFnqEMUtTnTLUtZllFo-8NM-JghqZgPH9SDgQj0g,827
|
|
2
|
-
memory_llm/config.yaml.example,sha256=lgmfaU5pxnIm4zYxwgCcgLSohNx1Jw6oh3Qk0Xoe2DE,917
|
|
3
|
-
memory_llm/config_manager.py,sha256=8PIHs21jZWlI-eG9DgekjOvNxU3-U4xH7SbT8Gr-Z6M,7075
|
|
4
|
-
memory_llm/knowledge_loader.py,sha256=oSNhfYYcx7DlZLVogxnbSwaIydq_Q3__RDJFeZR2XVw,2699
|
|
5
|
-
memory_llm/llm_client.py,sha256=tLNulVEV_tWdktvcQUokdhd0gTkIISUHipglRt17IWk,5255
|
|
6
|
-
memory_llm/mem_agent.py,sha256=AMw8X5cFdHoyphyHf9B4eBXDFGTLEv9nkDBXnO_fGL4,19907
|
|
7
|
-
memory_llm/memory_db.py,sha256=OGWTIHBHh1qETGvmrlZWfmv9szSaFuSCzJGMZg6HBww,12329
|
|
8
|
-
memory_llm/memory_manager.py,sha256=-JM0Qb5dYm1Rj4jd3FQfDpZSaya-ly9rcgEjyvnyDzk,8052
|
|
9
|
-
memory_llm/memory_tools.py,sha256=ARANFqu_bmL56SlV1RzTjfQsJj-Qe2QvqY0pF92hDxU,8678
|
|
10
|
-
memory_llm/prompt_templates.py,sha256=tCiQJw3QQKIaH8NsxEKOIaIVxw4XT43PwdmyfCINzzM,6536
|
|
11
|
-
mem_llm-1.0.0.dist-info/METADATA,sha256=Pdiho_vUo-vCZgKde5WYCqfabFtXoubMJA97u_qLjaY,9359
|
|
12
|
-
mem_llm-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
13
|
-
mem_llm-1.0.0.dist-info/top_level.txt,sha256=7I8wePWMtiZ-viJGXLYAiHpxiwpwPbFhNn1cyufySok,11
|
|
14
|
-
mem_llm-1.0.0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
memory_llm
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|