khoj 1.30.8.dev13__py3-none-any.whl → 1.30.8.dev20__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/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/{page-f5c0801b27a8e95e.js → page-2ffa7560aebff9a1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/{page-8691f6c09a0acd44.js → page-b0a6a6ed2267c1a2.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-9219a85f3477e722.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/chat/{page-135d56dd4263e40d.js → page-02f8616bba3e449e.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/{page-e79ace822d51557b.js → page-3ffd8f0934b896f3.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/layout-2ca475462c0b2176.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/search/{page-e8b578d155550386.js → page-059f237514f77628.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/{page-b6c835050c970be7.js → page-32e9423bede5b4a1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-592e8c470f2c2084.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-635635e4fb39fe29.js → page-0b8d90dc57dbc1d8.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-244ec4c3c3c0bc91.js → webpack-64477b5a1e621214.js} +1 -1
- khoj/interface/compiled/_next/static/css/80bd6301fc657983.css +1 -0
- khoj/interface/compiled/_next/static/css/9d45de78fba367c1.css +1 -0
- 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 +2 -2
- khoj/interface/compiled/chat/index.html +1 -1
- khoj/interface/compiled/chat/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 +2 -2
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/interface/web/.well-known/assetlinks.json +11 -0
- khoj/processor/conversation/prompts.py +0 -2
- khoj/processor/conversation/utils.py +43 -0
- khoj/processor/tools/run_code.py +2 -4
- khoj/routers/research.py +2 -4
- khoj/routers/web_client.py +5 -0
- khoj/utils/constants.py +1 -0
- {khoj-1.30.8.dev13.dist-info → khoj-1.30.8.dev20.dist-info}/METADATA +2 -1
- {khoj-1.30.8.dev13.dist-info → khoj-1.30.8.dev20.dist-info}/RECORD +42 -41
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-1072c3b0ab136e74.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/search/layout-cae84c87073877f0.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-3b0c60bc13a963db.js +0 -1
- khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +0 -1
- khoj/interface/compiled/_next/static/css/63e106a52a0ec4ca.css +0 -1
- /khoj/interface/compiled/_next/static/{85aGdtYMLwuRJam1pXsNr → ZXljCtgU4KfNlR0tOgtnP}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{85aGdtYMLwuRJam1pXsNr → ZXljCtgU4KfNlR0tOgtnP}/_ssgManifest.js +0 -0
- {khoj-1.30.8.dev13.dist-info → khoj-1.30.8.dev20.dist-info}/WHEEL +0 -0
- {khoj-1.30.8.dev13.dist-info → khoj-1.30.8.dev20.dist-info}/entry_points.txt +0 -0
- {khoj-1.30.8.dev13.dist-info → khoj-1.30.8.dev20.dist-info}/licenses/LICENSE +0 -0
@@ -30,11 +30,9 @@ You were created by Khoj Inc. with the following capabilities:
|
|
30
30
|
|
31
31
|
- You *CAN REMEMBER ALL NOTES and PERSONAL INFORMATION FOREVER* that the user ever shares with you.
|
32
32
|
- Users can share files and other information with you using the Khoj Desktop, Obsidian or Emacs app. They can also drag and drop their files into the chat window.
|
33
|
-
- Say "I don't know" or "I don't understand" if you don't know what to say or if you don't know the answer to a question.
|
34
33
|
- Make sure to use the specific LaTeX math mode delimiters for your response. LaTex math mode specific delimiters as following
|
35
34
|
- inline math mode : `\\(` and `\\)`
|
36
35
|
- display math mode: insert linebreak after opening `$$`, `\\[` and before closing `$$`, `\\]`
|
37
|
-
- Ask crisp follow-up questions to get additional context, when the answer cannot be inferred from the provided notes or past conversations.
|
38
36
|
- Sometimes the user will share personal information that needs to be remembered, like an account ID or a residential address. These can be acknowledged with a simple "Got it" or "Okay".
|
39
37
|
|
40
38
|
Today is {day_of_week}, {current_date} in UTC.
|
@@ -5,6 +5,7 @@ import math
|
|
5
5
|
import mimetypes
|
6
6
|
import os
|
7
7
|
import queue
|
8
|
+
import re
|
8
9
|
import uuid
|
9
10
|
from dataclasses import dataclass
|
10
11
|
from datetime import datetime
|
@@ -14,6 +15,7 @@ from time import perf_counter
|
|
14
15
|
from typing import Any, Callable, Dict, List, Optional
|
15
16
|
|
16
17
|
import PIL.Image
|
18
|
+
import pyjson5
|
17
19
|
import requests
|
18
20
|
import tiktoken
|
19
21
|
import yaml
|
@@ -538,6 +540,47 @@ def clean_code_python(code: str):
|
|
538
540
|
return code.strip().removeprefix("```python").removesuffix("```")
|
539
541
|
|
540
542
|
|
543
|
+
def load_complex_json(json_str):
|
544
|
+
"""
|
545
|
+
Preprocess a raw JSON string to escape unescaped double quotes within value strings,
|
546
|
+
while preserving the JSON structure and already escaped quotes.
|
547
|
+
"""
|
548
|
+
|
549
|
+
def replace_unescaped_quotes(match):
|
550
|
+
# Get the content between colons and commas/end braces
|
551
|
+
content = match.group(1)
|
552
|
+
# Replace unescaped double, single quotes that aren't already escaped
|
553
|
+
# Uses negative lookbehind to avoid replacing already escaped quotes
|
554
|
+
# Replace " with \"
|
555
|
+
processed_dq = re.sub(r'(?<!\\)"', '\\"', content)
|
556
|
+
# Replace \' with \\'
|
557
|
+
processed_final = re.sub(r"(?<!\\)\\'", r"\\\\'", processed_dq)
|
558
|
+
return f': "{processed_final}"'
|
559
|
+
|
560
|
+
# Match content between : and either , or }
|
561
|
+
# This pattern looks for ': ' followed by any characters until , or }
|
562
|
+
pattern = r':\s*"(.*?)(?<!\\)"(?=[,}])'
|
563
|
+
|
564
|
+
# Process the JSON string
|
565
|
+
cleaned = clean_json(rf"{json_str}")
|
566
|
+
processed = re.sub(pattern, replace_unescaped_quotes, cleaned)
|
567
|
+
|
568
|
+
# See which json loader can load the processed JSON as valid
|
569
|
+
errors = []
|
570
|
+
json_loaders_to_try = [json.loads, pyjson5.loads]
|
571
|
+
for loads in json_loaders_to_try:
|
572
|
+
try:
|
573
|
+
return loads(processed)
|
574
|
+
except (json.JSONDecodeError, pyjson5.Json5Exception) as e:
|
575
|
+
errors.append(f"{type(e).__name__}: {str(e)}")
|
576
|
+
|
577
|
+
# If all loaders fail, raise the aggregated error
|
578
|
+
raise ValueError(
|
579
|
+
f"Failed to load JSON with errors: {'; '.join(errors)}\n\n"
|
580
|
+
f"While attempting to load this cleaned JSON:\n{processed}"
|
581
|
+
)
|
582
|
+
|
583
|
+
|
541
584
|
def defilter_query(query: str):
|
542
585
|
"""Remove any query filters in query"""
|
543
586
|
defiltered_query = query
|
khoj/processor/tools/run_code.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import base64
|
2
2
|
import datetime
|
3
|
-
import json
|
4
3
|
import logging
|
5
4
|
import mimetypes
|
6
5
|
import os
|
@@ -15,8 +14,8 @@ from khoj.processor.conversation import prompts
|
|
15
14
|
from khoj.processor.conversation.utils import (
|
16
15
|
ChatEvent,
|
17
16
|
clean_code_python,
|
18
|
-
clean_json,
|
19
17
|
construct_chat_history,
|
18
|
+
load_complex_json,
|
20
19
|
)
|
21
20
|
from khoj.routers.helpers import send_message_to_model_wrapper
|
22
21
|
from khoj.utils.helpers import is_none_or_empty, timer, truncate_code_context
|
@@ -135,8 +134,7 @@ async def generate_python_code(
|
|
135
134
|
)
|
136
135
|
|
137
136
|
# Validate that the response is a non-empty, JSON-serializable list
|
138
|
-
response =
|
139
|
-
response = json.loads(response)
|
137
|
+
response = load_complex_json(response)
|
140
138
|
code = response.get("code", "").strip()
|
141
139
|
input_files = response.get("input_files", [])
|
142
140
|
input_links = response.get("input_links", [])
|
khoj/routers/research.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import json
|
2
1
|
import logging
|
3
2
|
from datetime import datetime
|
4
3
|
from typing import Callable, Dict, List, Optional
|
@@ -10,10 +9,10 @@ from khoj.database.models import Agent, KhojUser
|
|
10
9
|
from khoj.processor.conversation import prompts
|
11
10
|
from khoj.processor.conversation.utils import (
|
12
11
|
InformationCollectionIteration,
|
13
|
-
clean_json,
|
14
12
|
construct_chat_history,
|
15
13
|
construct_iteration_history,
|
16
14
|
construct_tool_chat_history,
|
15
|
+
load_complex_json,
|
17
16
|
)
|
18
17
|
from khoj.processor.tools.online_search import read_webpages, search_online
|
19
18
|
from khoj.processor.tools.run_code import run_code
|
@@ -106,8 +105,7 @@ async def apick_next_tool(
|
|
106
105
|
return
|
107
106
|
|
108
107
|
try:
|
109
|
-
response =
|
110
|
-
response = json.loads(response)
|
108
|
+
response = load_complex_json(response)
|
111
109
|
selected_tool = response.get("tool", None)
|
112
110
|
generated_query = response.get("query", None)
|
113
111
|
scratchpad = response.get("scratchpad", None)
|
khoj/routers/web_client.py
CHANGED
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"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: khoj
|
3
|
-
Version: 1.30.8.
|
3
|
+
Version: 1.30.8.dev20
|
4
4
|
Summary: Your Second Brain
|
5
5
|
Project-URL: Homepage, https://khoj.dev
|
6
6
|
Project-URL: Documentation, https://docs.khoj.dev
|
@@ -55,6 +55,7 @@ Requires-Dist: pillow~=10.0.0
|
|
55
55
|
Requires-Dist: psutil>=5.8.0
|
56
56
|
Requires-Dist: psycopg2-binary==2.9.9
|
57
57
|
Requires-Dist: pydantic[email]>=2.0.0
|
58
|
+
Requires-Dist: pyjson5==1.6.7
|
58
59
|
Requires-Dist: pymupdf==1.24.11
|
59
60
|
Requires-Dist: python-multipart>=0.0.7
|
60
61
|
Requires-Dist: pytz~=2024.1
|
@@ -111,17 +111,17 @@ 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=
|
115
|
-
khoj/interface/compiled/index.txt,sha256=
|
114
|
+
khoj/interface/compiled/index.html,sha256=n4woAicppgkRiVAlP0jfvnUeShHs8fYjBbE9Mkf8s28,13332
|
115
|
+
khoj/interface/compiled/index.txt,sha256=IpGC9Fxds__aMJ38czDHnGQC7r_DCYnXb_YxofbZeog,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=
|
123
|
-
khoj/interface/compiled/_next/static/
|
124
|
-
khoj/interface/compiled/_next/static/
|
122
|
+
khoj/interface/compiled/404/index.html,sha256=mF4cHToT8MauunqCPj0fLXgOxiy0RvFK4un-tSOgDKM,13459
|
123
|
+
khoj/interface/compiled/_next/static/ZXljCtgU4KfNlR0tOgtnP/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
124
|
+
khoj/interface/compiled/_next/static/ZXljCtgU4KfNlR0tOgtnP/_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
|
@@ -148,31 +148,31 @@ khoj/interface/compiled/_next/static/chunks/framework-8e0e0f4a6b83a956.js,sha256
|
|
148
148
|
khoj/interface/compiled/_next/static/chunks/main-1ea5c2e0fdef4626.js,sha256=8_u87PGI3PahFbDfGWGvpD-a18J7X7ChUqWIeqxVq7g,111061
|
149
149
|
khoj/interface/compiled/_next/static/chunks/main-app-6d6ee3495efe03d4.js,sha256=i52E7sWOcSq1G8eYZL3mtTxbUbwRNxcAbSWQ6uWpMsY,475
|
150
150
|
khoj/interface/compiled/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js,sha256=6QPOwdWeAVe8x-SsiDrm-Ga6u2DkqgG5SFqglrlyIgA,91381
|
151
|
-
khoj/interface/compiled/_next/static/chunks/webpack-
|
151
|
+
khoj/interface/compiled/_next/static/chunks/webpack-64477b5a1e621214.js,sha256=v8DO-8HTKm12pVXSR6O_eaV8e4RYzRWfJDeDtSepWsQ,3991
|
152
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-
|
153
|
+
khoj/interface/compiled/_next/static/chunks/app/page-3ffd8f0934b896f3.js,sha256=pggs7VXApO6QgEWIUMJn9wSSlAGJO0gZOIv3lgFjtys,33109
|
154
154
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-cfba071f5a657256.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
|
155
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-
|
156
|
+
khoj/interface/compiled/_next/static/chunks/app/agents/page-2ffa7560aebff9a1.js,sha256=JU0mCi3ZuJlCmaYiB292hdOO5znLVRRJWKU07YeALaQ,11740
|
157
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-
|
159
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/layout-
|
160
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/page-
|
161
|
-
khoj/interface/compiled/_next/static/chunks/app/search/layout-
|
162
|
-
khoj/interface/compiled/_next/static/chunks/app/search/page-
|
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
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-
|
165
|
-
khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-
|
166
|
-
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-
|
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
|
167
167
|
khoj/interface/compiled/_next/static/chunks/pages/_app-f870474a17b7f2fd.js,sha256=eqdFPAN_XFyMUzZ9qwFk-_rhMWZrU7lgNVt1foVUANo,286
|
168
168
|
khoj/interface/compiled/_next/static/chunks/pages/_error-c66a4e8afc46f17b.js,sha256=vjERjtMAbVk-19LyPf1Jc-H6TMcrSznSz6brzNqbqf8,253
|
169
169
|
khoj/interface/compiled/_next/static/css/1f293605f2871853.css,sha256=G2b3Wx4e0DRBWSdNU20ivCChZI5HBzvPYUVVIdTRjLc,26590
|
170
170
|
khoj/interface/compiled/_next/static/css/3c34171b174cc381.css,sha256=NEDZ3BbH1X6AYS6epyE-j3SdOZDE1UL3FzKnXVGCYfE,3058815
|
171
171
|
khoj/interface/compiled/_next/static/css/3cf13271869a4aeb.css,sha256=sGjJTeMeN6wbQF4OCPgWYgJmSLLSHyzIH2rSVstWx7k,1857
|
172
172
|
khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css,sha256=3CjTMmtMrm_MYt1ywtUh2MHEjSLSl356SQLl4hdBuYw,534
|
173
|
-
khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
|
174
173
|
khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
|
175
|
-
khoj/interface/compiled/_next/static/css/
|
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
176
|
khoj/interface/compiled/_next/static/css/bedf49fbfc598358.css,sha256=NCnK01erXMI9lUahFhW4FWh_Sh0s9CNi_3zyxSVUj6c,4041
|
177
177
|
khoj/interface/compiled/_next/static/media/5455839c73f146e7-s.p.woff2,sha256=BUeNjYxyX7Bu76aNlJrZtW3PwYgcH-kp8syFdODZoyc,35788
|
178
178
|
khoj/interface/compiled/_next/static/media/5984b96ba4822821-s.p.woff2,sha256=RFrf6fMTduuQwEe78qK6_Y_Mnj97HmRDG-VujYxwA90,99368
|
@@ -247,8 +247,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
247
247
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
248
248
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
249
249
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
250
|
-
khoj/interface/compiled/agents/index.html,sha256=
|
251
|
-
khoj/interface/compiled/agents/index.txt,sha256=
|
250
|
+
khoj/interface/compiled/agents/index.html,sha256=4lhi9Sd59DzYnpX8gdYsDonFdnReVoFtQC6urwjgiME,13867
|
251
|
+
khoj/interface/compiled/agents/index.txt,sha256=iKifDFaukDvKvsRJeX5hmO2wDzRAftDR7HjDzqahKAs,5983
|
252
252
|
khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
|
253
253
|
khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
|
254
254
|
khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
|
@@ -259,16 +259,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
|
|
259
259
|
khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
|
260
260
|
khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
|
261
261
|
khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
|
262
|
-
khoj/interface/compiled/automations/index.html,sha256=
|
263
|
-
khoj/interface/compiled/automations/index.txt,sha256=
|
264
|
-
khoj/interface/compiled/chat/index.html,sha256=
|
265
|
-
khoj/interface/compiled/chat/index.txt,sha256=
|
266
|
-
khoj/interface/compiled/search/index.html,sha256=
|
267
|
-
khoj/interface/compiled/search/index.txt,sha256=
|
268
|
-
khoj/interface/compiled/settings/index.html,sha256=
|
269
|
-
khoj/interface/compiled/settings/index.txt,sha256=
|
270
|
-
khoj/interface/compiled/share/chat/index.html,sha256=
|
271
|
-
khoj/interface/compiled/share/chat/index.txt,sha256=
|
262
|
+
khoj/interface/compiled/automations/index.html,sha256=zY3kXZShH0lLvDIU2YCtPCqklAJZAf5zxCMjWgr-ans,32381
|
263
|
+
khoj/interface/compiled/automations/index.txt,sha256=xkOnyJP-hLpxdGJQ_6yoHpWk9-nWqBe2jPrt-izJsBQ,5650
|
264
|
+
khoj/interface/compiled/chat/index.html,sha256=Sbkbhpp-ST0LOLg7v0e99s3gqVJbANzs3qjhkrgGnaA,15074
|
265
|
+
khoj/interface/compiled/chat/index.txt,sha256=vknsIrhswNgQ5vcKFix1nxgfX8uzuBVYEeOk6ZoJtns,6528
|
266
|
+
khoj/interface/compiled/search/index.html,sha256=7Ud3Ooi6h72xTqReg3VRuxV11uTnwT9mVrmaxxJPIx4,31336
|
267
|
+
khoj/interface/compiled/search/index.txt,sha256=NAKNwBU2kYfqrAbPbfkkHooybnjnga3NLacd29Ws8f4,5177
|
268
|
+
khoj/interface/compiled/settings/index.html,sha256=2_heSASVXRmrOdSDEWGkWEiLBdL3XnfROekjqqqEaJo,14305
|
269
|
+
khoj/interface/compiled/settings/index.txt,sha256=3R3Uw2XhLHIjK1HZJijMpykPb-uz20uvXjDawmr2e4M,6112
|
270
|
+
khoj/interface/compiled/share/chat/index.html,sha256=QXas-d_C8E3oMKF4P3Q4H47Tf9m2qrJMvmJRV7WT51A,16373
|
271
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=RbAlEp4lrNklxArt0SwPGlTtdl6-9HHe4dTtTHDAH7k,7325
|
272
272
|
khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
|
273
273
|
khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
|
274
274
|
khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
|
@@ -277,6 +277,7 @@ khoj/interface/web/base_config.html,sha256=3aRwGF546vUdtCqL4tbWDdvO3ThEzt627vopx
|
|
277
277
|
khoj/interface/web/content_source_github_input.html,sha256=YpsLBpsATW08ttrGysqktx2EczC4nebKlvWpwxtwmFY,8249
|
278
278
|
khoj/interface/web/login.html,sha256=xSrzU_rjfA-7Bwb9hkgxbOti8SWowIUD5JhzPgsnKNU,9245
|
279
279
|
khoj/interface/web/utils.html,sha256=_UrcCvSkx1SAzhlTsvrj9LFlnJuJ-_cMtz6HY-rEIkI,3143
|
280
|
+
khoj/interface/web/.well-known/assetlinks.json,sha256=Rkx5VDlvhZixann98Aejk1s4BIYTfHUsVcOgaI85byY,398
|
280
281
|
khoj/interface/web/assets/khoj.css,sha256=rhW8-RwvkpTC5GbtBt0EByaXaHjlxpxPYxrUuzMWDC0,5659
|
281
282
|
khoj/interface/web/assets/utils.js,sha256=A22W1nOVuD1osI7TtZC8fZ0r1g4pE66tXQ_4XNbhreo,1269
|
282
283
|
khoj/interface/web/assets/icons/agents.svg,sha256=_DK73fRvvn5I-ajKZxH--9qLv-721QSiMk_lnwZKXlw,2609
|
@@ -319,8 +320,8 @@ khoj/processor/content/pdf/pdf_to_entries.py,sha256=GQUvab61okhV9_DK0g2MCrMq8wKp
|
|
319
320
|
khoj/processor/content/plaintext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
320
321
|
khoj/processor/content/plaintext/plaintext_to_entries.py,sha256=wFZwK_zIc7gWbRtO9sOHo9KvfhGAzL9psX_nKWYFduo,4975
|
321
322
|
khoj/processor/conversation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
322
|
-
khoj/processor/conversation/prompts.py,sha256=
|
323
|
-
khoj/processor/conversation/utils.py,sha256=
|
323
|
+
khoj/processor/conversation/prompts.py,sha256=KLGjz1745IChHxtznxevEnh2VAolrJDa-cp6v_OwL0k,49981
|
324
|
+
khoj/processor/conversation/utils.py,sha256=OeNX6QO1i22sl_7gL-5uCqQ3MMt1EhoZT5OfPwGcCCU,30311
|
324
325
|
khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
325
326
|
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=FTt--y2lDosdCd52TAp2ZshONSNHyPeTQ68NfExfQG0,8700
|
326
327
|
khoj/processor/conversation/anthropic/utils.py,sha256=En5uBBsxDBWb6QTs5g8nH_f2FVBX1uYK40i13fDRAhc,7327
|
@@ -340,7 +341,7 @@ khoj/processor/speech/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
340
341
|
khoj/processor/speech/text_to_speech.py,sha256=Q7sapi5Hv6woXOumtrGqR0t6izZrFBkWXFOGrHM6dJ4,1929
|
341
342
|
khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
342
343
|
khoj/processor/tools/online_search.py,sha256=X8D3ClKpg34r_LMol28GdBqZ--YVGGVBPc9lUSgb2mg,17128
|
343
|
-
khoj/processor/tools/run_code.py,sha256=
|
344
|
+
khoj/processor/tools/run_code.py,sha256=pa8slKYU21yDxBxK2CoQTEwHxZIANA_-bI8GhEDjvxc,6547
|
344
345
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
345
346
|
khoj/routers/api.py,sha256=Z-0MqhlbhxR-palz_Kl3CqsC8O91n-xmgj8JNqQ8lv0,28495
|
346
347
|
khoj/routers/api_agents.py,sha256=vHPruCjlQxGBdm0lcmymEb9-aAELqbOplqh21WwD0DQ,9699
|
@@ -353,10 +354,10 @@ khoj/routers/auth.py,sha256=kWPB2McwT6z4rGF6mWl92Q7ToRX-XezBPFefdxqQUk4,6579
|
|
353
354
|
khoj/routers/email.py,sha256=SGYNPQvfcvYeHf70F0YqpY0FLMRElF2ZekROXdwGI18,3821
|
354
355
|
khoj/routers/helpers.py,sha256=PY14ukbc7pzl_8p2j2xySRRg755Ll_QHb2iV64dOlBQ,82368
|
355
356
|
khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
|
356
|
-
khoj/routers/research.py,sha256=
|
357
|
+
khoj/routers/research.py,sha256=KjUuo-rwtSqUX-0BYjXgP6cWeH3xazffwtxfxKXZL00,16083
|
357
358
|
khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
|
358
359
|
khoj/routers/twilio.py,sha256=MLsuCm4--ETvr3sLxbF0CL_ehlg_l2rKBSLR2Qh2Xls,1081
|
359
|
-
khoj/routers/web_client.py,sha256=
|
360
|
+
khoj/routers/web_client.py,sha256=BnaXMfpV9IbRRP_MlkKGyAV0k-6L0EN2wmI1XfWmtuY,4381
|
360
361
|
khoj/search_filter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
361
362
|
khoj/search_filter/base_filter.py,sha256=BzoZA_wAUg_eZ5vhaaipwVTSG0ZMxWCHxHsZrzo4KS0,358
|
362
363
|
khoj/search_filter/date_filter.py,sha256=7MCXyeDy9TGG81IesLrgV7vnTUDXWe8xj8NeeESd1Xk,10019
|
@@ -367,7 +368,7 @@ khoj/search_type/text_search.py,sha256=PZzJVCXpeBM795SIqiAKXAxgnCp1NIRiVikm040r1
|
|
367
368
|
khoj/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
368
369
|
khoj/utils/cli.py,sha256=IIZ2qH0v7Jmqw3JRH1K5EMp9TRze6en3GYsASnglMEM,3916
|
369
370
|
khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
|
370
|
-
khoj/utils/constants.py,sha256=
|
371
|
+
khoj/utils/constants.py,sha256=ox1ROCgXp6QkDMS96jqhsQ9_oFZkHnYJTyvKL5emE_M,2143
|
371
372
|
khoj/utils/fs_syncer.py,sha256=5nqwAZqRk3Nwhkwd8y4IomTPZQmW32GwAqyMzal5KyY,9996
|
372
373
|
khoj/utils/helpers.py,sha256=rY6KTs1Rdfzv9WkcCaL-EQp0pmo-dybaxpl2BWAWE4o,22727
|
373
374
|
khoj/utils/initialization.py,sha256=nJtqPUv52SPA6sPHn0_vs1uSBdDihX25Dvvagu81Xbs,13490
|
@@ -376,8 +377,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
|
|
376
377
|
khoj/utils/rawconfig.py,sha256=bQ_MGbBzYt6ZUIsHUwZjaHKDLh6GQ7h-sENkv3fyVbQ,5028
|
377
378
|
khoj/utils/state.py,sha256=axjZhnby8L3bY-N1VVoWgBH1RpFGK6U3_ZeNo1Kt7hs,1679
|
378
379
|
khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
|
379
|
-
khoj-1.30.8.
|
380
|
-
khoj-1.30.8.
|
381
|
-
khoj-1.30.8.
|
382
|
-
khoj-1.30.8.
|
383
|
-
khoj-1.30.8.
|
380
|
+
khoj-1.30.8.dev20.dist-info/METADATA,sha256=mJldyKj-xA9zpDCl3Ih8NB95-Pblnr2FTfWBxDW9F0k,7531
|
381
|
+
khoj-1.30.8.dev20.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
382
|
+
khoj-1.30.8.dev20.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
383
|
+
khoj-1.30.8.dev20.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
384
|
+
khoj-1.30.8.dev20.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3317,244,8459,7138],{63521:function(){}},function(n){n.O(0,[2971,7023,1744],function(){return n(n.s=63521)}),_N_E=n.O()}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[244,3317,8459,7138],{63521:function(){}},function(n){n.O(0,[2971,7023,1744],function(){return n(n.s=63521)}),_N_E=n.O()}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7138,3317,244,8459],{63521:function(){}},function(n){n.O(0,[2971,7023,1744],function(){return n(n.s=63521)}),_N_E=n.O()}]);
|
@@ -1 +0,0 @@
|
|
1
|
-
div.agents_titleBar__FzYbY{padding:16px 0;text-align:left}.agents_agentPersonality__o0Ysz p{white-space:inherit;overflow:hidden;height:77px;line-height:1.5}div.agents_agentPersonality__o0Ysz{text-align:left;grid-column:span 3;overflow:hidden}div.agents_pageLayout__gR3S3{max-width:60vw;margin:auto auto 2rem}div.agents_sidePanel__wGVGc{position:fixed;height:100%;z-index:1}button.agents_infoButton__NqI7E{border:none;background-color:transparent!important;text-align:left;font-family:inherit;font-size:medium}div.agents_agentList__XVx4A{display:grid;gap:20px;padding-top:30px;margin-right:auto;grid-auto-flow:row;grid-template-columns:1fr 1fr;margin-left:auto}@media only screen and (max-width:768px){div.agents_agentList__XVx4A{width:100%;padding:0;margin-right:auto;margin-left:auto;grid-template-columns:1fr}div.agents_pageLayout__gR3S3{max-width:90vw}div.agents_sidePanel__wGVGc{position:relative;height:100%}}
|
@@ -1 +0,0 @@
|
|
1
|
-
div.chat_main__8xQu5{height:100dvh;color:hsla(var(--foreground))}.chat_suggestions__m8n2t{display:flex;overflow-x:none;height:50%;padding:10px;white-space:nowrap;gap:1rem}div.chat_inputBox__LOFws{border:1px solid var(--border-color);margin-bottom:20px;gap:12px;align-content:center}input.chat_inputBox__LOFws{border:none}input.chat_inputBox__LOFws:focus{outline:none;background-color:transparent}div.chat_inputBox__LOFws:focus{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}div.chat_chatBodyFull__FfKEK{display:grid;grid-template-columns:1fr;height:100%}button.chat_inputBox__LOFws{border:none;outline:none;background-color:transparent;cursor:pointer;border-radius:.5rem;padding:.5rem;background:linear-gradient(var(--calm-green),var(--calm-blue))}div.chat_chatBody__sS1LX{display:grid;grid-template-columns:1fr 1fr;height:100%}.chat_inputBox__LOFws{color:hsla(var(--foreground))}div.chat_chatLayout__pR203{display:grid;grid-template-columns:auto 1fr;gap:1rem}div.chat_chatBox__FBct_{display:grid;height:100%}div.chat_titleBar__R5QlK{display:grid;grid-template-columns:1fr auto}div.chat_chatBoxBody__qT_SC{display:grid;height:100%;width:95%;margin:auto}div.chat_agentIndicator__8V55w a{display:flex;text-align:center;align-content:center;align-items:center}div.chat_agentIndicator__8V55w{padding:10px}div.chat_chatTitleWrapper__6ChWq{grid-template-columns:1fr auto}@media screen and (max-width:768px){div.chat_inputBox__LOFws{margin-bottom:0}div.chat_chatBoxBody__qT_SC{width:100%}div.chat_chatBody__sS1LX{grid-template-columns:0fr 1fr}div.chat_chatBox__FBct_{padding:0;height:100%}div.chat_chatLayout__pR203{gap:0;grid-template-columns:1fr}}div.sidePanel_session__R9wgH{padding:.5rem;margin-bottom:.25rem;border-radius:.5rem;cursor:pointer;max-width:14rem;font-size:medium;display:grid;grid-template-columns:minmax(auto,400px) 1fr;gap:0}div.sidePanel_compressed__YBPtM{grid-template-columns:minmax(12rem,100%) 1fr 1fr}div.sidePanel_sessionHover__iwfo8,div.sidePanel_session__R9wgH:hover{background-color:hsla(var(--popover))}div.sidePanel_session__R9wgH:hover{color:hsla(var(--popover-foreground))}div.sidePanel_session__R9wgH a{text-decoration:none}button.sidePanel_button__ihOfG{border:none;outline:none;background-color:transparent;cursor:pointer;color:var(--main-text-color);width:24px}button.sidePanel_showMoreButton__dt9Zw{border-radius:.5rem;padding:8px}div.sidePanel_panel__VZ8ye{display:flex;flex-direction:column;padding:1rem;overflow-y:auto;max-width:auto;transition:background-color .5s}div.sidePanel_expanded__ZjTHo{gap:1rem;background-color:hsla(var(--muted));height:100%}div.sidePanel_collapsed__OjVmG{display:grid;grid-template-columns:1fr;height:-moz-fit-content;height:fit-content;padding:1rem 0 0 1rem}p.sidePanel_session__R9wgH{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:left;font-size:small}div.sidePanel_header__d5cGA{display:grid;grid-template-columns:1fr auto}div.sidePanel_profile__x0w58{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;margin-top:auto}div.sidePanel_panelWrapper__k_lal{display:grid;grid-template-rows:1fr auto auto;height:100%}div.sidePanel_modalSessionsList__nKe2n{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(var(--frosted-background-color));z-index:1;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}div.sidePanel_modalSessionsList__nKe2n div.sidePanel_content__Wq20_{max-width:80%;max-height:80%;background-color:hsla(var(--frosted-background-color));overflow:auto;padding:20px;border-radius:10px}div.sidePanel_modalSessionsList__nKe2n div.sidePanel_session__R9wgH{max-width:100%;text-overflow:ellipsis}@media screen and (max-width:768px){div.sidePanel_panel__VZ8ye{padding:.25rem;width:100%}div.sidePanel_expanded__ZjTHo{z-index:1}div.sidePanel_singleReference__r9z1n{padding:4px}div.sidePanel_panelWrapper__k_lal{width:100%;padding:0 1rem}div.sidePanel_session__R9wgH.sidePanel_compressed__YBPtM{max-width:100%;display:grid;grid-template-columns:70vw auto;justify-content:space-between}div.sidePanel_session__R9wgH{max-width:100%;grid-template-columns:minmax(auto,70vw) 1fr}}menu.navMenu_menu__fqlFF a{text-decoration:none;font-size:medium;font-weight:400;padding:0 4px;border-radius:4px;display:flex;justify-self:center;margin:0;align-items:center;gap:4px}a.navMenu_selected__A__aP{background-color:hsl(var(--accent))}div.navMenu_titleBar__HJoio{display:flex;justify-content:space-between;align-content:space-evenly;align-items:start}div.navMenu_titleBar__HJoio menu{padding:0;margin:0;border-radius:.5rem;display:grid;grid-auto-flow:column;gap:32px}div.navMenu_settingsMenuProfile__3npiK img{border-radius:50%;width:32px;height:32px;margin:0}div.navMenu_settingsMenu__X2i2U{padding:0 4px;border-radius:4px;display:flex;justify-self:center;margin:0;align-items:center}div.navMenu_settingsMenuOptions__KWnLv{display:block;grid-auto-flow:row;position:absolute;background-color:var(--background-color);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);top:64px;text-align:left;padding:8px;border-radius:8px}@media screen and (max-width:600px){menu.navMenu_menu__fqlFF span{display:none}div.navMenu_settingsMenuOptions__KWnLv{right:4px}div.navMenu_titleBar__HJoio{padding:8px}}div.chatHistory_chatHistory__CoaVT{display:flex;flex-direction:column;height:100%;margin:auto}div.chatHistory_agentIndicator__wOU1f a{display:flex;text-align:center;align-content:center;align-items:center}div.chatHistory_trainOfThought__mMWSR{border:1px solid var(--border-color);border-radius:16px;padding:8px 16px;margin:12px}div.chatMessage_chatMessageContainer__sAivf{display:flex;flex-direction:column;margin:12px;border-radius:16px;padding:8px 16px 0;word-break:break-word}div.chatMessage_chatMessageWrapper__u5m8A{padding-left:1rem;padding-bottom:1rem;max-width:80vw}div.chatMessage_chatMessageWrapper__u5m8A ol,div.chatMessage_chatMessageWrapper__u5m8A p:not(:last-child),div.chatMessage_chatMessageWrapper__u5m8A ul{margin-bottom:16px}div.chatMessage_chatMessageWrapper__u5m8A a span{display:revert!important}div.chatMessage_khojfullHistory__NPu2l{border-width:1px;padding-left:4px}div.chatMessage_youfullHistory__ioyfH{max-width:100%}div.chatMessage_chatMessageContainer__sAivf.chatMessage_youfullHistory__ioyfH{padding-left:0}div.chatMessage_you__6GUC4{background-color:hsla(var(--secondary));align-self:flex-end;border-radius:16px}div.chatMessage_khoj__cjWON{background-color:transparent;color:hsl(var(--accent-foreground));align-self:flex-start}div.chatMessage_khojChatMessage__BabQz{padding-top:8px;padding-left:16px}div.chatMessage_emptyChatMessage__J9JRn{display:none}div.chatMessage_imagesContainer__HTRjT{display:flex;overflow-x:auto;padding-bottom:8px;margin-bottom:8px}div.chatMessage_imageWrapper__DF92M{flex:0 0 auto;margin-right:8px}div.chatMessage_imageWrapper__DF92M img{width:auto;height:128px;-o-object-fit:cover;object-fit:cover;border-radius:8px}div.chatMessage_chatMessageContainer__sAivf>img{width:auto;height:auto;max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;display:block;margin-top:.25rem;margin-right:auto}div.chatMessage_chatMessageContainer__sAivf h3 img{width:24px}div.chatMessage_you__6GUC4{color:hsla(var(--secondary-foreground))}div.chatMessage_author__muRtC{font-size:.75rem;color:grey;text-align:right}div.chatMessage_chatFooter__0vR8s{display:flex;justify-content:space-between;min-height:28px}div.chatMessage_chatButtons__Lbk8T{display:flex;justify-content:flex-end;width:-moz-min-content;width:min-content;border:1px solid var(--border-color);border-radius:16px;position:relative;bottom:-12px;background-color:hsla(var(--secondary))}div.chatMessage_chatFooter__0vR8s button{cursor:pointer;color:hsl(var(--muted-foreground));border:none;border-radius:16px;padding:4px;margin-left:4px;margin-right:4px}div.chatMessage_chatFooter__0vR8s button:hover{background-color:hsla(var(--frosted-background-color))}button.chatMessage_codeCopyButton__Y_Ujv{cursor:pointer;float:right;border-radius:8px}button.chatMessage_codeCopyButton__Y_Ujv:hover{color:hsla(var(--frosted-background-color))}button.chatMessage_codeCopyButton__Y_Ujv img,button.chatMessage_copyButton__jd7q7 img,div.chatMessage_feedbackButtons___Brdy img{width:24px}div.chatMessage_trainOfThought__mR2Gg strong{font-weight:500}div.chatMessage_trainOfThought__mR2Gg.chatMessage_primary__WYPEb strong{font-weight:500;color:hsla(var(--secondary-foreground))}div.chatMessage_trainOfThought__mR2Gg.chatMessage_primary__WYPEb p{color:inherit}div.chatMessage_trainOfThoughtElement__le_bC{display:grid;grid-template-columns:auto 1fr;align-items:start}div.chatMessage_trainOfThoughtElement__le_bC ol,div.chatMessage_trainOfThoughtElement__le_bC ul{margin:auto;word-break:break-word}@media screen and (max-width:768px){div.chatMessage_youfullHistory__ioyfH{max-width:90%}}div.chatInputArea_actualInputArea__Ha6cN{display:grid;grid-template-columns:auto 1fr auto auto}.agentCard_agentPersonality__MmRlN p{white-space:inherit;overflow:hidden;height:77px;line-height:1.5}div.agentCard_agentPersonality__MmRlN{text-align:left;grid-column:span 3;overflow:hidden}button.agentCard_infoButton__heh_w{border:none;background-color:transparent!important;text-align:left;font-family:inherit;font-size:medium}div.search_searchLayout__fP3m0{display:grid;grid-template-columns:1fr;gap:1rem;height:100vh}div.search_sidePanel__myfc9{position:fixed;height:100%;z-index:1}@media screen and (max-width:768px){div.search_searchLayout__fP3m0{gap:0}div.search_sidePanel__myfc9{position:relative;height:100%}}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|