khoj 1.26.1.dev3__py3-none-any.whl → 1.26.3__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.
- khoj/database/adapters/__init__.py +27 -7
- khoj/database/migrations/0070_alter_agent_input_tools_alter_agent_output_modes.py +46 -0
- khoj/database/models/__init__.py +6 -2
- khoj/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-ba79408024891b00.js → webpack-c6008e79c8ef349d.js} +1 -1
- khoj/interface/compiled/agents/index.html +1 -1
- khoj/interface/compiled/agents/index.txt +2 -2
- khoj/interface/compiled/automations/index.html +1 -1
- khoj/interface/compiled/automations/index.txt +1 -1
- khoj/interface/compiled/chat/index.html +1 -1
- khoj/interface/compiled/chat/index.txt +2 -2
- khoj/interface/compiled/factchecker/index.html +1 -1
- khoj/interface/compiled/factchecker/index.txt +2 -2
- khoj/interface/compiled/index.html +1 -1
- khoj/interface/compiled/index.txt +2 -2
- khoj/interface/compiled/search/index.html +1 -1
- khoj/interface/compiled/search/index.txt +2 -2
- khoj/interface/compiled/settings/index.html +1 -1
- khoj/interface/compiled/settings/index.txt +1 -1
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/processor/content/pdf/pdf_to_entries.py +1 -1
- khoj/routers/api.py +9 -2
- khoj/routers/api_chat.py +1 -1
- {khoj-1.26.1.dev3.dist-info → khoj-1.26.3.dist-info}/METADATA +1 -1
- {khoj-1.26.1.dev3.dist-info → khoj-1.26.3.dist-info}/RECORD +36 -35
- /khoj/interface/compiled/_next/static/{0KX2AuxAEK1Jhb97imej7 → VAh_VYS6UDrCFQxDUdq4b}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{0KX2AuxAEK1Jhb97imej7 → VAh_VYS6UDrCFQxDUdq4b}/_ssgManifest.js +0 -0
- /khoj/interface/compiled/_next/static/chunks/{9178-f208a3e6404714a9.js → 9178-899fe9a6b754ecfe.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{9417-1ad504db22331388.js → 9417-46ed3aaa639c85ef.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{9479-adede27bb126b5d0.js → 9479-ea776e73f549090c.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/app/agents/{page-e9eee31dbdb4658c.js → page-7779a7bca08521a0.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/app/{page-ab9beb5a26e396f7.js → page-8660f2e832e57de8.js} +0 -0
- {khoj-1.26.1.dev3.dist-info → khoj-1.26.3.dist-info}/WHEEL +0 -0
- {khoj-1.26.1.dev3.dist-info → khoj-1.26.3.dist-info}/entry_points.txt +0 -0
- {khoj-1.26.1.dev3.dist-info → khoj-1.26.3.dist-info}/licenses/LICENSE +0 -0
@@ -11,7 +11,7 @@ khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
khoj/database/admin.py,sha256=VGXfQYYURbfeAslZq9icTsKKk3s93iTmssW6UtTtw88,9571
|
12
12
|
khoj/database/apps.py,sha256=pM4tkX5Odw4YW_hLLKK8Nd5kqGddf1en0oMCea44RZw,153
|
13
13
|
khoj/database/tests.py,sha256=mrbGGRNg5jwbTJtWWa7zSKdDyeB4vmgZCRc2nk6VY-g,60
|
14
|
-
khoj/database/adapters/__init__.py,sha256=
|
14
|
+
khoj/database/adapters/__init__.py,sha256=VB9NGoQ3sAV3DeDSCamKRIt77dLL3eWuj1LEy4Hq8J8,64648
|
15
15
|
khoj/database/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
khoj/database/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
khoj/database/management/commands/change_generated_images_url.py,sha256=w52FwRlyOL4YRpp9O6jJUjSIuGLxVhaS2w1D7gtQgOE,2644
|
@@ -97,25 +97,26 @@ khoj/database/migrations/0066_remove_agent_tools_agent_input_tools_and_more.py,s
|
|
97
97
|
khoj/database/migrations/0067_alter_agent_style_icon.py,sha256=Z2HrLjBV5gx_OguzeJOPQmopx4HO52SsjAeR7bvZBQw,1861
|
98
98
|
khoj/database/migrations/0068_alter_agent_output_modes.py,sha256=G86wHkT2eWUSwsO4U2NS1t_UzVjEz4kzbgENy8mpicw,692
|
99
99
|
khoj/database/migrations/0069_webscraper_serverchatsettings_web_scraper.py,sha256=5yQ4DsYqtz2SvUU7b1izrNtgFOHNsVD2l05oC_gBAjU,3145
|
100
|
+
khoj/database/migrations/0070_alter_agent_input_tools_alter_agent_output_modes.py,sha256=ngMtW34OPde72xa3tRIAKiICiJtpbxE4oZmAP4GFhrQ,1451
|
100
101
|
khoj/database/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
101
|
-
khoj/database/models/__init__.py,sha256=
|
102
|
+
khoj/database/models/__init__.py,sha256=pCQpkUQT9jbaYxiDWEuHdHbRo69DdynKb7WmxgzJcvE,23986
|
102
103
|
khoj/interface/compiled/agents.svg,sha256=yFCRwIM-Qawa0C5ggAo3ekb-Q1ElmotBOKIGhtfIQqM,1722
|
103
104
|
khoj/interface/compiled/automation.svg,sha256=o7L2XYwJWRSMvl8h6TBv6Pt28RTRVMHqF04EPY0AFj0,1467
|
104
105
|
khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvtM3A,2424
|
105
106
|
khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
|
106
107
|
khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
|
107
108
|
khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
|
108
|
-
khoj/interface/compiled/index.html,sha256=
|
109
|
-
khoj/interface/compiled/index.txt,sha256=
|
109
|
+
khoj/interface/compiled/index.html,sha256=sM0wCJH8hL-3_ECQ8UGAW9Slj7kOxkXOkAvFHM1ByhU,11791
|
110
|
+
khoj/interface/compiled/index.txt,sha256=Kf2XC2-mSmXFBaidoCpR10vkkZ5bvP-YTmmEkfYFAg0,5479
|
110
111
|
khoj/interface/compiled/khoj.webmanifest,sha256=lsknYkvEdMbRTOUYKXPM_8krN2gamJmM4u3qj8u9lrU,1682
|
111
112
|
khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
|
112
113
|
khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
|
113
114
|
khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
|
114
115
|
khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
|
115
116
|
khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
|
116
|
-
khoj/interface/compiled/404/index.html,sha256=
|
117
|
-
khoj/interface/compiled/_next/static/
|
118
|
-
khoj/interface/compiled/_next/static/
|
117
|
+
khoj/interface/compiled/404/index.html,sha256=VxRzVIIV2fR1MxYYCH9NwLc-u6fP8M9G1eNaBPGCarc,12051
|
118
|
+
khoj/interface/compiled/_next/static/VAh_VYS6UDrCFQxDUdq4b/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
119
|
+
khoj/interface/compiled/_next/static/VAh_VYS6UDrCFQxDUdq4b/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
119
120
|
khoj/interface/compiled/_next/static/chunks/121-7024f479c297aef0.js,sha256=CcRT2AArGYTo7Orl5w69nrnMqdI_EmyEP_YqIj3FU1c,20952
|
120
121
|
khoj/interface/compiled/_next/static/chunks/1603-fa3ee48860b9dc5c.js,sha256=HVKZBRar7SDL79-0YMd-Czrr3nyWu5nWvcU11xSQH2k,71504
|
121
122
|
khoj/interface/compiled/_next/static/chunks/2697-a38d01981ad3bdf8.js,sha256=bPajH6RHGusfrF6IlxIsLLwnIwMIPeZfsFzJ_oS-UCI,7511
|
@@ -131,21 +132,21 @@ khoj/interface/compiled/_next/static/chunks/6297-d1c842ed3f714ab0.js,sha256=4nzZ
|
|
131
132
|
khoj/interface/compiled/_next/static/chunks/7023-a5bf5744d19b3bd3.js,sha256=TBJA7dTnI8nymtbljKuZzo2hbStXWR-P8Qkl57k2Tw8,123898
|
132
133
|
khoj/interface/compiled/_next/static/chunks/7762-79f2205740622b5c.js,sha256=DOPdP09qQbmaPZhirSEh6YqTkC7afirl0Pzu3v3A9Pg,35789
|
133
134
|
khoj/interface/compiled/_next/static/chunks/9001-3b27af6d5f21df44.js,sha256=ran2mMGTO2kiAJebRGMyfyAu4Sdjw-WobS_m6g-qjz8,34223
|
134
|
-
khoj/interface/compiled/_next/static/chunks/9178-
|
135
|
-
khoj/interface/compiled/_next/static/chunks/9417-
|
136
|
-
khoj/interface/compiled/_next/static/chunks/9479-
|
135
|
+
khoj/interface/compiled/_next/static/chunks/9178-899fe9a6b754ecfe.js,sha256=AkZ8mx8fdZKFZxR0wXVkQ_0hkcd8NYbNoSSF8sthUSY,17798
|
136
|
+
khoj/interface/compiled/_next/static/chunks/9417-46ed3aaa639c85ef.js,sha256=xFWvkQGxr-fe7OTQKZKN8oTIwFindg50yrM15g_F-Sw,19484
|
137
|
+
khoj/interface/compiled/_next/static/chunks/9479-ea776e73f549090c.js,sha256=UMEvFNiYVNbeJneDLiBMzVZkjQusLakatsMUh71vFAI,22265
|
137
138
|
khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
|
138
139
|
khoj/interface/compiled/_next/static/chunks/fd9d1056-2b978342deb60015.js,sha256=2lquiZSfbI-gX4j4TW4JSMLL_D5ShqwydgWpFyXrTy8,172834
|
139
140
|
khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256=sFFnSyDnFoOc61lP-EtTzTyf-zGA78ejDyMgPFMDw2Q,140001
|
140
141
|
khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
|
141
142
|
khoj/interface/compiled/_next/static/chunks/main-f84cd3c1873cd842.js,sha256=jKg2A4pPMmEAQmrA10rACH3daS8XXJeMnGOz1AsTkdI,111099
|
142
143
|
khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
|
143
|
-
khoj/interface/compiled/_next/static/chunks/webpack-
|
144
|
+
khoj/interface/compiled/_next/static/chunks/webpack-c6008e79c8ef349d.js,sha256=bHoyMSM73hpMRlNN-Ow0ffQBu5SOysfMiEo1midwKUg,3721
|
144
145
|
khoj/interface/compiled/_next/static/chunks/app/layout-d0f0a9067427fb20.js,sha256=ilPUPuMQt_2D48lC5c6AYeXT7J28ElR_Ym6VtjQwCO0,442
|
145
|
-
khoj/interface/compiled/_next/static/chunks/app/page-
|
146
|
+
khoj/interface/compiled/_next/static/chunks/app/page-8660f2e832e57de8.js,sha256=5WWAXDHF6ru8mqlFH1ndBvFGXKrGCYaDxqUe07NXpYU,28640
|
146
147
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
|
147
148
|
khoj/interface/compiled/_next/static/chunks/app/agents/layout-75636ab3a413fa8e.js,sha256=0bdI7GBXZxpLy88hdWQiOc26QRZaD9R86YNMmGakWl4,372
|
148
|
-
khoj/interface/compiled/_next/static/chunks/app/agents/page-
|
149
|
+
khoj/interface/compiled/_next/static/chunks/app/agents/page-7779a7bca08521a0.js,sha256=FgrXcKn8_9LHoQKZscK-xi0pIWCdR5v-0Fc9FxjSNKw,38505
|
149
150
|
khoj/interface/compiled/_next/static/chunks/app/automations/layout-27c28e923c9b1ff0.js,sha256=d2vJ_lVB0pfeFXNUPzHAe1ca5NzdNowHPh___SPqugM,5143
|
150
151
|
khoj/interface/compiled/_next/static/chunks/app/automations/page-2edc21f30819def4.js,sha256=pnJPDfAQE1chtGwy2R-LjqTDjO2NDhB5oqHY-PrpM9w,35445
|
151
152
|
khoj/interface/compiled/_next/static/chunks/app/chat/layout-96fcf62857bf8f30.js,sha256=1CjjxW27P-98-jfx8gBX3eBiLI-3k9zQ6nJqcZoNMBQ,374
|
@@ -241,8 +242,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
241
242
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
242
243
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
243
244
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
244
|
-
khoj/interface/compiled/agents/index.html,sha256=
|
245
|
-
khoj/interface/compiled/agents/index.txt,sha256=
|
245
|
+
khoj/interface/compiled/agents/index.html,sha256=WFs0O3zHsAc1y0tC4VxQzTGWkFL45MHRxcwNYHDaD_Q,12522
|
246
|
+
khoj/interface/compiled/agents/index.txt,sha256=12g5T4VX8cQhRNvOUAAlModquHTYymm_PMT_VttxCiY,5993
|
246
247
|
khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
|
247
248
|
khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
|
248
249
|
khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
|
@@ -253,18 +254,18 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
|
|
253
254
|
khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
|
254
255
|
khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
|
255
256
|
khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
|
256
|
-
khoj/interface/compiled/automations/index.html,sha256=
|
257
|
-
khoj/interface/compiled/automations/index.txt,sha256=
|
258
|
-
khoj/interface/compiled/chat/index.html,sha256=
|
259
|
-
khoj/interface/compiled/chat/index.txt,sha256=
|
260
|
-
khoj/interface/compiled/factchecker/index.html,sha256=
|
261
|
-
khoj/interface/compiled/factchecker/index.txt,sha256=
|
262
|
-
khoj/interface/compiled/search/index.html,sha256=
|
263
|
-
khoj/interface/compiled/search/index.txt,sha256=
|
264
|
-
khoj/interface/compiled/settings/index.html,sha256=
|
265
|
-
khoj/interface/compiled/settings/index.txt,sha256=
|
266
|
-
khoj/interface/compiled/share/chat/index.html,sha256=
|
267
|
-
khoj/interface/compiled/share/chat/index.txt,sha256=
|
257
|
+
khoj/interface/compiled/automations/index.html,sha256=H9oY66yWj7PxKEo-Q4Ll7OC_2QcVT2D-D7HbZtvaoEA,30932
|
258
|
+
khoj/interface/compiled/automations/index.txt,sha256=K7ci8mwjfjsLsp5yzcUK6sc9-egVrErtRFYvOhRbImc,5627
|
259
|
+
khoj/interface/compiled/chat/index.html,sha256=BelI5Bfplw8FbR0Y063xAJ83cuJ2ttqkE6oyMkKSSc0,13724
|
260
|
+
khoj/interface/compiled/chat/index.txt,sha256=9LoURlNuYcZCMRiMH9oW5is1Rppi2n7LVQAfz_0G_W8,6486
|
261
|
+
khoj/interface/compiled/factchecker/index.html,sha256=wxz3dCk5Z_Dbup_ezzBVs8S_qkxsJVu_ovPN--W5duw,29973
|
262
|
+
khoj/interface/compiled/factchecker/index.txt,sha256=rk4z9lEbJLRu1TxfSdIO4GwN9MTS2xabbrUl0K40YCA,5788
|
263
|
+
khoj/interface/compiled/search/index.html,sha256=UNdGSKhI4UnOlcLZrSuNM4rr2AuortUZz7Y69fwyBfQ,30161
|
264
|
+
khoj/interface/compiled/search/index.txt,sha256=GZcYA-eRxziaQZcEIKaKxTlxI4lWzzq1sgF8H1cLa-8,5256
|
265
|
+
khoj/interface/compiled/settings/index.html,sha256=VwgP8E5ZvALGnYeox1PG84-HLgNK-gOU7axkQRU_JYY,12831
|
266
|
+
khoj/interface/compiled/settings/index.txt,sha256=L1lGBp6JHkk1le903tmSS5AYPqDDjLUboUOwm3cmg8Y,6078
|
267
|
+
khoj/interface/compiled/share/chat/index.html,sha256=LGYaUX6I_xmbmn2KaL98cUz_x_4dVIGAUoLhpZDeW_M,15049
|
268
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=4QWykBhVpYxjJFegq7rLUUAUuan-jk0kcoA6z1uxoM0,7297
|
268
269
|
khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
|
269
270
|
khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
|
270
271
|
khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
|
@@ -312,7 +313,7 @@ khoj/processor/content/org_mode/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm
|
|
312
313
|
khoj/processor/content/org_mode/org_to_entries.py,sha256=UYlCJRaNwwuf9LobiprVSGECOOyNV0q3R1kVnmOdvE8,10251
|
313
314
|
khoj/processor/content/org_mode/orgnode.py,sha256=C0j0e6iHAY3bKBIcM9PaytqoR9dQ1Qd6hNHzMN-Zeg0,18476
|
314
315
|
khoj/processor/content/pdf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
315
|
-
khoj/processor/content/pdf/pdf_to_entries.py,sha256=
|
316
|
+
khoj/processor/content/pdf/pdf_to_entries.py,sha256=kROQUGqHs6J8Xi2rEHVgkc_iLMcSlhtyXTAL5yafsRo,4912
|
316
317
|
khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
317
318
|
khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=97i7Cm0DTY7jW4iqKOT_oVc2ooa_XhQ8iImsljp1Kek,4994
|
318
319
|
khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -338,9 +339,9 @@ khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWX
|
|
338
339
|
khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
339
340
|
khoj/processor/tools/online_search.py,sha256=rve174mQz6CEBsLHt4SWEWA9Sp9anXjFHJo62SxmP3M,14317
|
340
341
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
341
|
-
khoj/routers/api.py,sha256=
|
342
|
+
khoj/routers/api.py,sha256=FfjP8dylBUs_yajXiDXfKR-qRvU30npZC-nA-KsmG6k,27858
|
342
343
|
khoj/routers/api_agents.py,sha256=1rmFp6rnvf3JxL0VS7X5awEvartYieBHjEWNJNnObvQ,8877
|
343
|
-
khoj/routers/api_chat.py,sha256=
|
344
|
+
khoj/routers/api_chat.py,sha256=Z0HbSTw_fY4UJA6C7t--aNLWpiUof8fqjYtSp7rifwI,40293
|
344
345
|
khoj/routers/api_content.py,sha256=lWunOwVWYvnl1ue_D81g9ZSwBc0UxHmBIrdJoVPxN_A,17900
|
345
346
|
khoj/routers/api_model.py,sha256=CR6aMVwgbh6dZEq1NZEeUBRVMMZubBQHTWAu6uzckf8,4650
|
346
347
|
khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
|
@@ -371,8 +372,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
|
|
371
372
|
khoj/utils/rawconfig.py,sha256=kURDuk7x0MDtniGLU4x1IsvU4UIBS-V9dSM4GD8X-LY,4274
|
372
373
|
khoj/utils/state.py,sha256=x4GTewP1YhOA6c_32N4wOjnV-3AA3xG_qbY1-wC2Uxc,1559
|
373
374
|
khoj/utils/yaml.py,sha256=H0mfw0ZvBFUvFmCQn8pWkfxdmIebsrSykza7D8Wv6wQ,1430
|
374
|
-
khoj-1.26.
|
375
|
-
khoj-1.26.
|
376
|
-
khoj-1.26.
|
377
|
-
khoj-1.26.
|
378
|
-
khoj-1.26.
|
375
|
+
khoj-1.26.3.dist-info/METADATA,sha256=7PgxuspjTJ6u7uT20rWO911g0cZIVpaBpyAusKt738I,7019
|
376
|
+
khoj-1.26.3.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
377
|
+
khoj-1.26.3.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
378
|
+
khoj-1.26.3.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
379
|
+
khoj-1.26.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
/khoj/interface/compiled/_next/static/chunks/{9178-f208a3e6404714a9.js → 9178-899fe9a6b754ecfe.js}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/chunks/{9417-1ad504db22331388.js → 9417-46ed3aaa639c85ef.js}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/chunks/{9479-adede27bb126b5d0.js → 9479-ea776e73f549090c.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|