khoj 1.27.2.dev15__py3-none-any.whl → 1.28.0__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 (77) hide show
  1. khoj/configure.py +1 -1
  2. khoj/database/adapters/__init__.py +50 -12
  3. khoj/interface/compiled/404/index.html +1 -1
  4. khoj/interface/compiled/_next/static/chunks/1034-da58b679fcbb79c1.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/1467-b331e469fe411347.js +1 -0
  6. khoj/interface/compiled/_next/static/chunks/1603-c1568f45947e9f2c.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/3423-f4b7df2f6f3362f7.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/8423-da57554315eebcbe.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/agents/{page-2beaba7c9bb750bd.js → page-5ae1e540bb5be8a9.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/app/automations/{page-9b5c77e0b0dd772c.js → page-774ae3e033f938cd.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/chat/page-d8f4c107ad78e9e9.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-1cc42ee55f89fb2e.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/app/{page-4b6008223ea79955.js → page-07e54186b066f5ce.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/search/{page-ab2995529ece3140.js → page-9b64f61caa5bd7f9.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/settings/{page-7946cabb9c54e22d.js → page-10b288c103f19468.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-6a01e07fb244c10c.js → page-db775d42e820afb2.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/{webpack-878569182b3af4c6.js → webpack-8f2abab7b11aa120.js} +1 -1
  18. khoj/interface/compiled/_next/static/css/{2272c73fc7a3b571.css → 26c1c33d0423a7d8.css} +1 -1
  19. khoj/interface/compiled/_next/static/css/4cae6c0e5c72fb2d.css +1 -0
  20. khoj/interface/compiled/_next/static/css/a795ee88875f4853.css +25 -0
  21. khoj/interface/compiled/_next/static/css/ddcc0cf73e062476.css +1 -0
  22. khoj/interface/compiled/agents/index.html +1 -1
  23. khoj/interface/compiled/agents/index.txt +2 -2
  24. khoj/interface/compiled/automations/index.html +1 -1
  25. khoj/interface/compiled/automations/index.txt +2 -2
  26. khoj/interface/compiled/chat/index.html +1 -1
  27. khoj/interface/compiled/chat/index.txt +2 -2
  28. khoj/interface/compiled/factchecker/index.html +1 -1
  29. khoj/interface/compiled/factchecker/index.txt +2 -2
  30. khoj/interface/compiled/index.html +1 -1
  31. khoj/interface/compiled/index.txt +2 -2
  32. khoj/interface/compiled/search/index.html +1 -1
  33. khoj/interface/compiled/search/index.txt +2 -2
  34. khoj/interface/compiled/settings/index.html +1 -1
  35. khoj/interface/compiled/settings/index.txt +2 -2
  36. khoj/interface/compiled/share/chat/index.html +1 -1
  37. khoj/interface/compiled/share/chat/index.txt +2 -2
  38. khoj/processor/conversation/anthropic/anthropic_chat.py +19 -10
  39. khoj/processor/conversation/anthropic/utils.py +37 -6
  40. khoj/processor/conversation/google/gemini_chat.py +23 -13
  41. khoj/processor/conversation/google/utils.py +34 -10
  42. khoj/processor/conversation/offline/chat_model.py +48 -16
  43. khoj/processor/conversation/openai/gpt.py +25 -10
  44. khoj/processor/conversation/openai/utils.py +50 -9
  45. khoj/processor/conversation/prompts.py +156 -65
  46. khoj/processor/conversation/utils.py +306 -6
  47. khoj/processor/embeddings.py +4 -4
  48. khoj/processor/image/generate.py +2 -0
  49. khoj/processor/tools/online_search.py +27 -12
  50. khoj/processor/tools/run_code.py +144 -0
  51. khoj/routers/api.py +11 -6
  52. khoj/routers/api_chat.py +213 -111
  53. khoj/routers/helpers.py +171 -60
  54. khoj/routers/research.py +320 -0
  55. khoj/search_filter/date_filter.py +1 -3
  56. khoj/search_filter/file_filter.py +1 -2
  57. khoj/search_type/text_search.py +3 -3
  58. khoj/utils/helpers.py +24 -2
  59. khoj/utils/yaml.py +4 -0
  60. {khoj-1.27.2.dev15.dist-info → khoj-1.28.0.dist-info}/METADATA +3 -2
  61. {khoj-1.27.2.dev15.dist-info → khoj-1.28.0.dist-info}/RECORD +68 -65
  62. khoj/interface/compiled/_next/static/chunks/1603-b9d95833e0e025e8.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/2697-61fcba89fd87eab4.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/3423-0b533af8bf6ac218.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/9479-ff7d8c4dae2014d1.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/app/chat/page-151232d8417a1ea1.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-798904432c2417c4.js +0 -1
  68. khoj/interface/compiled/_next/static/css/592ca99f5122e75a.css +0 -1
  69. khoj/interface/compiled/_next/static/css/76d55eb435962b19.css +0 -25
  70. khoj/interface/compiled/_next/static/css/d738728883c68af8.css +0 -1
  71. /khoj/interface/compiled/_next/static/{vcyFRDGArOFXwUVotHIuv → cC7ahn2y_DddSVovjlztj}/_buildManifest.js +0 -0
  72. /khoj/interface/compiled/_next/static/{vcyFRDGArOFXwUVotHIuv → cC7ahn2y_DddSVovjlztj}/_ssgManifest.js +0 -0
  73. /khoj/interface/compiled/_next/static/chunks/{1970-60c96aed937a4928.js → 1970-d44050bf658ae5cc.js} +0 -0
  74. /khoj/interface/compiled/_next/static/chunks/{9417-2ca87207387fc790.js → 9417-0d0fc7eb49a86abb.js} +0 -0
  75. {khoj-1.27.2.dev15.dist-info → khoj-1.28.0.dist-info}/WHEEL +0 -0
  76. {khoj-1.27.2.dev15.dist-info → khoj-1.28.0.dist-info}/entry_points.txt +0 -0
  77. {khoj-1.27.2.dev15.dist-info → khoj-1.28.0.dist-info}/licenses/LICENSE +0 -0
@@ -193,7 +193,6 @@ you need to convert the user's query to a description format that the novice art
193
193
  - ellipse
194
194
  - line
195
195
  - arrow
196
- - frame
197
196
 
198
197
  use these primitives to describe what sort of diagram the drawer should create. the artist must recreate the diagram every time, so include all relevant prior information in your description.
199
198
 
@@ -284,21 +283,6 @@ For text, you must use the `text` property to specify the text to be rendered. Y
284
283
  text: string,
285
284
  }}
286
285
 
287
- For frames, use the `children` property to specify the elements that are inside the frame by their ids.
288
-
289
- {{
290
- type: "frame",
291
- id: string,
292
- x: number,
293
- y: number,
294
- width: number,
295
- height: number,
296
- name: string,
297
- children: [
298
- string
299
- ]
300
- }}
301
-
302
286
  Here's an example of a valid diagram:
303
287
 
304
288
  Design Description: Create a diagram describing a circular development process with 3 stages: design, implementation and feedback. The design stage is connected to the implementation stage and the implementation stage is connected to the feedback stage and the feedback stage is connected to the design stage. Each stage should be labeled with the stage name.
@@ -410,21 +394,23 @@ Q: {query}
410
394
 
411
395
  extract_questions = PromptTemplate.from_template(
412
396
  """
413
- You are Khoj, an extremely smart and helpful document search assistant with only the ability to retrieve information from the user's notes. Disregard online search requests.
397
+ You are Khoj, an extremely smart and helpful document search assistant with only the ability to retrieve information from the user's notes and documents.
414
398
  Construct search queries to retrieve relevant information to answer the user's question.
415
- - You will be provided past questions(Q) and answers(A) for context.
399
+ - You will be provided example and actual past user questions(Q), search queries(Khoj) and answers(A) for context.
416
400
  - Add as much context from the previous questions and answers as required into your search queries.
417
- - Break messages into multiple search queries when required to retrieve the relevant information.
401
+ - Break your search down into multiple search queries from a diverse set of lenses to retrieve all related documents.
418
402
  - Add date filters to your search queries from questions and answers when required to retrieve the relevant information.
419
403
  - When asked a meta, vague or random questions, search for a variety of broad topics to answer the user's question.
420
404
  {personality_context}
421
- What searches will you perform to answer the users question? Respond with search queries as list of strings in a JSON object.
405
+ What searches will you perform to answer the user's question? Respond with search queries as list of strings in a JSON object.
422
406
  Current Date: {day_of_week}, {current_date}
423
407
  User's Location: {location}
424
408
  {username}
425
409
 
410
+ Examples
411
+ ---
426
412
  Q: How was my trip to Cambodia?
427
- Khoj: {{"queries": ["How was my trip to Cambodia?"]}}
413
+ Khoj: {{"queries": ["How was my trip to Cambodia?", "Angkor Wat temple visit", "Flight to Phnom Penh", "Expenses in Cambodia", "Stay in Cambodia"]}}
428
414
  A: The trip was amazing. You went to the Angkor Wat temple and it was beautiful.
429
415
 
430
416
  Q: Who did i visit that temple with?
@@ -459,6 +445,8 @@ Q: Who all did I meet here yesterday?
459
445
  Khoj: {{"queries": ["Met in {location} on {yesterday_date} dt>='{yesterday_date}' dt<'{current_date}'"]}}
460
446
  A: Yesterday's note mentions your visit to your local beach with Ram and Shyam.
461
447
 
448
+ Actual
449
+ ---
462
450
  {chat_history}
463
451
  Q: {text}
464
452
  Khoj:
@@ -467,11 +455,11 @@ Khoj:
467
455
 
468
456
  extract_questions_anthropic_system_prompt = PromptTemplate.from_template(
469
457
  """
470
- You are Khoj, an extremely smart and helpful document search assistant with only the ability to retrieve information from the user's notes. Disregard online search requests.
458
+ You are Khoj, an extremely smart and helpful document search assistant with only the ability to retrieve information from the user's notes.
471
459
  Construct search queries to retrieve relevant information to answer the user's question.
472
- - You will be provided past questions(User), extracted queries(Assistant) and answers(A) for context.
460
+ - You will be provided past questions(User), search queries(Assistant) and answers(A) for context.
473
461
  - Add as much context from the previous questions and answers as required into your search queries.
474
- - Break messages into multiple search queries when required to retrieve the relevant information.
462
+ - Break your search down into multiple search queries from a diverse set of lenses to retrieve all related documents.
475
463
  - Add date filters to your search queries from questions and answers when required to retrieve the relevant information.
476
464
  - When asked a meta, vague or random questions, search for a variety of broad topics to answer the user's question.
477
465
  {personality_context}
@@ -484,7 +472,7 @@ User's Location: {location}
484
472
  Here are some examples of how you can construct search queries to answer the user's question:
485
473
 
486
474
  User: How was my trip to Cambodia?
487
- Assistant: {{"queries": ["How was my trip to Cambodia?"]}}
475
+ Assistant: {{"queries": ["How was my trip to Cambodia?", "Angkor Wat temple visit", "Flight to Phnom Penh", "Expenses in Cambodia", "Stay in Cambodia"]}}
488
476
  A: The trip was amazing. You went to the Angkor Wat temple and it was beautiful.
489
477
 
490
478
  User: What national parks did I go to last year?
@@ -517,17 +505,14 @@ Assistant:
517
505
  )
518
506
 
519
507
  system_prompt_extract_relevant_information = """
520
- As a professional analyst, create a comprehensive report of the most relevant information from a web page in response to a user's query.
521
- The text provided is directly from within the web page.
522
- The report you create should be multiple paragraphs, and it should represent the content of the website.
523
- Tell the user exactly what the website says in response to their query, while adhering to these guidelines:
524
-
525
- 1. Answer the user's query as specifically as possible. Include many supporting details from the website.
526
- 2. Craft a report that is detailed, thorough, in-depth, and complex, while maintaining clarity.
527
- 3. Rely strictly on the provided text, without including external information.
528
- 4. Format the report in multiple paragraphs with a clear structure.
529
- 5. Be as specific as possible in your answer to the user's query.
530
- 6. Reproduce as much of the provided text as possible, while maintaining readability.
508
+ As a professional analyst, your job is to extract all pertinent information from documents to help answer user's query.
509
+ You will be provided raw text directly from within the document.
510
+ Adhere to these guidelines while extracting information from the provided documents:
511
+
512
+ 1. Extract all relevant text and links from the document that can assist with further research or answer the user's query.
513
+ 2. Craft a comprehensive but compact report with all the necessary data from the document to generate an informed response.
514
+ 3. Rely strictly on the provided text to generate your summary, without including external information.
515
+ 4. Provide specific, important snippets from the document in your report to establish trust in your summary.
531
516
  """.strip()
532
517
 
533
518
  extract_relevant_information = PromptTemplate.from_template(
@@ -535,10 +520,10 @@ extract_relevant_information = PromptTemplate.from_template(
535
520
  {personality_context}
536
521
  Target Query: {query}
537
522
 
538
- Web Pages:
523
+ Document:
539
524
  {corpus}
540
525
 
541
- Collate only relevant information from the website to answer the target query.
526
+ Collate only relevant information from the document to answer the target query.
542
527
  """.strip()
543
528
  )
544
529
 
@@ -633,6 +618,67 @@ Khoj:
633
618
  """.strip()
634
619
  )
635
620
 
621
+ plan_function_execution = PromptTemplate.from_template(
622
+ """
623
+ You are Khoj, a smart, creative and methodical researcher. Use the provided tool AIs to investigate information to answer query.
624
+ Create a multi-step plan and intelligently iterate on the plan based on the retrieved information to find the requested information.
625
+ {personality_context}
626
+
627
+ # Instructions
628
+ - Ask highly diverse, detailed queries to the tool AIs, one tool AI at a time, to discover required information or run calculations. Their response will be shown to you in the next iteration.
629
+ - Break down your research process into independent, self-contained steps that can be executed sequentially using the available tool AIs to answer the user's query. Write your step-by-step plan in the scratchpad.
630
+ - Always ask a new query that was not asked to the tool AI in a previous iteration. Build on the results of the previous iterations.
631
+ - Ensure that all required context is passed to the tool AIs for successful execution. They only know the context provided in your query.
632
+ - Think step by step to come up with creative strategies when the previous iteration did not yield useful results.
633
+ - You are allowed upto {max_iterations} iterations to use the help of the provided tool AIs to answer the user's question.
634
+ - Stop when you have the required information by returning a JSON object with an empty "tool" field. E.g., {{scratchpad: "I have all I need", tool: "", query: ""}}
635
+
636
+ # Examples
637
+ Assuming you can search the user's notes and the internet.
638
+ - When the user asks for the population of their hometown
639
+ 1. Try look up their hometown in their notes. Ask the note search AI to search for their birth certificate, childhood memories, school, resume etc.
640
+ 2. If not found in their notes, try infer their hometown from their online social media profiles. Ask the online search AI to look for {username}'s biography, school, resume on linkedin, facebook, website etc.
641
+ 3. Only then try find the latest population of their hometown by reading official websites with the help of the online search and web page reading AI.
642
+ - When the user asks for their computer's specs
643
+ 1. Try find their computer model in their notes.
644
+ 2. Now find webpages with their computer model's spec online.
645
+ 3. Ask the the webpage tool AI to extract the required information from the relevant webpages.
646
+ - When the user asks what clothes to carry for their upcoming trip
647
+ 1. Find the itinerary of their upcoming trip in their notes.
648
+ 2. Next find the weather forecast at the destination online.
649
+ 3. Then find if they mentioned what clothes they own in their notes.
650
+
651
+ # Background Context
652
+ - Current Date: {day_of_week}, {current_date}
653
+ - User Location: {location}
654
+ - User Name: {username}
655
+
656
+ # Available Tool AIs
657
+ Which of the tool AIs listed below would you use to answer the user's question? You **only** have access to the following tool AIs:
658
+
659
+ {tools}
660
+
661
+ # Previous Iterations
662
+ {previous_iterations}
663
+
664
+ # Chat History:
665
+ {chat_history}
666
+
667
+ Return the next tool AI to use and the query to ask it. Your response should always be a valid JSON object. Do not say anything else.
668
+ Response format:
669
+ {{"scratchpad": "<your_scratchpad_to_reason_about_which_tool_to_use>", "query": "<your_detailed_query_for_the_tool_ai>", "tool": "<name_of_tool_ai>"}}
670
+ """.strip()
671
+ )
672
+
673
+ previous_iteration = PromptTemplate.from_template(
674
+ """
675
+ ## Iteration {index}:
676
+ - tool: {tool}
677
+ - query: {query}
678
+ - result: {result}
679
+ """
680
+ )
681
+
636
682
  pick_relevant_information_collection_tools = PromptTemplate.from_template(
637
683
  """
638
684
  You are Khoj, an extremely smart and helpful search assistant.
@@ -752,8 +798,8 @@ Khoj:
752
798
  online_search_conversation_subqueries = PromptTemplate.from_template(
753
799
  """
754
800
  You are Khoj, an advanced web search assistant. You are tasked with constructing **up to three** google search queries to answer the user's question.
755
- - You will receive the conversation history as context.
756
- - Add as much context from the previous questions and answers as required into your search queries.
801
+ - You will receive the actual chat history as context.
802
+ - Add as much context from the chat history as required into your search queries.
757
803
  - Break messages into multiple search queries when required to retrieve the relevant information.
758
804
  - Use site: google search operator when appropriate
759
805
  - You have access to the the whole internet to retrieve information.
@@ -766,62 +812,107 @@ User's Location: {location}
766
812
  {username}
767
813
 
768
814
  Here are some examples:
769
- History:
815
+ Example Chat History:
770
816
  User: I like to use Hacker News to get my tech news.
817
+ Khoj: {{queries: ["what is Hacker News?", "Hacker News website for tech news"]}}
771
818
  AI: Hacker News is an online forum for sharing and discussing the latest tech news. It is a great place to learn about new technologies and startups.
772
819
 
773
- Q: Summarize the top posts on HackerNews
820
+ User: Summarize the top posts on HackerNews
774
821
  Khoj: {{"queries": ["top posts on HackerNews"]}}
775
822
 
776
- History:
777
-
778
- Q: Tell me the latest news about the farmers protest in Colombia and China on Reuters
823
+ Example Chat History:
824
+ User: Tell me the latest news about the farmers protest in Colombia and China on Reuters
779
825
  Khoj: {{"queries": ["site:reuters.com farmers protest Colombia", "site:reuters.com farmers protest China"]}}
780
826
 
781
- History:
827
+ Example Chat History:
782
828
  User: I'm currently living in New York but I'm thinking about moving to San Francisco.
829
+ Khoj: {{"queries": ["New York city vs San Francisco life", "San Francisco living cost", "New York city living cost"]}}
783
830
  AI: New York is a great city to live in. It has a lot of great restaurants and museums. San Francisco is also a great city to live in. It has good access to nature and a great tech scene.
784
831
 
785
- Q: What is the climate like in those cities?
786
- Khoj: {{"queries": ["climate in new york city", "climate in san francisco"]}}
832
+ User: What is the climate like in those cities?
833
+ Khoj: {{"queries": ["climate in New York city", "climate in San Francisco"]}}
787
834
 
788
- History:
789
- AI: Hey, how is it going?
790
- User: Going well. Ananya is in town tonight!
835
+ Example Chat History:
836
+ User: Hey, Ananya is in town tonight!
837
+ Khoj: {{"queries": ["events in {location} tonight", "best restaurants in {location}", "places to visit in {location}"]}}
791
838
  AI: Oh that's awesome! What are your plans for the evening?
792
839
 
793
- Q: She wants to see a movie. Any decent sci-fi movies playing at the local theater?
840
+ User: She wants to see a movie. Any decent sci-fi movies playing at the local theater?
794
841
  Khoj: {{"queries": ["new sci-fi movies in theaters near {location}"]}}
795
842
 
796
- History:
843
+ Example Chat History:
797
844
  User: Can I chat with you over WhatsApp?
798
- AI: Yes, you can chat with me using WhatsApp.
799
-
800
- Q: How
801
845
  Khoj: {{"queries": ["site:khoj.dev chat with Khoj on Whatsapp"]}}
846
+ AI: Yes, you can chat with me using WhatsApp.
802
847
 
803
- History:
804
-
805
-
806
- Q: How do I share my files with you?
848
+ Example Chat History:
849
+ User: How do I share my files with Khoj?
807
850
  Khoj: {{"queries": ["site:khoj.dev sync files with Khoj"]}}
808
851
 
809
- History:
852
+ Example Chat History:
810
853
  User: I need to transport a lot of oranges to the moon. Are there any rockets that can fit a lot of oranges?
854
+ Khoj: {{"queries": ["current rockets with large cargo capacity", "rocket rideshare cost by cargo capacity"]}}
811
855
  AI: NASA's Saturn V rocket frequently makes lunar trips and has a large cargo capacity.
812
856
 
813
- Q: How many oranges would fit in NASA's Saturn V rocket?
814
- Khoj: {{"queries": ["volume of an orange", "volume of saturn v rocket"]}}
857
+ User: How many oranges would fit in NASA's Saturn V rocket?
858
+ Khoj: {{"queries": ["volume of an orange", "volume of Saturn V rocket"]}}
815
859
 
816
860
  Now it's your turn to construct Google search queries to answer the user's question. Provide them as a list of strings in a JSON object. Do not say anything else.
817
- History:
861
+ Actual Chat History:
818
862
  {chat_history}
819
863
 
820
- Q: {query}
864
+ User: {query}
821
865
  Khoj:
822
866
  """.strip()
823
867
  )
824
868
 
869
+ # Code Generation
870
+ # --
871
+ python_code_generation_prompt = PromptTemplate.from_template(
872
+ """
873
+ You are Khoj, an advanced python programmer. You are tasked with constructing **up to three** python programs to best answer the user query.
874
+ - The python program will run in a pyodide python sandbox with no network access.
875
+ - You can write programs to run complex calculations, analyze data, create charts, generate documents to meticulously answer the query
876
+ - The sandbox has access to the standard library, matplotlib, panda, numpy, scipy, bs4, sympy, brotli, cryptography, fast-parquet
877
+ - Do not try display images or plots in the code directly. The code should save the image or plot to a file instead.
878
+ - Write any document, charts etc. to be shared with the user to file. These files can be seen by the user.
879
+ - Use as much context from the previous questions and answers as required to generate your code.
880
+ {personality_context}
881
+ What code will you need to write, if any, to answer the user's question?
882
+ Provide code programs as a list of strings in a JSON object with key "codes".
883
+ Current Date: {current_date}
884
+ User's Location: {location}
885
+ {username}
886
+
887
+ The JSON schema is of the form {{"codes": ["code1", "code2", "code3"]}}
888
+ For example:
889
+ {{"codes": ["print('Hello, World!')", "print('Goodbye, World!')"]}}
890
+
891
+ Now it's your turn to construct python programs to answer the user's question. Provide them as a list of strings in a JSON object. Do not say anything else.
892
+ Context:
893
+ ---
894
+ {context}
895
+
896
+ Chat History:
897
+ ---
898
+ {chat_history}
899
+
900
+ User: {query}
901
+ Khoj:
902
+ """.strip()
903
+ )
904
+
905
+ code_executed_context = PromptTemplate.from_template(
906
+ """
907
+ Use the provided code executions to inform your response.
908
+ Ask crisp follow-up questions to get additional context, when a helpful response cannot be provided from the provided code execution results or past conversations.
909
+
910
+ Code Execution Results:
911
+ {code_results}
912
+ """.strip()
913
+ )
914
+
915
+
825
916
  # Automations
826
917
  # --
827
918
  crontime_prompt = PromptTemplate.from_template(