khoj 1.30.2.dev22__py3-none-any.whl → 1.30.8.dev17__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.
Files changed (89) hide show
  1. khoj/database/adapters/__init__.py +1 -1
  2. khoj/database/admin.py +39 -0
  3. khoj/interface/compiled/404/index.html +1 -1
  4. khoj/interface/compiled/_next/static/chunks/1603-c68d44bc4ae6039a.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/{6901-e3dc0d315e3f6033.js → 2646-92ba433951d02d52.js} +2 -2
  6. khoj/interface/compiled/_next/static/chunks/3463-081c031e873b7966.js +3 -0
  7. khoj/interface/compiled/_next/static/chunks/{6297-55f82537bb7068dd.js → 3717-b46079dbe9f55694.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/4752-554a3db270186ce3.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/agents/layout-1878cc328ea380bd.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/app/agents/{page-5f6e0dacc34e33ad.js → page-2ffa7560aebff9a1.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/automations/layout-f1050c1f20a3af67.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/automations/{page-60bc7454bc3ea881.js → page-b0a6a6ed2267c1a2.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/chat/layout-9219a85f3477e722.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/app/chat/page-02f8616bba3e449e.js +1 -0
  15. khoj/interface/compiled/_next/static/chunks/app/layout-72ec1be8afd0b1ab.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/app/{page-358154a4436ef316.js → page-3ffd8f0934b896f3.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/app/search/layout-2ca475462c0b2176.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/app/search/{page-64ea1717528979af.js → page-059f237514f77628.js} +1 -1
  19. khoj/interface/compiled/_next/static/chunks/app/settings/layout-fe8a2f65ccafd142.js +1 -0
  20. khoj/interface/compiled/_next/static/chunks/app/settings/{page-17a538580c65e7fe.js → page-32e9423bede5b4a1.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-592e8c470f2c2084.js +1 -0
  22. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-47641b3691fb0856.js → page-0b8d90dc57dbc1d8.js} +1 -1
  23. khoj/interface/compiled/_next/static/chunks/{webpack-2389f756cfc04602.js → webpack-64477b5a1e621214.js} +1 -1
  24. khoj/interface/compiled/_next/static/css/3c34171b174cc381.css +25 -0
  25. khoj/interface/compiled/_next/static/css/{2ff098d0815fdbc1.css → 9d45de78fba367c1.css} +1 -1
  26. khoj/interface/compiled/_next/static/css/bedf49fbfc598358.css +1 -0
  27. khoj/interface/compiled/_next/static/media/e098aaaecc9cfbb2-s.p.woff2 +0 -0
  28. khoj/interface/compiled/agents/index.html +1 -1
  29. khoj/interface/compiled/agents/index.txt +2 -2
  30. khoj/interface/compiled/automations/index.html +1 -1
  31. khoj/interface/compiled/automations/index.txt +3 -3
  32. khoj/interface/compiled/chat/index.html +1 -1
  33. khoj/interface/compiled/chat/index.txt +2 -2
  34. khoj/interface/compiled/index.html +1 -1
  35. khoj/interface/compiled/index.txt +2 -2
  36. khoj/interface/compiled/search/index.html +1 -1
  37. khoj/interface/compiled/search/index.txt +2 -2
  38. khoj/interface/compiled/settings/index.html +1 -1
  39. khoj/interface/compiled/settings/index.txt +3 -3
  40. khoj/interface/compiled/share/chat/index.html +1 -1
  41. khoj/interface/compiled/share/chat/index.txt +2 -2
  42. khoj/interface/web/.well-known/assetlinks.json +11 -0
  43. khoj/main.py +4 -0
  44. khoj/processor/conversation/anthropic/anthropic_chat.py +8 -2
  45. khoj/processor/conversation/anthropic/utils.py +8 -3
  46. khoj/processor/conversation/google/gemini_chat.py +8 -2
  47. khoj/processor/conversation/google/utils.py +8 -3
  48. khoj/processor/conversation/offline/chat_model.py +12 -4
  49. khoj/processor/conversation/openai/gpt.py +9 -2
  50. khoj/processor/conversation/openai/utils.py +7 -3
  51. khoj/processor/conversation/prompts.py +4 -4
  52. khoj/processor/conversation/utils.py +7 -4
  53. khoj/processor/tools/run_code.py +1 -25
  54. khoj/routers/api_chat.py +12 -2
  55. khoj/routers/api_subscription.py +9 -2
  56. khoj/routers/auth.py +2 -2
  57. khoj/routers/research.py +2 -1
  58. khoj/routers/web_client.py +5 -0
  59. khoj/utils/cli.py +2 -0
  60. khoj/utils/constants.py +1 -0
  61. khoj/utils/helpers.py +34 -4
  62. khoj/utils/state.py +1 -0
  63. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/METADATA +9 -4
  64. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/RECORD +74 -74
  65. khoj/interface/compiled/_next/static/chunks/1603-1407afe510f0145a.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/216-b2e4344315b88832.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/3124-e8410bbd01f6f188.js +0 -1
  68. khoj/interface/compiled/_next/static/chunks/796-36ee2d6829448c6d.js +0 -3
  69. khoj/interface/compiled/_next/static/chunks/9417-06236cd650f1abcd.js +0 -1
  70. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e9838b642913a071.js +0 -1
  71. khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f1b79a2c67af0b4.js +0 -1
  72. khoj/interface/compiled/_next/static/chunks/app/chat/layout-b0e7ff4baa3b5265.js +0 -1
  73. khoj/interface/compiled/_next/static/chunks/app/chat/page-ac366c9111374312.js +0 -1
  74. khoj/interface/compiled/_next/static/chunks/app/layout-86561d2fac35a91a.js +0 -1
  75. khoj/interface/compiled/_next/static/chunks/app/search/layout-ea6b73fdaf9b24ca.js +0 -1
  76. khoj/interface/compiled/_next/static/chunks/app/settings/layout-1f4d76a8b09517b1.js +0 -1
  77. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-cf7445cf0326bda3.js +0 -1
  78. khoj/interface/compiled/_next/static/css/0e9d53dcd7f11342.css +0 -1
  79. khoj/interface/compiled/_next/static/css/1a4038cc4acc8ee4.css +0 -25
  80. /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_buildManifest.js +0 -0
  81. /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_ssgManifest.js +0 -0
  82. /khoj/interface/compiled/_next/static/media/{5984b96ba4822821-s.woff2 → 5984b96ba4822821-s.p.woff2} +0 -0
  83. /khoj/interface/compiled/_next/static/media/{684adc3dde1b03f1-s.woff2 → 684adc3dde1b03f1-s.p.woff2} +0 -0
  84. /khoj/interface/compiled/_next/static/media/{82e3b9a1bdaf0c26-s.woff2 → 82e3b9a1bdaf0c26-s.p.woff2} +0 -0
  85. /khoj/interface/compiled/_next/static/media/{8d1ea331386a0db8-s.woff2 → 8d1ea331386a0db8-s.p.woff2} +0 -0
  86. /khoj/interface/compiled/_next/static/media/{b98b13dbc1c3b59c-s.woff2 → b98b13dbc1c3b59c-s.p.woff2} +0 -0
  87. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/WHEEL +0 -0
  88. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/entry_points.txt +0 -0
  89. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/licenses/LICENSE +0 -0
khoj/routers/research.py CHANGED
@@ -16,7 +16,7 @@ from khoj.processor.conversation.utils import (
16
16
  construct_tool_chat_history,
17
17
  )
18
18
  from khoj.processor.tools.online_search import read_webpages, search_online
19
- from khoj.processor.tools.run_code import run_code, truncate_code_context
19
+ from khoj.processor.tools.run_code import run_code
20
20
  from khoj.routers.api import extract_references_and_questions
21
21
  from khoj.routers.helpers import (
22
22
  ChatEvent,
@@ -28,6 +28,7 @@ from khoj.utils.helpers import (
28
28
  function_calling_description_for_llm,
29
29
  is_none_or_empty,
30
30
  timer,
31
+ truncate_code_context,
31
32
  )
32
33
  from khoj.utils.rawconfig import LocationData
33
34
 
@@ -134,3 +134,8 @@ def automations_config_page(
134
134
  "request": request,
135
135
  },
136
136
  )
137
+
138
+
139
+ @web_client.get("/.well-known/assetlinks.json", response_class=FileResponse)
140
+ def assetlinks(request: Request):
141
+ return FileResponse(constants.assetlinks_file_path)
khoj/utils/cli.py CHANGED
@@ -40,6 +40,8 @@ def cli(args=None):
40
40
  type=pathlib.Path,
41
41
  help="Path to UNIX socket for server. Use to run server behind reverse proxy. Default: /tmp/uvicorn.sock",
42
42
  )
43
+ parser.add_argument("--sslcert", type=str, help="Path to SSL certificate file")
44
+ parser.add_argument("--sslkey", type=str, help="Path to SSL key file")
43
45
  parser.add_argument("--version", "-V", action="store_true", help="Print the installed Khoj version and exit")
44
46
  parser.add_argument(
45
47
  "--disable-chat-on-gpu", action="store_true", default=False, help="Disable using GPU for the offline chat model"
khoj/utils/constants.py CHANGED
@@ -5,6 +5,7 @@ app_root_directory = Path(__file__).parent.parent.parent
5
5
  web_directory = app_root_directory / "khoj/interface/web/"
6
6
  next_js_directory = app_root_directory / "khoj/interface/built/"
7
7
  pypi_static_directory = app_root_directory / "khoj/interface/compiled/"
8
+ assetlinks_file_path = web_directory / ".well-known/assetlinks.json"
8
9
  empty_escape_sequences = "\n|\r|\t| "
9
10
  app_env_filepath = "~/.khoj/env"
10
11
  telemetry_server = "https://khoj.beta.haletic.com/v1/telemetry"
khoj/utils/helpers.py CHANGED
@@ -1,5 +1,6 @@
1
1
  from __future__ import annotations # to avoid quoting type hints
2
2
 
3
+ import copy
3
4
  import datetime
4
5
  import io
5
6
  import ipaddress
@@ -18,7 +19,7 @@ from itertools import islice
18
19
  from os import path
19
20
  from pathlib import Path
20
21
  from time import perf_counter
21
- from typing import TYPE_CHECKING, Optional, Union
22
+ from typing import TYPE_CHECKING, Any, Optional, Union
22
23
  from urllib.parse import urlparse
23
24
 
24
25
  import psutil
@@ -255,9 +256,9 @@ def get_server_id():
255
256
 
256
257
 
257
258
  def telemetry_disabled(app_config: AppConfig, telemetry_disable_env) -> bool:
258
- return (
259
- not app_config.should_log_telemetry if app_config and app_config.should_log_telemetry else telemetry_disable_env
260
- )
259
+ if telemetry_disable_env is True:
260
+ return True
261
+ return not app_config or not app_config.should_log_telemetry
261
262
 
262
263
 
263
264
  def log_telemetry(
@@ -451,6 +452,12 @@ def in_debug_mode():
451
452
  return is_env_var_true("KHOJ_DEBUG")
452
453
 
453
454
 
455
+ def is_promptrace_enabled():
456
+ """Check if Khoj is running with prompt tracing enabled.
457
+ Set PROMPTRACE_DIR environment variable to prompt tracing path to enable it."""
458
+ return not is_none_or_empty(os.getenv("PROMPTRACE_DIR"))
459
+
460
+
454
461
  def is_valid_url(url: str) -> bool:
455
462
  """Check if a string is a valid URL"""
456
463
  try:
@@ -521,6 +528,29 @@ def convert_image_to_webp(image_bytes):
521
528
  return webp_image_bytes
522
529
 
523
530
 
531
+ def truncate_code_context(original_code_results: dict[str, Any], max_chars=10000) -> dict[str, Any]:
532
+ """
533
+ Truncate large output files and drop image file data from code results.
534
+ """
535
+ # Create a deep copy of the code results to avoid modifying the original data
536
+ code_results = copy.deepcopy(original_code_results)
537
+ for code_result in code_results.values():
538
+ for idx, output_file in enumerate(code_result["results"]["output_files"]):
539
+ # Drop image files from code results
540
+ if Path(output_file["filename"]).suffix in {".png", ".jpg", ".jpeg", ".webp"}:
541
+ code_result["results"]["output_files"][idx] = {
542
+ "filename": output_file["filename"],
543
+ "b64_data": "[placeholder for generated image data for brevity]",
544
+ }
545
+ # Truncate large output files
546
+ elif len(output_file["b64_data"]) > max_chars:
547
+ code_result["results"]["output_files"][idx] = {
548
+ "filename": output_file["filename"],
549
+ "b64_data": output_file["b64_data"][:max_chars] + "...",
550
+ }
551
+ return code_results
552
+
553
+
524
554
  @lru_cache
525
555
  def tz_to_cc_map() -> dict[str, str]:
526
556
  """Create a mapping of timezone to country code"""
khoj/utils/state.py CHANGED
@@ -27,6 +27,7 @@ config_file: Path = None
27
27
  verbose: int = 0
28
28
  host: str = None
29
29
  port: int = None
30
+ ssl_config: Dict[str, str] = None
30
31
  cli_args: List[str] = None
31
32
  query_cache: Dict[str, LRU] = defaultdict(LRU)
32
33
  chat_lock = threading.Lock()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: khoj
3
- Version: 1.30.2.dev22
3
+ Version: 1.30.8.dev17
4
4
  Summary: Your Second Brain
5
5
  Project-URL: Homepage, https://khoj.dev
6
6
  Project-URL: Documentation, https://docs.khoj.dev
@@ -131,10 +131,17 @@ Description-Content-Type: text/markdown
131
131
 
132
132
  </div>
133
133
 
134
- <div align="left">
134
+ ***
135
+
136
+ ### 🎁 New
137
+ * Start any message with `/research` to try out the experimental research mode with Khoj.
138
+ * Anyone can now [create custom agents](https://blog.khoj.dev/posts/create-agents-on-khoj/) with tunable personality, tools and knowledge bases.
139
+ * [Read](https://blog.khoj.dev/posts/evaluate-khoj-quality/) about Khoj's excellent performance on modern retrieval and reasoning benchmarks.
135
140
 
136
141
  ***
137
142
 
143
+ ## Overview
144
+
138
145
  [Khoj](https://khoj.dev) is a personal AI app to extend your capabilities. It smoothly scales up from an on-device personal AI to a cloud-scale enterprise AI.
139
146
 
140
147
  - Chat with any local or online LLM (e.g llama3, qwen, gemma, mistral, gpt, claude, gemini).
@@ -149,8 +156,6 @@ Description-Content-Type: text/markdown
149
156
 
150
157
  ***
151
158
 
152
- </div>
153
-
154
159
  ## See it in action
155
160
 
156
161
  ![demo_chat](https://github.com/khoj-ai/khoj/blob/master/documentation/assets/img/quadratic_equation_khoj_web.gif?raw=true)
@@ -1,6 +1,6 @@
1
1
  khoj/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  khoj/configure.py,sha256=gJmEdBIXNje3tlCYgWG_t6KLv_fw2BxNSB7Aebao-Ck,17962
3
- khoj/main.py,sha256=WaV3muJXT-2MOBOm80kwvx76beUv2njJKRlbxs7jYvA,8300
3
+ khoj/main.py,sha256=YrLz-X7ipbZpt2goVG5h7vFEl96nEs0iQEJiN9bhF4Q,8500
4
4
  khoj/manage.py,sha256=njo6uLxGaMamTPesHjFEOIBJbpIUrz39e1V59zKj544,664
5
5
  khoj/app/README.md,sha256=PSQjKCdpU2hgszLVF8yEhV7TWhbEEb-1aYLTRuuAsKI,2832
6
6
  khoj/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -8,10 +8,10 @@ khoj/app/asgi.py,sha256=soh3C1xazlgHt_bDgKzrfzo2TKXbNYJsckcXNEgTip8,388
8
8
  khoj/app/settings.py,sha256=M6sQUu_AdeKl3eruecBaifRBhYOBIait0KA2NPizcBM,6198
9
9
  khoj/app/urls.py,sha256=7ECnusoAPAfbO_H_b5FUzYGvnb4LLdWaRDyKNvYuBvg,869
10
10
  khoj/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- khoj/database/admin.py,sha256=9xVVQ91gjLW4_ZpN1Ojp6zHynZBjMpJ_F_mEd1eyDA0,10718
11
+ khoj/database/admin.py,sha256=QJ580R2dwr1p8EFHzLhX5rY1HWBmZxeW9X9hDlU0FhA,12086
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=KxGzqtDpbDPJdy-CZFXOM7sLqogzJXYyp_NDHgXttEg,69084
14
+ khoj/database/adapters/__init__.py,sha256=4hGNCBISri7yHlanLkESTHIXO5aXO5JLtfnjakGeAgg,69083
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_default_model.py,sha256=HkFQOI-2rFjlu7YiulyRcTrITzSzXmY4WiV2hBmml0w,5209
@@ -111,37 +111,35 @@ khoj/interface/compiled/chat.svg,sha256=l2JoYRRgk201adTTdvJ-buKUrc0WGfsudix5xEvt
111
111
  khoj/interface/compiled/close.svg,sha256=hQ2iFLkNzHk0_iyTrSbwnWAeXYlgA-c2Eof2Iqh76n4,417
112
112
  khoj/interface/compiled/copy-button-success.svg,sha256=byqWAYD3Pn9IOXRjOKudJ-TJbP2UESbQGvtLWazNGjY,829
113
113
  khoj/interface/compiled/copy-button.svg,sha256=05bKM2eRxksfBlAPT7yMaoNJEk85bZCxQg67EVrPeHo,669
114
- khoj/interface/compiled/index.html,sha256=VcF2EdEJZ-TQeWOwt6pbu_Geol73SbBnnT0L_LEPOD8,12153
115
- khoj/interface/compiled/index.txt,sha256=LwFkLf0U3kyev3MMKGx5RhIJlt8US_YXHXxrjENdfn4,5609
114
+ khoj/interface/compiled/index.html,sha256=kHgYiYTZrUvuIygNp1NJL4VC0exOpQtLBkAV6xRpqCw,13332
115
+ khoj/interface/compiled/index.txt,sha256=ziyMvEZPOR6Zn2kCEjbooI4Ps8FznJqzKWTdw9FO2P4,5532
116
116
  khoj/interface/compiled/khoj.webmanifest,sha256=lsknYkvEdMbRTOUYKXPM_8krN2gamJmM4u3qj8u9lrU,1682
117
117
  khoj/interface/compiled/logo.svg,sha256=_QCKVYM4WT2Qhcf7aVFImjq_s5CwjynGXYAOgI7yf8w,8059
118
118
  khoj/interface/compiled/send.svg,sha256=VdavOWkVddcwcGcld6pdfmwfz7S91M-9O28cfeiKJkM,635
119
119
  khoj/interface/compiled/share.svg,sha256=91lwo75PvMDrgocuZQab6EQ62CxRbubh9Bhw7CWMKbg,1221
120
120
  khoj/interface/compiled/thumbs-down.svg,sha256=JGNl-DwoRmH2XFMPWwFFklmoYtKxaQbkLE3nuYKe8ZY,1019
121
121
  khoj/interface/compiled/thumbs-up.svg,sha256=yS1wxTRtiztkN-6nZciLoYQUB_KTYNPV8xFRwH2TQFw,1036
122
- khoj/interface/compiled/404/index.html,sha256=3jqtFBv9OGYkoCyYOFGxJ8Enk3GK5_Sh3KfbYzEvKdk,12023
123
- khoj/interface/compiled/_next/static/Tua1S1yzYQvGP_toWnaaz/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
124
- khoj/interface/compiled/_next/static/Tua1S1yzYQvGP_toWnaaz/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
122
+ khoj/interface/compiled/404/index.html,sha256=bnVx4DvHRZPQMVf2GyYZKr5-fNWOPeJ7Ri0u6r1gaf8,13459
123
+ khoj/interface/compiled/_next/static/X8lPgmtHPY-a6sH5qx8z9/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
124
+ khoj/interface/compiled/_next/static/X8lPgmtHPY-a6sH5qx8z9/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
125
125
  khoj/interface/compiled/_next/static/chunks/1210.ef7a0f9a7e43da1d.js,sha256=yOh1qtmNHPpDd6vR7CJOXSbq8M_slPujdTR_OXxaEYU,2121
126
126
  khoj/interface/compiled/_next/static/chunks/1279-4cb23143aa2c0228.js,sha256=zHMz-ixoNkLNUjN2-C48RGEyMs2mI9wsNRCczXnzIvQ,45616
127
127
  khoj/interface/compiled/_next/static/chunks/1459.690bf20e7d7b7090.js,sha256=z-ruZPxF_Z3ef_WOThd9Ox36AMhxaW3znizVivNnA34,34239
128
- khoj/interface/compiled/_next/static/chunks/1603-1407afe510f0145a.js,sha256=p9EvJACAEa6gwEA9q4hYpwkDuSBoVk1Lvl0PKNVtVHw,73915
128
+ khoj/interface/compiled/_next/static/chunks/1603-c68d44bc4ae6039a.js,sha256=yCs6OdRzInuO4FYE6Ie1lMU_AlNBC3TZPTylPR8wAEA,90673
129
129
  khoj/interface/compiled/_next/static/chunks/1970-1b63ac1497b03a10.js,sha256=r9S2sLd2AcvG8lqQloOcuDwvdtUdDA16CpsJJ9zs2Fs,29906
130
- khoj/interface/compiled/_next/static/chunks/216-b2e4344315b88832.js,sha256=Sz0t6FNM1oJXke42354nmPFREqb14BXDJO4AsqKOtAY,238786
130
+ khoj/interface/compiled/_next/static/chunks/2646-92ba433951d02d52.js,sha256=Gf6rp2_N_ba2c4P84yJ1sW1I6Kcp7pjCkLTnYNP7_v8,237441
131
131
  khoj/interface/compiled/_next/static/chunks/3072-be830e4f8412b9d2.js,sha256=BBUjJdE8AgmhoF6PA8WPC8d-01ppYgcZpjNyTGeayRE,35457
132
- khoj/interface/compiled/_next/static/chunks/3124-e8410bbd01f6f188.js,sha256=8nvTywzLygRGYmFlGbNik1c5wDFAFH_wYjm12mC9tgY,186256
132
+ khoj/interface/compiled/_next/static/chunks/3463-081c031e873b7966.js,sha256=i2gtKYe_IoTm-o_WroIkfMPkBduFTcJ35qQ0zG3HlcM,1090912
133
133
  khoj/interface/compiled/_next/static/chunks/3690-51312931ba1eae30.js,sha256=wNgE6XXRWdN4DwIsAcNhS--NuI94kKuJTYeB-_zSvZ8,37482
134
+ khoj/interface/compiled/_next/static/chunks/3717-b46079dbe9f55694.js,sha256=CDgJ8A-SuA9MSKRRv7mUAngABFU5Lof3JKd09hsnVDY,23625
134
135
  khoj/interface/compiled/_next/static/chunks/4504-62ac13e7d94c52f9.js,sha256=YJZXNOQENgdXRRU4s7PtlLajNRgKjJCzaZHfYYtA0tk,11651
135
136
  khoj/interface/compiled/_next/static/chunks/4602-460621c3241e0d13.js,sha256=pz2lEr0JOrMdrddv2R2vej4e9uxpOr5KFX966ClLbOU,29928
137
+ khoj/interface/compiled/_next/static/chunks/4752-554a3db270186ce3.js,sha256=pGLGL_rf3O0FObAsNpf6aqoQeLyouH-noW80uIy9DrY,429218
136
138
  khoj/interface/compiled/_next/static/chunks/5512-7cc62049bbe60e11.js,sha256=Ni89mckLMw1gUQbAWycg-c-LR94ju0VwyyoGdRORqHo,104335
137
139
  khoj/interface/compiled/_next/static/chunks/5538-e5f3c9f4d67a64b9.js,sha256=fVmOVGfIWKLMGBa8S2twxDRAZBXDDXn-bLKV_PNemB0,34224
138
- khoj/interface/compiled/_next/static/chunks/6297-55f82537bb7068dd.js,sha256=4nzZ2umR-q6wQ-8L4RSivWXKV_SE1dWoN9qA1I9lCRI,25675
139
- khoj/interface/compiled/_next/static/chunks/6901-e3dc0d315e3f6033.js,sha256=Rh9HgAhxeoRVj9_3Jq8edBF8UkMiveSOlY2Ynl4aekA,242160
140
140
  khoj/interface/compiled/_next/static/chunks/7023-e8de2bded4df6539.js,sha256=TBJA7dTnI8nymtbljKuZzo2hbStXWR-P8Qkl57k2Tw8,123898
141
141
  khoj/interface/compiled/_next/static/chunks/7592-a09c39a38e60634b.js,sha256=MZwXPDWpPP7g3X0RBXlKoY0t7zzvMr-E6zKoonVOY0I,16336
142
- khoj/interface/compiled/_next/static/chunks/796-36ee2d6829448c6d.js,sha256=sGuaWffm4HXr8jrS3_HpLzmiGSrZ9TJV1l0btptfPLA,1092974
143
142
  khoj/interface/compiled/_next/static/chunks/8423-1dda16bc56236523.js,sha256=w3edQ7QUU0dqyzTFQ7J9XRL_xtgX8dMlIesqqfNd07c,15293
144
- khoj/interface/compiled/_next/static/chunks/9417-06236cd650f1abcd.js,sha256=9r3lV-DxmhmQnYjroVbjAXPyX6rvSmhZKfUguE0dENw,15039
145
143
  khoj/interface/compiled/_next/static/chunks/94ca1967.5584df65931cfe83.js,sha256=lxdrZ8h3_IWkTuk6QlzM2Hd9Pvu9_p8h_EI4aveSOgE,1174519
146
144
  khoj/interface/compiled/_next/static/chunks/964ecbae.ea4eab2a3a835ffe.js,sha256=EccPkhdFk6L0NIAVQfWe4kOpRWqhf20PkYecy7R_fyo,1175119
147
145
  khoj/interface/compiled/_next/static/chunks/d3ac728e-a9e3522eef9b6b28.js,sha256=wK1TsLdl56xtbQG6HMRDpylzTOYXQaAnnn2xobFnX40,267216
@@ -150,37 +148,37 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
150
148
  khoj/interface/compiled/_next/static/chunks/main-1ea5c2e0fdef4626.js,sha256=8_u87PGI3PahFbDfGWGvpD-a18J7X7ChUqWIeqxVq7g,111061
151
149
  khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
152
150
  khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
153
- khoj/interface/compiled/_next/static/chunks/webpack-2389f756cfc04602.js,sha256=H6Z-eg05CMqaRteFD02TlQ9Vq2L3sYQTooSifMMHxMU,4039
154
- khoj/interface/compiled/_next/static/chunks/app/layout-86561d2fac35a91a.js,sha256=2EWsyKE2kcC5uDvsOtgG5OP0hHCX8sCph4NqhUU2rCg,442
155
- khoj/interface/compiled/_next/static/chunks/app/page-358154a4436ef316.js,sha256=Ga97xvtlKVsfcv4-sRDynIRzYn2de8xACgQTvdlRhgM,33219
151
+ khoj/interface/compiled/_next/static/chunks/webpack-64477b5a1e621214.js,sha256=v8DO-8HTKm12pVXSR6O_eaV8e4RYzRWfJDeDtSepWsQ,3991
152
+ khoj/interface/compiled/_next/static/chunks/app/layout-72ec1be8afd0b1ab.js,sha256=Hb2f_jhNZWv_3G4BNGyHK16XO3ha-FCXO8GBZq7iPLE,709
153
+ khoj/interface/compiled/_next/static/chunks/app/page-3ffd8f0934b896f3.js,sha256=pggs7VXApO6QgEWIUMJn9wSSlAGJO0gZOIv3lgFjtys,33109
156
154
  khoj/interface/compiled/_next/static/chunks/app/_not-found/page-cfba071f5a657256.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
157
- khoj/interface/compiled/_next/static/chunks/app/agents/layout-e9838b642913a071.js,sha256=w3vWDf7m2_VG7q98_KGAWbCO06RI7iqFYsb4nDqGUDw,372
158
- khoj/interface/compiled/_next/static/chunks/app/agents/page-5f6e0dacc34e33ad.js,sha256=uCUHiD3mUgkGFTW-18qaz8TVRMZkv2elE39HVjOZN7g,11749
159
- khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f1b79a2c67af0b4.js,sha256=MvPp1IfxmpfRaT4XDDpj-l6F4CV-loeGqi315QYXKZw,5143
160
- khoj/interface/compiled/_next/static/chunks/app/automations/page-60bc7454bc3ea881.js,sha256=sCUP_kTOLS7gP8Sodmk5qNbe7LbmQ1uzDBaBJLqZM0I,35348
161
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-b0e7ff4baa3b5265.js,sha256=a-Qv2nHUrCa1gIs4Qo5txnOlhhQessAdcnAhhjaN3ag,374
162
- khoj/interface/compiled/_next/static/chunks/app/chat/page-ac366c9111374312.js,sha256=qc4PooY23sDkGFgUfY-q0E15NVgjRHxQDyCjuD1EPbg,7069
163
- khoj/interface/compiled/_next/static/chunks/app/search/layout-ea6b73fdaf9b24ca.js,sha256=mBgNUjaTBNgIKOpZj722mh1ojg1CNIYRBPiupStSS6s,165
164
- khoj/interface/compiled/_next/static/chunks/app/search/page-64ea1717528979af.js,sha256=t24n4skHil9A2UZ6UTIBpYgWiUDHCxsR9bLj2FylWRQ,6957
165
- khoj/interface/compiled/_next/static/chunks/app/settings/layout-1f4d76a8b09517b1.js,sha256=gmAaWa1vNym-LKxvESq4b4PRxJ2zi7slSXVTv3aadhE,5347
166
- khoj/interface/compiled/_next/static/chunks/app/settings/page-17a538580c65e7fe.js,sha256=GNQ_niH5sctETn4oZIeA_WcvQOf5PYnu9I7hGXdUXNI,32243
167
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-cf7445cf0326bda3.js,sha256=W3axh1K4y-pLSXcXogLl4qLKXr5BZLY1uA7JfSWp5TU,373
168
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-47641b3691fb0856.js,sha256=OA49tyg5-g7R0ZhPaX1GOBfi8QQW3cGr4-dZN_ADN7Q,4374
155
+ khoj/interface/compiled/_next/static/chunks/app/agents/layout-1878cc328ea380bd.js,sha256=foKQN1MOnaGA0hgPpbiLKvn7H87Xmmr_TC2nKkkH5I8,180
156
+ khoj/interface/compiled/_next/static/chunks/app/agents/page-2ffa7560aebff9a1.js,sha256=JU0mCi3ZuJlCmaYiB292hdOO5znLVRRJWKU07YeALaQ,11740
157
+ khoj/interface/compiled/_next/static/chunks/app/automations/layout-f1050c1f20a3af67.js,sha256=t7ixWyTCvIkRQtpqmpXK31_hcwUBYnKSEdDD9Phc3Ag,5148
158
+ khoj/interface/compiled/_next/static/chunks/app/automations/page-b0a6a6ed2267c1a2.js,sha256=0Vqc5rqS4PDIdGfStH3XDo7bf834iXnLvujWzOSSTqg,35406
159
+ khoj/interface/compiled/_next/static/chunks/app/chat/layout-9219a85f3477e722.js,sha256=m3FPwrm9nauoPVn_HTs2lgIb3YNc93tzAjKWazSd5ko,180
160
+ khoj/interface/compiled/_next/static/chunks/app/chat/page-02f8616bba3e449e.js,sha256=UKea2PL-aZfeL93t2RDNzmrlZci-E5SCc59vUubyQfo,7139
161
+ khoj/interface/compiled/_next/static/chunks/app/search/layout-2ca475462c0b2176.js,sha256=IFALoWD82flk0Rqq6cHUfnisFDLMsi8m7m3X6qKLhwU,180
162
+ khoj/interface/compiled/_next/static/chunks/app/search/page-059f237514f77628.js,sha256=oySWDErv9jG8CKknKa3en2fzbdFgeq1FvSbTwBJMyhY,6948
163
+ khoj/interface/compiled/_next/static/chunks/app/settings/layout-fe8a2f65ccafd142.js,sha256=_LNxKuVAZurwFfeYKk8g08FY4S9_P_0kHwtGwR_Kjlk,5148
164
+ khoj/interface/compiled/_next/static/chunks/app/settings/page-32e9423bede5b4a1.js,sha256=H5Tan__dWq_AmDt7qVVj6cU_BDwuLcoOL22uEyTnbyg,32244
165
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-592e8c470f2c2084.js,sha256=f4uHzU7NvCArgecxL5t2nKni8w9rdQp_rZV6GPhDZHg,180
166
+ khoj/interface/compiled/_next/static/chunks/app/share/chat/page-0b8d90dc57dbc1d8.js,sha256=JfyH3AEqVfXPeW24llHGu3tJueOOvnrTa6_wmkhbr5M,4366
169
167
  khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
170
168
  khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
171
- khoj/interface/compiled/_next/static/css/0e9d53dcd7f11342.css,sha256=52_LSJ59Vwm1p2UpcDXEvq99pTjz2sW4EjF5iKf-dzs,2622
172
- khoj/interface/compiled/_next/static/css/1a4038cc4acc8ee4.css,sha256=-DxhDuhlUAQ3m_90PhhOWP5xHO-6ET5j0IhlK7_3cR4,3058882
173
169
  khoj/interface/compiled/_next/static/css/1f293605f2871853.css,sha256=G2b3Wx4e0DRBWSdNU20ivCChZI5HBzvPYUVVIdTRjLc,26590
174
- khoj/interface/compiled/_next/static/css/2ff098d0815fdbc1.css,sha256=F-uRnbKKlMZq5eMcvFZtUOCTgC6n_uNE6fuaHU4CBak,8829
170
+ khoj/interface/compiled/_next/static/css/3c34171b174cc381.css,sha256=NEDZ3BbH1X6AYS6epyE-j3SdOZDE1UL3FzKnXVGCYfE,3058815
175
171
  khoj/interface/compiled/_next/static/css/3cf13271869a4aeb.css,sha256=sGjJTeMeN6wbQF4OCPgWYgJmSLLSHyzIH2rSVstWx7k,1857
176
172
  khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css,sha256=3CjTMmtMrm_MYt1ywtUh2MHEjSLSl356SQLl4hdBuYw,534
177
173
  khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
178
174
  khoj/interface/compiled/_next/static/css/80bd6301fc657983.css,sha256=T7_aQHcWpQBQLKadauHNzjYGw713FtRNTlUqmJjsL6I,1634
175
+ khoj/interface/compiled/_next/static/css/9d45de78fba367c1.css,sha256=TGW4CbYNGAfDm8sAwMbO2zxxIdxxKJq5fhxVpHgRW0E,8829
176
+ khoj/interface/compiled/_next/static/css/bedf49fbfc598358.css,sha256=NCnK01erXMI9lUahFhW4FWh_Sh0s9CNi_3zyxSVUj6c,4041
179
177
  khoj/interface/compiled/_next/static/media/5455839c73f146e7-s.p.woff2,sha256=BUeNjYxyX7Bu76aNlJrZtW3PwYgcH-kp8syFdODZoyc,35788
180
- khoj/interface/compiled/_next/static/media/5984b96ba4822821-s.woff2,sha256=RFrf6fMTduuQwEe78qK6_Y_Mnj97HmRDG-VujYxwA90,99368
181
- khoj/interface/compiled/_next/static/media/684adc3dde1b03f1-s.woff2,sha256=5loL1Nrr0sWovNVA8BcfMnck7uDntv7wBNd9oxGMaM8,19820
182
- khoj/interface/compiled/_next/static/media/82e3b9a1bdaf0c26-s.woff2,sha256=12nxTBGEi6NMmSKH4aLyaTynNRtuMM_boJeA15j-tCU,70720
183
- khoj/interface/compiled/_next/static/media/8d1ea331386a0db8-s.woff2,sha256=LinNkR026HAjnEHitceckgTUQJZNMkpOkpJLKGajPWY,167984
178
+ khoj/interface/compiled/_next/static/media/5984b96ba4822821-s.p.woff2,sha256=RFrf6fMTduuQwEe78qK6_Y_Mnj97HmRDG-VujYxwA90,99368
179
+ khoj/interface/compiled/_next/static/media/684adc3dde1b03f1-s.p.woff2,sha256=5loL1Nrr0sWovNVA8BcfMnck7uDntv7wBNd9oxGMaM8,19820
180
+ khoj/interface/compiled/_next/static/media/82e3b9a1bdaf0c26-s.p.woff2,sha256=12nxTBGEi6NMmSKH4aLyaTynNRtuMM_boJeA15j-tCU,70720
181
+ khoj/interface/compiled/_next/static/media/8d1ea331386a0db8-s.p.woff2,sha256=LinNkR026HAjnEHitceckgTUQJZNMkpOkpJLKGajPWY,167984
184
182
  khoj/interface/compiled/_next/static/media/91475f6526542a4f-s.woff2,sha256=S-6BrPKi8mCL1RgdWeUl1X2-owSeZe_FtCpGxE6spVQ,10760
185
183
  khoj/interface/compiled/_next/static/media/KaTeX_AMS-Regular.1608a09b.woff,sha256=MNqR6EyJP4deJSaJ-uvcWQsocRReitx_mp1NvYzgslE,33516
186
184
  khoj/interface/compiled/_next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf,sha256=aFNIQLz90r_7bw6N60hoTdAefwTqKBMmdXevuQbeHRM,63632
@@ -242,14 +240,15 @@ khoj/interface/compiled/_next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf,sha2
242
240
  khoj/interface/compiled/_next/static/media/KaTeX_Typewriter-Regular.6258592b.woff,sha256=4U_tArGrp86fWv1YRLXQMhsiNR_rxyDg3ouHI1J2Cfc,16028
243
241
  khoj/interface/compiled/_next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2,sha256=cdUX1ngneHz6vfGGkUzDNY7aU543kxlB8rL9SiH2jAs,13568
244
242
  khoj/interface/compiled/_next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf,sha256=8B8-h9nGphwMCBzrV3q9hk6wCmEvesFiDdaRX60u9ao,27556
245
- khoj/interface/compiled/_next/static/media/b98b13dbc1c3b59c-s.woff2,sha256=IFYibW121lOX2r1qlYb53zIkSvP_DOI5wBFkvpiyrd0,14456
243
+ khoj/interface/compiled/_next/static/media/b98b13dbc1c3b59c-s.p.woff2,sha256=IFYibW121lOX2r1qlYb53zIkSvP_DOI5wBFkvpiyrd0,14456
246
244
  khoj/interface/compiled/_next/static/media/c824d7a20139e39d-s.woff2,sha256=YTBjBpMFGNfNGOqz3DU-R0tI5OmIxLFnT4eRKmNQ8HE,21580
245
+ khoj/interface/compiled/_next/static/media/e098aaaecc9cfbb2-s.p.woff2,sha256=AerPpBhu5XuJ0elZww9trvMvzGJwHPZWMbrXh6zt8lI,201724
247
246
  khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBnqDVp8fm33s1kM1w6xOtAjHn53JFfxmlqg,56280
248
247
  khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
249
248
  khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
250
249
  khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
251
- khoj/interface/compiled/agents/index.html,sha256=XlpaVjKBmq05CH0q6CAC9SxOpXSqymewMCElIlOc2bA,12655
252
- khoj/interface/compiled/agents/index.txt,sha256=IpYsOACh2GBZ1lUINj3P6ee2fXY7kMQYBY3REnsxMqs,6043
250
+ khoj/interface/compiled/agents/index.html,sha256=1GFkKBW1xcICTIXSibbH5VyfvdW8yOwkIA9M_FQ5BaY,13867
251
+ khoj/interface/compiled/agents/index.txt,sha256=FOhbkydwJQQkE5-l6osqJhKkJI-Cx2ETQCu5K6oU39k,5983
253
252
  khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
254
253
  khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
255
254
  khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
@@ -260,16 +259,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
260
259
  khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
261
260
  khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
262
261
  khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
263
- khoj/interface/compiled/automations/index.html,sha256=WodxjRYNS_raI5eNB6EGxw8qajDjJ3hRkBwLaSIfByE,30938
264
- khoj/interface/compiled/automations/index.txt,sha256=s84mEKwNxqBGy41XpiJOnY61E9HuOFduG97naq32SuA,5631
265
- khoj/interface/compiled/chat/index.html,sha256=kuGfbc1q2Itxc9uJnuDeVA2ojen5XdDv12buZywa2Xo,13854
266
- khoj/interface/compiled/chat/index.txt,sha256=2aD27eMyq8uZBqWO_PJrDGYJn2kcwBILO2RsZs_HK_c,6586
267
- khoj/interface/compiled/search/index.html,sha256=FmVmtKB-K9xCbEyLv4BUF30unI2vFjb1Ey5wmkS3ij0,30158
268
- khoj/interface/compiled/search/index.txt,sha256=eoyvvcCdFDml9GKLA7CznouIB8ywmCIXvK9Tf6j350w,5254
269
- khoj/interface/compiled/settings/index.html,sha256=WgMKtvIeuYg94WB0ZxigAcFjkFmt3L_-F88pXWs4TWk,12828
270
- khoj/interface/compiled/settings/index.txt,sha256=OCSHyrNTkcqMTe5eXg1qHibnmPtFTcrQZjvIVhYLpMY,6076
271
- khoj/interface/compiled/share/chat/index.html,sha256=kmOWxAGSslg9Wqf6UiSSIX-HCDex5E6-OR2wVRq89mI,15151
272
- khoj/interface/compiled/share/chat/index.txt,sha256=M3ej8Mpt1nl2CwtzYJNPjx6_Pp3rzGQ4YUzZrcQ5yRY,7383
262
+ khoj/interface/compiled/automations/index.html,sha256=2hbnH5Urw2oBS_1e3MRR2a_P71A0TZlm-6EiQuJyAWg,32381
263
+ khoj/interface/compiled/automations/index.txt,sha256=q5kPjQmzXy6GcvxawciCosQJ5P1Di1xaYS2CxPrkgeY,5650
264
+ khoj/interface/compiled/chat/index.html,sha256=ecDNlGI5wKxcE6T-NrgOs1izFb_DAAeF37ViloxfgkA,15074
265
+ khoj/interface/compiled/chat/index.txt,sha256=HsaKQf6HRH7_ivZeps1D7NBUy_fJlU2g68tlL279WYE,6528
266
+ khoj/interface/compiled/search/index.html,sha256=qUY0rxBvp6iRf9GPBZ13UAiYCooG-mUBNs2vE6sZuSg,31336
267
+ khoj/interface/compiled/search/index.txt,sha256=vrC4G4fTFgdBHpvp3bQsOXylLMqBk7gd9i5TPspV4Gw,5177
268
+ khoj/interface/compiled/settings/index.html,sha256=Qzci0mvsRI99fwunHuMxkrQrzHCJoGWBolyc26rYPbY,14305
269
+ khoj/interface/compiled/settings/index.txt,sha256=IF108yjlOeKqrsJCxwlhufIh4EDn_ytj1ZYqW0-0QOY,6112
270
+ khoj/interface/compiled/share/chat/index.html,sha256=2X5cUSuGqzw1DP7TO-bcS0HCiHknlyqvFotlg5Cfkp0,16373
271
+ khoj/interface/compiled/share/chat/index.txt,sha256=RufqY8IQzzpTf0FsvF1nWxqQXQyn4GxN0DT0e9e2MNk,7325
273
272
  khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
274
273
  khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
275
274
  khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
@@ -278,6 +277,7 @@ khoj/interface/web/base_config.html,sha256=3aRwGF546vUdtCqL4tbWDdvO3ThEzt627vopx
278
277
  khoj/interface/web/content_source_github_input.html,sha256=YpsLBpsATW08ttrGysqktx2EczC4nebKlvWpwxtwmFY,8249
279
278
  khoj/interface/web/login.html,sha256=xSrzU_rjfA-7Bwb9hkgxbOti8SWowIUD5JhzPgsnKNU,9245
280
279
  khoj/interface/web/utils.html,sha256=_UrcCvSkx1SAzhlTsvrj9LFlnJuJ-_cMtz6HY-rEIkI,3143
280
+ khoj/interface/web/.well-known/assetlinks.json,sha256=Rkx5VDlvhZixann98Aejk1s4BIYTfHUsVcOgaI85byY,398
281
281
  khoj/interface/web/assets/khoj.css,sha256=rhW8-RwvkpTC5GbtBt0EByaXaHjlxpxPYxrUuzMWDC0,5659
282
282
  khoj/interface/web/assets/utils.js,sha256=A22W1nOVuD1osI7TtZC8fZ0r1g4pE66tXQ_4XNbhreo,1269
283
283
  khoj/interface/web/assets/icons/agents.svg,sha256=_DK73fRvvn5I-ajKZxH--9qLv-721QSiMk_lnwZKXlw,2609
@@ -320,44 +320,44 @@ khoj/processor/content/pdf/pdf_to_entries.py,sha256=GQUvab61okhV9_DK0g2MCrMq8wKp
320
320
  khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
321
  khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=wFZwK_zIc7gWbRtO9sOHo9KvfhGAzL9psX_nKWYFduo,4975
322
322
  khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
323
- khoj/processor/conversation/prompts.py,sha256=nSaaXWNCGk7x3gL2aJrT2N-E640l7te_xfoEUQI3WqE,50150
324
- khoj/processor/conversation/utils.py,sha256=ZbWD43lgEhiWRo9uDmghkR1VHvMNVhk6RXZ5fKzfl2o,28545
323
+ khoj/processor/conversation/prompts.py,sha256=KLGjz1745IChHxtznxevEnh2VAolrJDa-cp6v_OwL0k,49981
324
+ khoj/processor/conversation/utils.py,sha256=ReKdCp1zBW4_zBTkIcokTOe0oO2R6Mxwrzuei3sIvzA,28681
325
325
  khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
326
- khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=8w7oSTBIxcZa6y03Zo2nuQFa2WMiazwK_qfO2q_O-6c,8618
327
- khoj/processor/conversation/anthropic/utils.py,sha256=dMhtKzzPv2-PkuxLpaqKlejrFA0zz_mtin4c12m1jF4,7309
326
+ khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=FTt--y2lDosdCd52TAp2ZshONSNHyPeTQ68NfExfQG0,8700
327
+ khoj/processor/conversation/anthropic/utils.py,sha256=En5uBBsxDBWb6QTs5g8nH_f2FVBX1uYK40i13fDRAhc,7327
328
328
  khoj/processor/conversation/google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
- khoj/processor/conversation/google/gemini_chat.py,sha256=MABG3OAqfz-DDp6sHbkHcyM3VTevPOUV6x3iCB__mcc,8819
330
- khoj/processor/conversation/google/utils.py,sha256=HOgnd5JY4lr9dUdYX0_IvUs_c1EY7RxV93CyRoiyJ8k,10833
329
+ khoj/processor/conversation/google/gemini_chat.py,sha256=6_lAJ8HUYSfAs_Efs2UahqeD1GEKeCF25UFwX5WdnHM,8901
330
+ khoj/processor/conversation/google/utils.py,sha256=2vV7MNXFhJqBut5iMmQwcfvsqL_AkGoEd4XiViCk51s,10851
331
331
  khoj/processor/conversation/offline/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
332
- khoj/processor/conversation/offline/chat_model.py,sha256=SCkloMOcQlC01yE-mYOU_hF5efpq_sDpaOYK6aYxN_c,10941
332
+ khoj/processor/conversation/offline/chat_model.py,sha256=daVM5a7uSGXEpOZ_DZ8uxrqPysPDT5041Kks6gn_CUM,11028
333
333
  khoj/processor/conversation/offline/utils.py,sha256=51McImxl6u1qgRYvMt7uzsgLGSLq5SMFy74ymlNjIcc,3033
334
334
  khoj/processor/conversation/offline/whisper.py,sha256=DJI-8y8DULO2cQ49m2VOvRyIZ2TxBypc15gM8O3HuMI,470
335
335
  khoj/processor/conversation/openai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
336
- khoj/processor/conversation/openai/gpt.py,sha256=IYv1PAiO1KaD5hCxWKQfzfSBRYR7seMP_kfofuLrexQ,8104
337
- khoj/processor/conversation/openai/utils.py,sha256=tCg5I3EiQofxbg-V5Zmqz8HGlVFLGxI046Fl77n_aRE,7576
336
+ khoj/processor/conversation/openai/gpt.py,sha256=l9SnUdSWHn-lKmqUSgTdMYTHLFhl-xYTz-MpDHWk7dE,8187
337
+ khoj/processor/conversation/openai/utils.py,sha256=7EjpsqqU_Y47q8hXm-9GSkVhukBzMJpTiz9o47UrDLk,7590
338
338
  khoj/processor/conversation/openai/whisper.py,sha256=zoEeK1LNCg_tzP4xzYi5vRPzNPGuDGzpkrkG7d1LUn4,447
339
339
  khoj/processor/image/generate.py,sha256=i5J51AwlMZbdlHHov-_MAw9bYgdVYmGgFjCYWDfx02s,9120
340
340
  khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
341
  khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
342
342
  khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
343
  khoj/processor/tools/online_search.py,sha256=X8D3ClKpg34r_LMol28GdBqZ--YVGGVBPc9lUSgb2mg,17128
344
- khoj/processor/tools/run_code.py,sha256=i9ce53dw0y5ZNhPorRNYJieIKw6eyrZQX0ABDrWiW8M,7738
344
+ khoj/processor/tools/run_code.py,sha256=orPypKNllLb_iNTVJgmAKhMT8TaabYrA9tsCUe_6g5w,6581
345
345
  khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
346
  khoj/routers/api.py,sha256=Z-0MqhlbhxR-palz_Kl3CqsC8O91n-xmgj8JNqQ8lv0,28495
347
347
  khoj/routers/api_agents.py,sha256=vHPruCjlQxGBdm0lcmymEb9-aAELqbOplqh21WwD0DQ,9699
348
- khoj/routers/api_chat.py,sha256=hqchX_kKcdeMpOxB2EDftyzk8lsRrUGnTtoN4DqBEoU,50400
348
+ khoj/routers/api_chat.py,sha256=hGkP0tdMGvBUoxe4nm1Y11Mqeber8XjKw9JBEVkjBww,50578
349
349
  khoj/routers/api_content.py,sha256=WNlB6lVwRW8hHDthO2HypbpPvqrqt9rTU5oMRNknpMU,21070
350
350
  khoj/routers/api_model.py,sha256=KDsxNwHspC94eTcv6l3ehr773EOvgc670UnZLE1WZ4o,3642
351
351
  khoj/routers/api_phone.py,sha256=p9yfc4WeMHDC0hg3aQk60a2VBy8rZPdEnz9wdJ7DzkU,2208
352
- khoj/routers/api_subscription.py,sha256=J6xZNZDdOA71vCfethlPfAyfvRBq4HGCBpbsOZ9CWj0,5333
353
- khoj/routers/auth.py,sha256=HO54PR-BkWA_iJIktEobUrObcXVYG-00jpnIcEVdR5s,6564
352
+ khoj/routers/api_subscription.py,sha256=qnbKwA6N1TWK8Aiu1FFLka_JhbPOuwqT262NSHGZDiQ,5569
353
+ khoj/routers/auth.py,sha256=kWPB2McwT6z4rGF6mWl92Q7ToRX-XezBPFefdxqQUk4,6579
354
354
  khoj/routers/email.py,sha256=SGYNPQvfcvYeHf70F0YqpY0FLMRElF2ZekROXdwGI18,3821
355
355
  khoj/routers/helpers.py,sha256=PY14ukbc7pzl_8p2j2xySRRg755Ll_QHb2iV64dOlBQ,82368
356
356
  khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
357
- khoj/routers/research.py,sha256=SczFMS9a8_Wxhh3n_Zt9CJ-zZugBDAd_WmiZGFa6RR8,16117
357
+ khoj/routers/research.py,sha256=8jA6i5nkyuW_DSJA1DIYgnIiB1yNC6fMm4HvaQ8RhQQ,16121
358
358
  khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
359
359
  khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
360
- khoj/routers/web_client.py,sha256=frH03Sh0AR7c2MvRyc5a3tOFyxyVak3d1pl1sLcLLD4,4212
360
+ khoj/routers/web_client.py,sha256=BnaXMfpV9IbRRP_MlkKGyAV0k-6L0EN2wmI1XfWmtuY,4381
361
361
  khoj/search_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
362
  khoj/search_filter/base_filter.py,sha256=BzoZA_wAUg_eZ5vhaaipwVTSG0ZMxWCHxHsZrzo4KS0,358
363
363
  khoj/search_filter/date_filter.py,sha256=7MCXyeDy9TGG81IesLrgV7vnTUDXWe8xj8NeeESd1Xk,10019
@@ -366,19 +366,19 @@ khoj/search_filter/word_filter.py,sha256=5Yx95aSiqGke9kEIbp8T-Ak4dS9cTd3VxI1SaJo
366
366
  khoj/search_type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
367
  khoj/search_type/text_search.py,sha256=PZzJVCXpeBM795SIqiAKXAxgnCp1NIRiVikm040r1b0,9443
368
368
  khoj/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
369
- khoj/utils/cli.py,sha256=EA7IvWAInUIll8YFTOpQtqLtCQXwphfHi5rJ2TKAdSQ,3757
369
+ khoj/utils/cli.py,sha256=IIZ2qH0v7Jmqw3JRH1K5EMp9TRze6en3GYsASnglMEM,3916
370
370
  khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
371
- khoj/utils/constants.py,sha256=Icw4vD_d0rlk2IXi5oqbLVlUtFQYw8BtV7LEIerimjU,2074
371
+ khoj/utils/constants.py,sha256=ox1ROCgXp6QkDMS96jqhsQ9_oFZkHnYJTyvKL5emE_M,2143
372
372
  khoj/utils/fs_syncer.py,sha256=5nqwAZqRk3Nwhkwd8y4IomTPZQmW32GwAqyMzal5KyY,9996
373
- khoj/utils/helpers.py,sha256=8Z20fl7EVOHyGCInQzt8DPV-K5dwv-fCogm0u03XOEI,21322
373
+ khoj/utils/helpers.py,sha256=rY6KTs1Rdfzv9WkcCaL-EQp0pmo-dybaxpl2BWAWE4o,22727
374
374
  khoj/utils/initialization.py,sha256=nJtqPUv52SPA6sPHn0_vs1uSBdDihX25Dvvagu81Xbs,13490
375
375
  khoj/utils/jsonl.py,sha256=0Ac_COqr8sLCXntzZtquxuCEVRM2c3yKeDRGhgOBRpQ,1192
376
376
  khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
377
377
  khoj/utils/rawconfig.py,sha256=bQ_MGbBzYt6ZUIsHUwZjaHKDLh6GQ7h-sENkv3fyVbQ,5028
378
- khoj/utils/state.py,sha256=KtUEIKAZdGGN_Qr58RS1pgcywgSafun8YIXx-YEclAY,1645
378
+ khoj/utils/state.py,sha256=axjZhnby8L3bY-N1VVoWgBH1RpFGK6U3_ZeNo1Kt7hs,1679
379
379
  khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
380
- khoj-1.30.2.dev22.dist-info/METADATA,sha256=-g_-xzi7nHgosrMMNuyy4QrV4kC_ICgu_cq1JofCF4Q,7120
381
- khoj-1.30.2.dev22.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
382
- khoj-1.30.2.dev22.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
383
- khoj-1.30.2.dev22.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
384
- khoj-1.30.2.dev22.dist-info/RECORD,,
380
+ khoj-1.30.8.dev17.dist-info/METADATA,sha256=1OVLwnHp-TVFnDLO8owUKefWbS0tAoVUoR23UPWc7aU,7501
381
+ khoj-1.30.8.dev17.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
382
+ khoj-1.30.8.dev17.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
383
+ khoj-1.30.8.dev17.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
384
+ khoj-1.30.8.dev17.dist-info/RECORD,,