khoj 1.30.1.dev3__py3-none-any.whl → 1.30.1.dev9__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-ee4f0da14df15091.js → page-4353b1a532795ad1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/{page-da59a2b9ec07da16.js → page-c9f13c865e739607.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/{page-e60a55d029b6216a.js → page-2790303dee566590.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/{page-fcf7411ff80b6bf5.js → page-e83f8a77f5c3caef.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/{page-4f44549ba3807021.js → page-8e28deacb61f75aa.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/{page-5591490850437232.js → page-610d33158b233b34.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-4a4c0f199b89bd80.js → page-07e1a8a345e768de.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-d3a4ebfc304496fb.js → webpack-6e43825796b7dfa6.js} +1 -1
- khoj/interface/compiled/_next/static/css/2d097a35da6bfe8d.css +1 -0
- khoj/interface/compiled/_next/static/css/592ca99f5122e75a.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/processor/conversation/prompts.py +21 -21
- khoj/processor/conversation/utils.py +22 -7
- khoj/routers/api.py +1 -1
- khoj/routers/api_chat.py +3 -2
- khoj/routers/helpers.py +44 -45
- khoj/utils/constants.py +2 -1
- {khoj-1.30.1.dev3.dist-info → khoj-1.30.1.dev9.dist-info}/METADATA +1 -1
- {khoj-1.30.1.dev3.dist-info → khoj-1.30.1.dev9.dist-info}/RECORD +38 -38
- khoj/interface/compiled/_next/static/css/2ff098d0815fdbc1.css +0 -1
- khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +0 -1
- /khoj/interface/compiled/_next/static/{wjSO2ckeClcVcMhOwfAVy → iSHZR6RZZ76lh-q0YbAa5}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{wjSO2ckeClcVcMhOwfAVy → iSHZR6RZZ76lh-q0YbAa5}/_ssgManifest.js +0 -0
- {khoj-1.30.1.dev3.dist-info → khoj-1.30.1.dev9.dist-info}/WHEEL +0 -0
- {khoj-1.30.1.dev3.dist-info → khoj-1.30.1.dev9.dist-info}/entry_points.txt +0 -0
- {khoj-1.30.1.dev3.dist-info → khoj-1.30.1.dev9.dist-info}/licenses/LICENSE +0 -0
@@ -630,37 +630,36 @@ pick_relevant_tools = PromptTemplate.from_template(
|
|
630
630
|
"""
|
631
631
|
You are Khoj, an extremely smart and helpful search assistant.
|
632
632
|
{personality_context}
|
633
|
-
- You have access to a variety of data sources to help you answer the user's question
|
634
|
-
- You can use
|
635
|
-
- You can select
|
636
|
-
-
|
637
|
-
- You can only select one output type to answer the user's question
|
633
|
+
- You have access to a variety of data sources to help you answer the user's question.
|
634
|
+
- You can use any subset of data sources listed below to collect more relevant information.
|
635
|
+
- You can select the most appropriate output format from the options listed below to respond to the user's question.
|
636
|
+
- Both the data sources and output format should be selected based on the user's query and relevant context provided in the chat history.
|
638
637
|
|
639
|
-
Which of the
|
638
|
+
Which of the data sources, output format listed below would you use to answer the user's question? You **only** have access to the following:
|
640
639
|
|
641
|
-
|
642
|
-
{
|
640
|
+
Data Sources:
|
641
|
+
{sources}
|
643
642
|
|
644
|
-
|
643
|
+
Output Formats:
|
645
644
|
{outputs}
|
646
645
|
|
647
646
|
Here are some examples:
|
648
647
|
|
649
648
|
Example:
|
650
649
|
Chat History:
|
651
|
-
User: I'm thinking of moving to a new city. I'm trying to decide between New York and San Francisco
|
650
|
+
User: I'm thinking of moving to a new city. I'm trying to decide between New York and San Francisco
|
652
651
|
AI: Moving to a new city can be challenging. Both New York and San Francisco are great cities to live in. New York is known for its diverse culture and San Francisco is known for its tech scene.
|
653
652
|
|
654
|
-
Q:
|
655
|
-
Khoj: {{"source": ["online"], "output":
|
653
|
+
Q: Chart the population growth of each of those cities in the last decade
|
654
|
+
Khoj: {{"source": ["online", "code"], "output": "text"}}
|
656
655
|
|
657
656
|
Example:
|
658
657
|
Chat History:
|
659
|
-
User: I'm thinking of my next vacation idea. Ideally, I want to see something new and exciting
|
658
|
+
User: I'm thinking of my next vacation idea. Ideally, I want to see something new and exciting
|
660
659
|
AI: Excellent! Taking a vacation is a great way to relax and recharge.
|
661
660
|
|
662
661
|
Q: Where did Grandma grow up?
|
663
|
-
Khoj: {{"source": ["notes"], "output":
|
662
|
+
Khoj: {{"source": ["notes"], "output": "text"}}
|
664
663
|
|
665
664
|
Example:
|
666
665
|
Chat History:
|
@@ -668,7 +667,7 @@ User: Good morning
|
|
668
667
|
AI: Good morning! How can I help you today?
|
669
668
|
|
670
669
|
Q: How can I share my files with Khoj?
|
671
|
-
Khoj: {{"source": ["default", "online"], "output":
|
670
|
+
Khoj: {{"source": ["default", "online"], "output": "text"}}
|
672
671
|
|
673
672
|
Example:
|
674
673
|
Chat History:
|
@@ -676,17 +675,18 @@ User: What is the first element in the periodic table?
|
|
676
675
|
AI: The first element in the periodic table is Hydrogen.
|
677
676
|
|
678
677
|
Q: Summarize this article https://en.wikipedia.org/wiki/Hydrogen
|
679
|
-
Khoj: {{"source": ["webpage"], "output":
|
678
|
+
Khoj: {{"source": ["webpage"], "output": "text"}}
|
680
679
|
|
681
680
|
Example:
|
682
681
|
Chat History:
|
683
|
-
User: I
|
684
|
-
AI: Learning to play the guitar is a great hobby. It can be a
|
682
|
+
User: I'm learning to play the guitar, so I can make a band with my friends
|
683
|
+
AI: Learning to play the guitar is a great hobby. It can be a fun way to socialize and express yourself.
|
685
684
|
|
686
|
-
Q:
|
687
|
-
Khoj: {{"source": ["
|
685
|
+
Q: Create a painting of my recent jamming sessions
|
686
|
+
Khoj: {{"source": ["notes"], "output": "image"}}
|
688
687
|
|
689
|
-
Now it's your turn to pick the sources and output to answer the user's query. Respond with a JSON object, including both `source` and `output
|
688
|
+
Now it's your turn to pick the appropriate data sources and output format to answer the user's query. Respond with a JSON object, including both `source` and `output` in the following format. Do not say anything else.
|
689
|
+
{{"source": list[str], "output': str}}
|
690
690
|
|
691
691
|
Chat History:
|
692
692
|
{chat_history}
|
@@ -49,8 +49,6 @@ except ImportError:
|
|
49
49
|
|
50
50
|
model_to_prompt_size = {
|
51
51
|
# OpenAI Models
|
52
|
-
"gpt-3.5-turbo": 12000,
|
53
|
-
"gpt-4-turbo-preview": 20000,
|
54
52
|
"gpt-4o": 20000,
|
55
53
|
"gpt-4o-mini": 20000,
|
56
54
|
"o1-preview": 20000,
|
@@ -60,11 +58,14 @@ model_to_prompt_size = {
|
|
60
58
|
"gemini-1.5-pro": 20000,
|
61
59
|
# Anthropic Models
|
62
60
|
"claude-3-5-sonnet-20240620": 20000,
|
63
|
-
"claude-3-
|
61
|
+
"claude-3-5-haiku-20241022": 20000,
|
64
62
|
# Offline Models
|
65
|
-
"TheBloke/Mistral-7B-Instruct-v0.2-GGUF": 3500,
|
66
|
-
"NousResearch/Hermes-2-Pro-Mistral-7B-GGUF": 3500,
|
67
63
|
"bartowski/Meta-Llama-3.1-8B-Instruct-GGUF": 20000,
|
64
|
+
"bartowski/Meta-Llama-3.1-8B-Instruct-GGUF": 20000,
|
65
|
+
"bartowski/Llama-3.2-3B-Instruct-GGUF": 20000,
|
66
|
+
"bartowski/gemma-2-9b-it-GGUF": 6000,
|
67
|
+
"bartowski/gemma-2-2b-it-GGUF": 6000,
|
68
|
+
"Qwen/Qwen2.5-14B-Instruct-GGUF": 20000,
|
68
69
|
}
|
69
70
|
model_to_tokenizer: Dict[str, str] = {}
|
70
71
|
|
@@ -740,6 +741,20 @@ Metadata
|
|
740
741
|
|
741
742
|
def messages_to_print(messages: list[ChatMessage], max_length: int = 70) -> str:
|
742
743
|
"""
|
743
|
-
Format
|
744
|
+
Format and truncate messages to print, ensuring JSON serializable content
|
744
745
|
"""
|
745
|
-
|
746
|
+
|
747
|
+
def safe_serialize(content: Any) -> str:
|
748
|
+
try:
|
749
|
+
# Try JSON serialization
|
750
|
+
json.dumps(content)
|
751
|
+
return content
|
752
|
+
except (TypeError, json.JSONDecodeError):
|
753
|
+
# Handle non-serializable types
|
754
|
+
if hasattr(content, "format") and content.format == "WEBP":
|
755
|
+
return "[WebP Image]"
|
756
|
+
elif hasattr(content, "__dict__"):
|
757
|
+
return str(content.__dict__)
|
758
|
+
return str(content)
|
759
|
+
|
760
|
+
return "\n".join([f"{json.dumps(safe_serialize(message.content))[:max_length]}..." for message in messages])
|
khoj/routers/api.py
CHANGED
khoj/routers/api_chat.py
CHANGED
@@ -46,7 +46,7 @@ from khoj.routers.helpers import (
|
|
46
46
|
FeedbackData,
|
47
47
|
acreate_title_from_history,
|
48
48
|
agenerate_chat_response,
|
49
|
-
|
49
|
+
aget_data_sources_and_output_format,
|
50
50
|
construct_automation_created_message,
|
51
51
|
create_automation,
|
52
52
|
gather_raw_query_files,
|
@@ -752,7 +752,7 @@ async def chat(
|
|
752
752
|
attached_file_context = gather_raw_query_files(query_files)
|
753
753
|
|
754
754
|
if conversation_commands == [ConversationCommand.Default] or is_automated_task:
|
755
|
-
|
755
|
+
chosen_io = await aget_data_sources_and_output_format(
|
756
756
|
q,
|
757
757
|
meta_log,
|
758
758
|
is_automated_task,
|
@@ -762,6 +762,7 @@ async def chat(
|
|
762
762
|
query_files=attached_file_context,
|
763
763
|
tracer=tracer,
|
764
764
|
)
|
765
|
+
conversation_commands = chosen_io.get("sources") + [chosen_io.get("output")]
|
765
766
|
|
766
767
|
# If we're doing research, we don't want to do anything else
|
767
768
|
if ConversationCommand.Research in conversation_commands:
|
khoj/routers/helpers.py
CHANGED
@@ -336,7 +336,7 @@ async def acheck_if_safe_prompt(system_prompt: str, user: KhojUser = None, lax:
|
|
336
336
|
return is_safe, reason
|
337
337
|
|
338
338
|
|
339
|
-
async def
|
339
|
+
async def aget_data_sources_and_output_format(
|
340
340
|
query: str,
|
341
341
|
conversation_history: dict,
|
342
342
|
is_task: bool,
|
@@ -345,33 +345,33 @@ async def aget_relevant_tools_to_execute(
|
|
345
345
|
agent: Agent = None,
|
346
346
|
query_files: str = None,
|
347
347
|
tracer: dict = {},
|
348
|
-
):
|
348
|
+
) -> Dict[str, Any]:
|
349
349
|
"""
|
350
|
-
Given a query, determine which of the available
|
350
|
+
Given a query, determine which of the available data sources and output modes the agent should use to answer appropriately.
|
351
351
|
"""
|
352
352
|
|
353
|
-
|
354
|
-
|
353
|
+
source_options = dict()
|
354
|
+
source_options_str = ""
|
355
355
|
|
356
|
-
|
356
|
+
agent_sources = agent.input_tools if agent else []
|
357
357
|
|
358
|
-
for
|
359
|
-
|
360
|
-
if len(
|
361
|
-
|
358
|
+
for source, description in tool_descriptions_for_llm.items():
|
359
|
+
source_options[source.value] = description
|
360
|
+
if len(agent_sources) == 0 or source.value in agent_sources:
|
361
|
+
source_options_str += f'- "{source.value}": "{description}"\n'
|
362
362
|
|
363
|
-
|
364
|
-
|
363
|
+
output_options = dict()
|
364
|
+
output_options_str = ""
|
365
365
|
|
366
|
-
|
366
|
+
agent_outputs = agent.output_modes if agent else []
|
367
367
|
|
368
|
-
for
|
368
|
+
for output, description in mode_descriptions_for_llm.items():
|
369
369
|
# Do not allow tasks to schedule another task
|
370
|
-
if is_task and
|
370
|
+
if is_task and output == ConversationCommand.Automation:
|
371
371
|
continue
|
372
|
-
|
373
|
-
if len(
|
374
|
-
|
372
|
+
output_options[output.value] = description
|
373
|
+
if len(agent_outputs) == 0 or output.value in agent_outputs:
|
374
|
+
output_options_str += f'- "{output.value}": "{description}"\n'
|
375
375
|
|
376
376
|
chat_history = construct_chat_history(conversation_history)
|
377
377
|
|
@@ -384,8 +384,8 @@ async def aget_relevant_tools_to_execute(
|
|
384
384
|
|
385
385
|
relevant_tools_prompt = prompts.pick_relevant_tools.format(
|
386
386
|
query=query,
|
387
|
-
|
388
|
-
outputs=
|
387
|
+
sources=source_options_str,
|
388
|
+
outputs=output_options_str,
|
389
389
|
chat_history=chat_history,
|
390
390
|
personality_context=personality_context,
|
391
391
|
)
|
@@ -403,43 +403,42 @@ async def aget_relevant_tools_to_execute(
|
|
403
403
|
response = clean_json(response)
|
404
404
|
response = json.loads(response)
|
405
405
|
|
406
|
-
|
407
|
-
|
406
|
+
selected_sources = [q.strip() for q in response.get("source", []) if q.strip()]
|
407
|
+
selected_output = response.get("output", "text").strip() # Default to text output
|
408
408
|
|
409
|
-
if not isinstance(
|
409
|
+
if not isinstance(selected_sources, list) or not selected_sources or len(selected_sources) == 0:
|
410
410
|
raise ValueError(
|
411
|
-
f"Invalid response for determining relevant tools: {
|
411
|
+
f"Invalid response for determining relevant tools: {selected_sources}. Raw Response: {response}"
|
412
412
|
)
|
413
413
|
|
414
|
-
|
415
|
-
for
|
414
|
+
result: Dict = {"sources": [], "output": None} if not is_task else {"output": ConversationCommand.AutomatedTask}
|
415
|
+
for selected_source in selected_sources:
|
416
416
|
# Add a double check to verify it's in the agent list, because the LLM sometimes gets confused by the tool options.
|
417
|
-
if
|
418
|
-
|
417
|
+
if (
|
418
|
+
selected_source in source_options.keys()
|
419
|
+
and isinstance(result["sources"], list)
|
420
|
+
and (len(agent_sources) == 0 or selected_source in agent_sources)
|
419
421
|
):
|
420
422
|
# Check whether the tool exists as a valid ConversationCommand
|
421
|
-
|
423
|
+
result["sources"].append(ConversationCommand(selected_source))
|
422
424
|
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
):
|
428
|
-
# Check whether the tool exists as a valid ConversationCommand
|
429
|
-
final_response.append(ConversationCommand(llm_suggested_output))
|
425
|
+
# Add a double check to verify it's in the agent list, because the LLM sometimes gets confused by the tool options.
|
426
|
+
if selected_output in output_options.keys() and (len(agent_outputs) == 0 or selected_output in agent_outputs):
|
427
|
+
# Check whether the tool exists as a valid ConversationCommand
|
428
|
+
result["output"] = ConversationCommand(selected_output)
|
430
429
|
|
431
|
-
if is_none_or_empty(
|
432
|
-
if len(
|
433
|
-
|
430
|
+
if is_none_or_empty(result):
|
431
|
+
if len(agent_sources) == 0:
|
432
|
+
result = {"sources": [ConversationCommand.Default], "output": ConversationCommand.Text}
|
434
433
|
else:
|
435
|
-
|
434
|
+
result = {"sources": [ConversationCommand.General], "output": ConversationCommand.Text}
|
436
435
|
except Exception as e:
|
437
436
|
logger.error(f"Invalid response for determining relevant tools: {response}. Error: {e}", exc_info=True)
|
438
|
-
if len(
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
return
|
437
|
+
sources = agent_sources if len(agent_sources) > 0 else [ConversationCommand.Default]
|
438
|
+
output = agent_outputs[0] if len(agent_outputs) > 0 else ConversationCommand.Text
|
439
|
+
result = {"sources": sources, "output": output}
|
440
|
+
|
441
|
+
return result
|
443
442
|
|
444
443
|
|
445
444
|
async def infer_webpage_urls(
|
khoj/utils/constants.py
CHANGED
@@ -10,9 +10,10 @@ telemetry_server = "https://khoj.beta.haletic.com/v1/telemetry"
|
|
10
10
|
content_directory = "~/.khoj/content/"
|
11
11
|
default_offline_chat_models = [
|
12
12
|
"bartowski/Meta-Llama-3.1-8B-Instruct-GGUF",
|
13
|
+
"bartowski/Llama-3.2-3B-Instruct-GGUF",
|
13
14
|
"bartowski/gemma-2-9b-it-GGUF",
|
14
15
|
"bartowski/gemma-2-2b-it-GGUF",
|
15
|
-
"
|
16
|
+
"Qwen/Qwen2.5-14B-Instruct-GGUF",
|
16
17
|
]
|
17
18
|
default_openai_chat_models = ["gpt-4o-mini", "gpt-4o"]
|
18
19
|
default_gemini_chat_models = ["gemini-1.5-flash", "gemini-1.5-pro"]
|
@@ -111,15 +111,15 @@ 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=XXp62dXV6ueHmSNyw-FYFesPGyXgaxyTpLdQEfQfGKQ,12156
|
115
|
+
khoj/interface/compiled/index.txt,sha256=7eV7CeEDgINa5eJy1SdjjTvvW41kKm-i7iFi83CVOOM,5611
|
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=
|
122
|
+
khoj/interface/compiled/404/index.html,sha256=5jarv5IrrWC7BZmnWyOcL3VvcVKDzGVwPgqHes6f4o0,12023
|
123
123
|
khoj/interface/compiled/_next/static/chunks/1210.132a7e1910006bbb.js,sha256=2dJueIfOg5qlQdanOM9HrgwcfrUXCD57bfd8Iv7iJcU,2104
|
124
124
|
khoj/interface/compiled/_next/static/chunks/1279-f37ee4a388ebf544.js,sha256=U_1WaocOdgJ4HZB8tRx_izzYGD1EZlCohC1uLCffCWc,45582
|
125
125
|
khoj/interface/compiled/_next/static/chunks/1459.690bf20e7d7b7090.js,sha256=z-ruZPxF_Z3ef_WOThd9Ox36AMhxaW3znizVivNnA34,34239
|
@@ -148,32 +148,34 @@ 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-6e43825796b7dfa6.js,sha256=uvR23x0pYT9e9VnkjOHjAR1wPezsnDA3SoYFKFTtwm4,4054
|
152
152
|
khoj/interface/compiled/_next/static/chunks/app/layout-86561d2fac35a91a.js,sha256=2EWsyKE2kcC5uDvsOtgG5OP0hHCX8sCph4NqhUU2rCg,442
|
153
|
-
khoj/interface/compiled/_next/static/chunks/app/page-
|
153
|
+
khoj/interface/compiled/_next/static/chunks/app/page-e83f8a77f5c3caef.js,sha256=u72hDk0g6SFJNe-2B0yCF5BaI5PJa9Yr4aG9ZfseQW0,33220
|
154
154
|
khoj/interface/compiled/_next/static/chunks/app/_not-found/page-07ff4ab42b07845e.js,sha256=3mCUnxfMxyK44eqk21TVBrC6u--WSbvx31fTmQuOvMQ,1755
|
155
155
|
khoj/interface/compiled/_next/static/chunks/app/agents/layout-e9838b642913a071.js,sha256=w3vWDf7m2_VG7q98_KGAWbCO06RI7iqFYsb4nDqGUDw,372
|
156
|
-
khoj/interface/compiled/_next/static/chunks/app/agents/page-
|
156
|
+
khoj/interface/compiled/_next/static/chunks/app/agents/page-4353b1a532795ad1.js,sha256=VYSOSTRUsJQxg-C2ntEbHW5Fwm_a5k1e79bUYlcZBa0,11755
|
157
157
|
khoj/interface/compiled/_next/static/chunks/app/automations/layout-27c28e923c9b1ff0.js,sha256=d2vJ_lVB0pfeFXNUPzHAe1ca5NzdNowHPh___SPqugM,5143
|
158
|
-
khoj/interface/compiled/_next/static/chunks/app/automations/page-
|
158
|
+
khoj/interface/compiled/_next/static/chunks/app/automations/page-c9f13c865e739607.js,sha256=hkZk61Vrde0LIL4KPqnm_u2pd_LPzvt-f6Z0hkq8FCs,35344
|
159
159
|
khoj/interface/compiled/_next/static/chunks/app/chat/layout-b0e7ff4baa3b5265.js,sha256=a-Qv2nHUrCa1gIs4Qo5txnOlhhQessAdcnAhhjaN3ag,374
|
160
|
-
khoj/interface/compiled/_next/static/chunks/app/chat/page-
|
160
|
+
khoj/interface/compiled/_next/static/chunks/app/chat/page-2790303dee566590.js,sha256=RGDpsMYas9FcQtQt4QWQbl_kKN2Ax0aWma1qpzJKl7c,7070
|
161
161
|
khoj/interface/compiled/_next/static/chunks/app/search/layout-ea6b73fdaf9b24ca.js,sha256=mBgNUjaTBNgIKOpZj722mh1ojg1CNIYRBPiupStSS6s,165
|
162
|
-
khoj/interface/compiled/_next/static/chunks/app/search/page-
|
162
|
+
khoj/interface/compiled/_next/static/chunks/app/search/page-8e28deacb61f75aa.js,sha256=A3klMSdb4sxIAuHZ8NdbYgzc_WXhzIPFACF-D4CRino,6958
|
163
163
|
khoj/interface/compiled/_next/static/chunks/app/settings/layout-254eaaf916449a60.js,sha256=kHAKleDbNFfhNM3e1WLJm3OFw6PDtGcjyj5toO24vps,5347
|
164
|
-
khoj/interface/compiled/_next/static/chunks/app/settings/page-
|
164
|
+
khoj/interface/compiled/_next/static/chunks/app/settings/page-610d33158b233b34.js,sha256=gvcwqYV9CrC5M3KBpyn0b88m8u34brimEEYC0Z8ExiI,32149
|
165
165
|
khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-cf7445cf0326bda3.js,sha256=W3axh1K4y-pLSXcXogLl4qLKXr5BZLY1uA7JfSWp5TU,373
|
166
|
-
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-
|
166
|
+
khoj/interface/compiled/_next/static/chunks/app/share/chat/page-07e1a8a345e768de.js,sha256=7-9xLo6k4faJWJmBltlUfVbZD7wbrFdld5WvE1yXVcM,4375
|
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/0e9d53dcd7f11342.css,sha256=52_LSJ59Vwm1p2UpcDXEvq99pTjz2sW4EjF5iKf-dzs,2622
|
170
170
|
khoj/interface/compiled/_next/static/css/1f293605f2871853.css,sha256=G2b3Wx4e0DRBWSdNU20ivCChZI5HBzvPYUVVIdTRjLc,26590
|
171
|
-
khoj/interface/compiled/_next/static/css/
|
171
|
+
khoj/interface/compiled/_next/static/css/2d097a35da6bfe8d.css,sha256=Px3pPL_D-UjBJEghSLIchKux1WSch40GQHPv60qZEC8,8449
|
172
172
|
khoj/interface/compiled/_next/static/css/3cf13271869a4aeb.css,sha256=sGjJTeMeN6wbQF4OCPgWYgJmSLLSHyzIH2rSVstWx7k,1857
|
173
|
-
khoj/interface/compiled/_next/static/css/
|
173
|
+
khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css,sha256=BSqRkeb9vBh0phx5GkAlZirTFZintbyggGaUkuOBfaU,914
|
174
174
|
khoj/interface/compiled/_next/static/css/5a400c87d295e68a.css,sha256=ojDUPJ9fJpEo9DzTAsEa-k1cg7Bef-nSTfpszMiqknQ,17711
|
175
175
|
khoj/interface/compiled/_next/static/css/80bd6301fc657983.css,sha256=T7_aQHcWpQBQLKadauHNzjYGw713FtRNTlUqmJjsL6I,1634
|
176
176
|
khoj/interface/compiled/_next/static/css/ed437164d77aa600.css,sha256=l7axYkpTLwbVjhTCUNh8BWdkBom06sG-JrpDX5vSPUU,3056024
|
177
|
+
khoj/interface/compiled/_next/static/iSHZR6RZZ76lh-q0YbAa5/_buildManifest.js,sha256=6I9QUstNpJnhe3leR2Daw0pSXwzcbBscv6h2jmmPpms,224
|
178
|
+
khoj/interface/compiled/_next/static/iSHZR6RZZ76lh-q0YbAa5/_ssgManifest.js,sha256=Z49s4suAsf5y_GfnQSvm4qtq2ggxEbZPfEDTXjy6XgA,80
|
177
179
|
khoj/interface/compiled/_next/static/media/5455839c73f146e7-s.p.woff2,sha256=BUeNjYxyX7Bu76aNlJrZtW3PwYgcH-kp8syFdODZoyc,35788
|
178
180
|
khoj/interface/compiled/_next/static/media/5984b96ba4822821-s.woff2,sha256=RFrf6fMTduuQwEe78qK6_Y_Mnj97HmRDG-VujYxwA90,99368
|
179
181
|
khoj/interface/compiled/_next/static/media/684adc3dde1b03f1-s.woff2,sha256=5loL1Nrr0sWovNVA8BcfMnck7uDntv7wBNd9oxGMaM8,19820
|
@@ -246,10 +248,8 @@ khoj/interface/compiled/_next/static/media/flags.3afdda2f.webp,sha256=M2AW_HLpBn
|
|
246
248
|
khoj/interface/compiled/_next/static/media/flags@2x.5fbe9fc1.webp,sha256=BBeRPBZkxY3-aKkMnYv5TSkxmbeMbyUH4VRIPfrWg1E,137406
|
247
249
|
khoj/interface/compiled/_next/static/media/globe.98e105ca.webp,sha256=g3ofb8-W9GM75zIhlvQhaS8I2py9TtrovOKR3_7Jf04,514
|
248
250
|
khoj/interface/compiled/_next/static/media/globe@2x.974df6f8.webp,sha256=I_N7Yke3IOoS-0CC6XD8o0IUWG8PdPbrHmf6lpgWlZY,1380
|
249
|
-
khoj/interface/compiled/
|
250
|
-
khoj/interface/compiled/
|
251
|
-
khoj/interface/compiled/agents/index.html,sha256=tNuIDzmYmqaQ35EHZMgahRlFn4zNd9smYsgBdm5dZn8,12658
|
252
|
-
khoj/interface/compiled/agents/index.txt,sha256=wkY2wTcUUg3vPw7g04M9_jM2QODp7NhpIHN5fq8AH4E,6045
|
251
|
+
khoj/interface/compiled/agents/index.html,sha256=TZKT3gig-rtqpPn1ySPKe6xzBNNsbQn4aV3VO2jsatM,12966
|
252
|
+
khoj/interface/compiled/agents/index.txt,sha256=U4F2Njpvyo-JqoCyRNwwrrv806ZPCbiA9h99nIT8L2M,6178
|
253
253
|
khoj/interface/compiled/assets/icons/khoj_lantern.ico,sha256=eggu-B_v3z1R53EjOFhIqqPnICBGdoaw1xnc0NrzHck,174144
|
254
254
|
khoj/interface/compiled/assets/icons/khoj_lantern_128x128.png,sha256=aTxivDb3CYyThkVZWz8A19xl_dNut5DbkXhODWF3A9Q,5640
|
255
255
|
khoj/interface/compiled/assets/icons/khoj_lantern_256x256.png,sha256=xPCMLHiaL7lYOdQLZrKwWE-Qjn5ZaysSZB0ScYv4UZU,12312
|
@@ -260,16 +260,16 @@ khoj/interface/compiled/assets/samples/desktop-remember-plan-sample.png,sha256=i
|
|
260
260
|
khoj/interface/compiled/assets/samples/phone-browse-draw-sample.png,sha256=Dd4fPwtFl6BWqnHjeb1mCK_ND0hhHsWtx8sNE7EiMuE,406179
|
261
261
|
khoj/interface/compiled/assets/samples/phone-plain-chat-sample.png,sha256=DEDaNRCkfEWUeh3kYZWIQDTVK1a6KKnYdwj5ZWisN_Q,82985
|
262
262
|
khoj/interface/compiled/assets/samples/phone-remember-plan-sample.png,sha256=Ma3blirRmq3X4oYSsDbbT7MDn29rymDrjwmUfA9BMuM,236285
|
263
|
-
khoj/interface/compiled/automations/index.html,sha256=
|
264
|
-
khoj/interface/compiled/automations/index.txt,sha256=
|
265
|
-
khoj/interface/compiled/chat/index.html,sha256=
|
266
|
-
khoj/interface/compiled/chat/index.txt,sha256=
|
267
|
-
khoj/interface/compiled/search/index.html,sha256=
|
268
|
-
khoj/interface/compiled/search/index.txt,sha256=
|
269
|
-
khoj/interface/compiled/settings/index.html,sha256=
|
270
|
-
khoj/interface/compiled/settings/index.txt,sha256=
|
271
|
-
khoj/interface/compiled/share/chat/index.html,sha256=
|
272
|
-
khoj/interface/compiled/share/chat/index.txt,sha256=
|
263
|
+
khoj/interface/compiled/automations/index.html,sha256=X16vHiHuQLlrseCdk4wUjl2bgFknCeeNFhEcVddz2FE,30633
|
264
|
+
khoj/interface/compiled/automations/index.txt,sha256=QKzMuRvWgLaUE4yyXq066rZLL996QWQeNTfJb2iMKcg,5500
|
265
|
+
khoj/interface/compiled/chat/index.html,sha256=aCvg0xSVm50a3TJYyoHTfQ3ftR0D3GAUjW4A3Pi9Yko,13857
|
266
|
+
khoj/interface/compiled/chat/index.txt,sha256=GVzcO1zSpRpJGjTCtVQXRJyKtuuHLCZiElaJMaAiMGk,6588
|
267
|
+
khoj/interface/compiled/search/index.html,sha256=ibDGOW13OMjclLxm8yddNfw2CmKAnFpPAxPIQEsHxGQ,30161
|
268
|
+
khoj/interface/compiled/search/index.txt,sha256=Xf5aSml9EgdMgW5goRJ2t5bYHagMGu8rRmxYg1sPKsQ,5256
|
269
|
+
khoj/interface/compiled/settings/index.html,sha256=qbydtmmKrV7lUMdJ4qNk2JaM-T-8iQWcWLTw3DJ1svE,12831
|
270
|
+
khoj/interface/compiled/settings/index.txt,sha256=9NDy32omS_AJMKk_bCa_-qcxdvaTfP0uGs42QMCq-Bc,6078
|
271
|
+
khoj/interface/compiled/share/chat/index.html,sha256=mID1FJ1ghBtTW-mKsusNQELjhv6dvV2hAW-yWSFbdgU,15154
|
272
|
+
khoj/interface/compiled/share/chat/index.txt,sha256=qOjiUfOF4HTAuu98-tmFtgag54A1j1qvFQUMY8E34q8,7385
|
273
273
|
khoj/interface/email/feedback.html,sha256=xksuPFamx4hGWyTTxZKRgX_eiYQQEuv-eK9Xmkt-nwU,1216
|
274
274
|
khoj/interface/email/magic_link.html,sha256=EoGKQucfPj3xQrWXhSZAzPFOYCHF_ZX94TWCd1XHl1M,941
|
275
275
|
khoj/interface/email/task.html,sha256=tY7a0gzVeQ2lSQNu7WyXR_s7VYeWTrxWEj1iHVuoVE4,2813
|
@@ -320,8 +320,8 @@ 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=
|
324
|
-
khoj/processor/conversation/utils.py,sha256=
|
323
|
+
khoj/processor/conversation/prompts.py,sha256=WokfQopt1bfaGTi0YYAIxrYDI0aCFYhx05vE0IfGokY,48999
|
324
|
+
khoj/processor/conversation/utils.py,sha256=LtkNesyGPavqgJ66Ptdf_UE8u6VAN5KJWpFHf95zO2U,28479
|
325
325
|
khoj/processor/conversation/anthropic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
326
326
|
khoj/processor/conversation/anthropic/anthropic_chat.py,sha256=8w7oSTBIxcZa6y03Zo2nuQFa2WMiazwK_qfO2q_O-6c,8618
|
327
327
|
khoj/processor/conversation/anthropic/utils.py,sha256=6_FnsfLRqjkubkfMVmPTEEBzvMUOAccIz5AHV6B9mU8,6623
|
@@ -343,16 +343,16 @@ khoj/processor/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
343
343
|
khoj/processor/tools/online_search.py,sha256=X8D3ClKpg34r_LMol28GdBqZ--YVGGVBPc9lUSgb2mg,17128
|
344
344
|
khoj/processor/tools/run_code.py,sha256=i9ce53dw0y5ZNhPorRNYJieIKw6eyrZQX0ABDrWiW8M,7738
|
345
345
|
khoj/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
346
|
-
khoj/routers/api.py,sha256=
|
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=
|
348
|
+
khoj/routers/api_chat.py,sha256=MsiqhXiWT_c4u3DqqvAwoT-3oeudMQSqzZyHMbmHne0,49280
|
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
352
|
khoj/routers/api_subscription.py,sha256=J6xZNZDdOA71vCfethlPfAyfvRBq4HGCBpbsOZ9CWj0,5333
|
353
353
|
khoj/routers/auth.py,sha256=HO54PR-BkWA_iJIktEobUrObcXVYG-00jpnIcEVdR5s,6564
|
354
354
|
khoj/routers/email.py,sha256=SGYNPQvfcvYeHf70F0YqpY0FLMRElF2ZekROXdwGI18,3821
|
355
|
-
khoj/routers/helpers.py,sha256=
|
355
|
+
khoj/routers/helpers.py,sha256=tVnlU6OEc9fWVuj11Acsf_zvPkSTM6fzFCC7mI15GfQ,81658
|
356
356
|
khoj/routers/notion.py,sha256=g53xyYFmjr2JnuIrTW2vytbfkiK_UkoRTxqnnLSmD5o,2802
|
357
357
|
khoj/routers/research.py,sha256=SczFMS9a8_Wxhh3n_Zt9CJ-zZugBDAd_WmiZGFa6RR8,16117
|
358
358
|
khoj/routers/storage.py,sha256=tJrwhFRVWv0MHv7V7huMc1Diwm-putZSwnZXJ3tqT_c,2338
|
@@ -368,7 +368,7 @@ khoj/search_type/text_search.py,sha256=PZzJVCXpeBM795SIqiAKXAxgnCp1NIRiVikm040r1
|
|
368
368
|
khoj/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
369
369
|
khoj/utils/cli.py,sha256=EA7IvWAInUIll8YFTOpQtqLtCQXwphfHi5rJ2TKAdSQ,3757
|
370
370
|
khoj/utils/config.py,sha256=aiOkH0je8A30DAGYTHMRePrgJonFv_i07_7CdhhhcdA,1805
|
371
|
-
khoj/utils/constants.py,sha256=
|
371
|
+
khoj/utils/constants.py,sha256=vjMu-gVRxrTSlxBb1eAXYfRjqf8NchbiWuxDXtQ4G3c,1257
|
372
372
|
khoj/utils/fs_syncer.py,sha256=5nqwAZqRk3Nwhkwd8y4IomTPZQmW32GwAqyMzal5KyY,9996
|
373
373
|
khoj/utils/helpers.py,sha256=tdwRlkI5IqOr07cxw4zKindR3hSn6cGthPYHSXs2BcU,20239
|
374
374
|
khoj/utils/initialization.py,sha256=nJtqPUv52SPA6sPHn0_vs1uSBdDihX25Dvvagu81Xbs,13490
|
@@ -377,8 +377,8 @@ khoj/utils/models.py,sha256=Q5tcC9-z25sCiub048fLnvZ6_IIO1bcPNxt5payekk0,2009
|
|
377
377
|
khoj/utils/rawconfig.py,sha256=bQ_MGbBzYt6ZUIsHUwZjaHKDLh6GQ7h-sENkv3fyVbQ,5028
|
378
378
|
khoj/utils/state.py,sha256=KtUEIKAZdGGN_Qr58RS1pgcywgSafun8YIXx-YEclAY,1645
|
379
379
|
khoj/utils/yaml.py,sha256=qy1Tkc61rDMesBw_Cyx2vOR6H-Hngcsm5kYfjwQBwkE,1543
|
380
|
-
khoj-1.30.1.
|
381
|
-
khoj-1.30.1.
|
382
|
-
khoj-1.30.1.
|
383
|
-
khoj-1.30.1.
|
384
|
-
khoj-1.30.1.
|
380
|
+
khoj-1.30.1.dev9.dist-info/METADATA,sha256=5iGNQJMTC1PCr0PQ4-DQs49-dwqe4sOMarg1-KlWalY,7119
|
381
|
+
khoj-1.30.1.dev9.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
382
|
+
khoj-1.30.1.dev9.dist-info/entry_points.txt,sha256=KBIcez5N_jCgq_ER4Uxf-e1lxTBMTE_BBjMwwfeZyAg,39
|
383
|
+
khoj-1.30.1.dev9.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
384
|
+
khoj-1.30.1.dev9.dist-info/RECORD,,
|
@@ -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%}}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.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%}}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}
|
@@ -1 +0,0 @@
|
|
1
|
-
div.automations_automationsLayout__Atoh_{display:grid;grid-template-columns:1fr 1fr;gap:1rem}div.automations_automationCard__BKidA{display:grid;grid-template-rows:auto 1fr auto}div.automations_pageLayout__OaoYA{max-width:60vw;margin:auto auto 2rem}div.automations_sidePanel__MPciO{position:fixed;height:100%;z-index:1}@media screen and (max-width:768px){div.automations_automationsLayout__Atoh_{grid-template-columns:1fr}div.automations_pageLayout__OaoYA{max-width:90vw}div.automations_sidePanel__MPciO{position:relative;height:100%}}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|