Commit 1fe7b90
committed
refactor: Remove deprecated LiteLLM references
LiteLLM model router has been deprecated in favor of direct API calls.
This commit removes all LiteLLM references including:
- Deleted config/litellm.yaml entirely
- Removed LITELLM_MASTER_KEY and LITELLM_SALT_KEY generation
- Updated docker-compose to not reference LiteLLM
- Cleaned up .env.example (also removed deprecated Hound/LanceDB sections)
- Updated CI workflow and test scripts
- Updated documentation
The tiered memory system now uses:
- Hot: Redis (session cache)
- Warm: Graphiti/Neo4j (knowledge graph)
- Cold: SQLite (metadata, full-text search)
- Archive: Obsidian Vault (human-readable notes)1 parent 42a7080 commit 1fe7b90
12 files changed
Lines changed: 17 additions & 382 deletions
File tree
- .github/workflows
- config
- docker
- scripts
- wiki
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 109 | | |
139 | 110 | | |
140 | 111 | | |
| |||
180 | 151 | | |
181 | 152 | | |
182 | 153 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | 154 | | |
205 | 155 | | |
206 | 156 | | |
| |||
263 | 213 | | |
264 | 214 | | |
265 | 215 | | |
266 | | - | |
267 | 216 | | |
268 | 217 | | |
269 | 218 | | |
270 | 219 | | |
271 | 220 | | |
272 | 221 | | |
273 | | - | |
274 | 222 | | |
275 | 223 | | |
276 | 224 | | |
277 | 225 | | |
278 | 226 | | |
279 | 227 | | |
280 | 228 | | |
281 | | - | |
282 | 229 | | |
283 | 230 | | |
284 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 164 | | |
176 | 165 | | |
177 | 166 | | |
| |||
180 | 169 | | |
181 | 170 | | |
182 | 171 | | |
183 | | - | |
184 | | - | |
| 172 | + | |
185 | 173 | | |
186 | 174 | | |
187 | | - | |
188 | 175 | | |
189 | 176 | | |
190 | 177 | | |
| |||
242 | 229 | | |
243 | 230 | | |
244 | 231 | | |
245 | | - | |
246 | 232 | | |
247 | 233 | | |
248 | 234 | | |
| |||
274 | 260 | | |
275 | 261 | | |
276 | 262 | | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | 263 | | |
287 | 264 | | |
288 | 265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
This file was deleted.
0 commit comments