khoj 1.36.7.dev66__py3-none-any.whl → 1.37.1.dev6__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 (64) hide show
  1. khoj/interface/compiled/404/index.html +2 -2
  2. khoj/interface/compiled/_next/static/chunks/{2327-b21ecded25471e6c.js → 2327-0bbe3ee35f80659f.js} +1 -1
  3. khoj/interface/compiled/_next/static/chunks/{5477-9ff77f49e6cf375c.js → 5477-a5b2688736f51b8c.js} +1 -1
  4. khoj/interface/compiled/_next/static/chunks/{8515-010dd769c584b672.js → 8515-f305779d95dd5780.js} +1 -1
  5. khoj/interface/compiled/_next/static/chunks/app/agents/{layout-948ca256650845ce.js → layout-5961c3717e1d8813.js} +1 -1
  6. khoj/interface/compiled/_next/static/chunks/app/agents/{page-df5446aa4fb82e1a.js → page-0d31f76257d6ec11.js} +1 -1
  7. khoj/interface/compiled/_next/static/chunks/app/automations/{page-0a44416f9183aec0.js → page-c6180af69fc9c766.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/app/chat/{layout-603285e3b1400e74.js → layout-3e25af7224d678a0.js} +1 -1
  9. khoj/interface/compiled/_next/static/chunks/app/chat/{page-50cb9b62b10b5f3d.js → page-926ee054e844236a.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/app/{page-29e3b092fe46f190.js → page-df51e61295c4a9b5.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/search/{layout-d7f7528ff387fba5.js → layout-9ccd090dcc2aa58a.js} +1 -1
  12. khoj/interface/compiled/_next/static/chunks/app/search/{page-1df7b236b30620f7.js → page-098017fa7f6ba0bf.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/settings/{page-3473bab693ef81b2.js → page-1ff027f4e0a5c468.js} +1 -1
  14. khoj/interface/compiled/_next/static/chunks/app/share/chat/{layout-246d0e8125219fff.js → layout-9cc742afcea0b421.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-6f26fe7f2f7edc56.js → page-ea29a4633737cb59.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/{webpack-1169ca6e9e7e6247.js → webpack-449ea2835ec65e75.js} +1 -1
  17. khoj/interface/compiled/_next/static/css/0db53bacf81896f5.css +1 -0
  18. khoj/interface/compiled/_next/static/css/b061a6aedf367349.css +25 -0
  19. khoj/interface/compiled/_next/static/css/bb7ea98028b368f3.css +1 -0
  20. khoj/interface/compiled/_next/static/css/ee66643a6a5bf71c.css +1 -0
  21. khoj/interface/compiled/agents/index.html +2 -2
  22. khoj/interface/compiled/agents/index.txt +3 -3
  23. khoj/interface/compiled/automations/index.html +2 -2
  24. khoj/interface/compiled/automations/index.txt +3 -3
  25. khoj/interface/compiled/chat/index.html +2 -2
  26. khoj/interface/compiled/chat/index.txt +3 -3
  27. khoj/interface/compiled/index.html +2 -2
  28. khoj/interface/compiled/index.txt +2 -2
  29. khoj/interface/compiled/search/index.html +2 -2
  30. khoj/interface/compiled/search/index.txt +3 -3
  31. khoj/interface/compiled/settings/index.html +2 -2
  32. khoj/interface/compiled/settings/index.txt +5 -5
  33. khoj/interface/compiled/share/chat/index.html +2 -2
  34. khoj/interface/compiled/share/chat/index.txt +3 -3
  35. khoj/processor/conversation/anthropic/utils.py +6 -1
  36. khoj/processor/conversation/google/gemini_chat.py +2 -0
  37. khoj/processor/conversation/google/utils.py +13 -1
  38. khoj/processor/conversation/openai/gpt.py +18 -2
  39. khoj/processor/conversation/openai/utils.py +33 -41
  40. khoj/processor/conversation/utils.py +24 -2
  41. khoj/processor/image/generate.py +2 -2
  42. khoj/processor/tools/run_code.py +1 -1
  43. khoj/routers/api_chat.py +6 -4
  44. khoj/routers/auth.py +2 -5
  45. khoj/routers/helpers.py +10 -0
  46. khoj/routers/research.py +44 -3
  47. khoj/routers/storage.py +28 -29
  48. {khoj-1.36.7.dev66.dist-info → khoj-1.37.1.dev6.dist-info}/METADATA +4 -5
  49. {khoj-1.36.7.dev66.dist-info → khoj-1.37.1.dev6.dist-info}/RECORD +60 -60
  50. khoj/interface/compiled/_next/static/css/37a73b87f02df402.css +0 -1
  51. khoj/interface/compiled/_next/static/css/5384e98d63fe6f0e.css +0 -25
  52. khoj/interface/compiled/_next/static/css/8051073dc55b92b3.css +0 -1
  53. khoj/interface/compiled/_next/static/css/f29752d6e1be7624.css +0 -1
  54. /khoj/interface/compiled/_next/static/chunks/{1915-ab4353eaca76f690.js → 1915-1943ee8a628b893c.js} +0 -0
  55. /khoj/interface/compiled/_next/static/chunks/{2117-f99825f0a867a42d.js → 2117-ce1f0a4598f5e4fe.js} +0 -0
  56. /khoj/interface/compiled/_next/static/chunks/{4363-4efaf12abe696251.js → 4363-e6ac2203564d1a3b.js} +0 -0
  57. /khoj/interface/compiled/_next/static/chunks/{4447-5d44807c40355b1a.js → 4447-e038b251d626c340.js} +0 -0
  58. /khoj/interface/compiled/_next/static/chunks/{8667-adbe6017a66cef10.js → 8667-8136f74e9a086fca.js} +0 -0
  59. /khoj/interface/compiled/_next/static/chunks/{9259-d8bcd9da9e80c81e.js → 9259-640fdd77408475df.js} +0 -0
  60. /khoj/interface/compiled/_next/static/{iZ9Zhm-BkOf7hfAqqzokr → dWV1ok4ndbQQtpEVqLZAh}/_buildManifest.js +0 -0
  61. /khoj/interface/compiled/_next/static/{iZ9Zhm-BkOf7hfAqqzokr → dWV1ok4ndbQQtpEVqLZAh}/_ssgManifest.js +0 -0
  62. {khoj-1.36.7.dev66.dist-info → khoj-1.37.1.dev6.dist-info}/WHEEL +0 -0
  63. {khoj-1.36.7.dev66.dist-info → khoj-1.37.1.dev6.dist-info}/entry_points.txt +0 -0
  64. {khoj-1.36.7.dev66.dist-info → khoj-1.37.1.dev6.dist-info}/licenses/LICENSE +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.