khoj 1.30.2.dev22__py3-none-any.whl → 1.30.8.dev17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. khoj/database/adapters/__init__.py +1 -1
  2. khoj/database/admin.py +39 -0
  3. khoj/interface/compiled/404/index.html +1 -1
  4. khoj/interface/compiled/_next/static/chunks/1603-c68d44bc4ae6039a.js +1 -0
  5. khoj/interface/compiled/_next/static/chunks/{6901-e3dc0d315e3f6033.js → 2646-92ba433951d02d52.js} +2 -2
  6. khoj/interface/compiled/_next/static/chunks/3463-081c031e873b7966.js +3 -0
  7. khoj/interface/compiled/_next/static/chunks/{6297-55f82537bb7068dd.js → 3717-b46079dbe9f55694.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/4752-554a3db270186ce3.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/agents/layout-1878cc328ea380bd.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/app/agents/{page-5f6e0dacc34e33ad.js → page-2ffa7560aebff9a1.js} +1 -1
  11. khoj/interface/compiled/_next/static/chunks/app/automations/layout-f1050c1f20a3af67.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/automations/{page-60bc7454bc3ea881.js → page-b0a6a6ed2267c1a2.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/chat/layout-9219a85f3477e722.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/app/chat/page-02f8616bba3e449e.js +1 -0
  15. khoj/interface/compiled/_next/static/chunks/app/layout-72ec1be8afd0b1ab.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/app/{page-358154a4436ef316.js → page-3ffd8f0934b896f3.js} +1 -1
  17. khoj/interface/compiled/_next/static/chunks/app/search/layout-2ca475462c0b2176.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/app/search/{page-64ea1717528979af.js → page-059f237514f77628.js} +1 -1
  19. khoj/interface/compiled/_next/static/chunks/app/settings/layout-fe8a2f65ccafd142.js +1 -0
  20. khoj/interface/compiled/_next/static/chunks/app/settings/{page-17a538580c65e7fe.js → page-32e9423bede5b4a1.js} +1 -1
  21. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-592e8c470f2c2084.js +1 -0
  22. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-47641b3691fb0856.js → page-0b8d90dc57dbc1d8.js} +1 -1
  23. khoj/interface/compiled/_next/static/chunks/{webpack-2389f756cfc04602.js → webpack-64477b5a1e621214.js} +1 -1
  24. khoj/interface/compiled/_next/static/css/3c34171b174cc381.css +25 -0
  25. khoj/interface/compiled/_next/static/css/{2ff098d0815fdbc1.css → 9d45de78fba367c1.css} +1 -1
  26. khoj/interface/compiled/_next/static/css/bedf49fbfc598358.css +1 -0
  27. khoj/interface/compiled/_next/static/media/e098aaaecc9cfbb2-s.p.woff2 +0 -0
  28. khoj/interface/compiled/agents/index.html +1 -1
  29. khoj/interface/compiled/agents/index.txt +2 -2
  30. khoj/interface/compiled/automations/index.html +1 -1
  31. khoj/interface/compiled/automations/index.txt +3 -3
  32. khoj/interface/compiled/chat/index.html +1 -1
  33. khoj/interface/compiled/chat/index.txt +2 -2
  34. khoj/interface/compiled/index.html +1 -1
  35. khoj/interface/compiled/index.txt +2 -2
  36. khoj/interface/compiled/search/index.html +1 -1
  37. khoj/interface/compiled/search/index.txt +2 -2
  38. khoj/interface/compiled/settings/index.html +1 -1
  39. khoj/interface/compiled/settings/index.txt +3 -3
  40. khoj/interface/compiled/share/chat/index.html +1 -1
  41. khoj/interface/compiled/share/chat/index.txt +2 -2
  42. khoj/interface/web/.well-known/assetlinks.json +11 -0
  43. khoj/main.py +4 -0
  44. khoj/processor/conversation/anthropic/anthropic_chat.py +8 -2
  45. khoj/processor/conversation/anthropic/utils.py +8 -3
  46. khoj/processor/conversation/google/gemini_chat.py +8 -2
  47. khoj/processor/conversation/google/utils.py +8 -3
  48. khoj/processor/conversation/offline/chat_model.py +12 -4
  49. khoj/processor/conversation/openai/gpt.py +9 -2
  50. khoj/processor/conversation/openai/utils.py +7 -3
  51. khoj/processor/conversation/prompts.py +4 -4
  52. khoj/processor/conversation/utils.py +7 -4
  53. khoj/processor/tools/run_code.py +1 -25
  54. khoj/routers/api_chat.py +12 -2
  55. khoj/routers/api_subscription.py +9 -2
  56. khoj/routers/auth.py +2 -2
  57. khoj/routers/research.py +2 -1
  58. khoj/routers/web_client.py +5 -0
  59. khoj/utils/cli.py +2 -0
  60. khoj/utils/constants.py +1 -0
  61. khoj/utils/helpers.py +34 -4
  62. khoj/utils/state.py +1 -0
  63. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/METADATA +9 -4
  64. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/RECORD +74 -74
  65. khoj/interface/compiled/_next/static/chunks/1603-1407afe510f0145a.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/216-b2e4344315b88832.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/3124-e8410bbd01f6f188.js +0 -1
  68. khoj/interface/compiled/_next/static/chunks/796-36ee2d6829448c6d.js +0 -3
  69. khoj/interface/compiled/_next/static/chunks/9417-06236cd650f1abcd.js +0 -1
  70. khoj/interface/compiled/_next/static/chunks/app/agents/layout-e9838b642913a071.js +0 -1
  71. khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f1b79a2c67af0b4.js +0 -1
  72. khoj/interface/compiled/_next/static/chunks/app/chat/layout-b0e7ff4baa3b5265.js +0 -1
  73. khoj/interface/compiled/_next/static/chunks/app/chat/page-ac366c9111374312.js +0 -1
  74. khoj/interface/compiled/_next/static/chunks/app/layout-86561d2fac35a91a.js +0 -1
  75. khoj/interface/compiled/_next/static/chunks/app/search/layout-ea6b73fdaf9b24ca.js +0 -1
  76. khoj/interface/compiled/_next/static/chunks/app/settings/layout-1f4d76a8b09517b1.js +0 -1
  77. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-cf7445cf0326bda3.js +0 -1
  78. khoj/interface/compiled/_next/static/css/0e9d53dcd7f11342.css +0 -1
  79. khoj/interface/compiled/_next/static/css/1a4038cc4acc8ee4.css +0 -25
  80. /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_buildManifest.js +0 -0
  81. /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_ssgManifest.js +0 -0
  82. /khoj/interface/compiled/_next/static/media/{5984b96ba4822821-s.woff2 → 5984b96ba4822821-s.p.woff2} +0 -0
  83. /khoj/interface/compiled/_next/static/media/{684adc3dde1b03f1-s.woff2 → 684adc3dde1b03f1-s.p.woff2} +0 -0
  84. /khoj/interface/compiled/_next/static/media/{82e3b9a1bdaf0c26-s.woff2 → 82e3b9a1bdaf0c26-s.p.woff2} +0 -0
  85. /khoj/interface/compiled/_next/static/media/{8d1ea331386a0db8-s.woff2 → 8d1ea331386a0db8-s.p.woff2} +0 -0
  86. /khoj/interface/compiled/_next/static/media/{b98b13dbc1c3b59c-s.woff2 → b98b13dbc1c3b59c-s.p.woff2} +0 -0
  87. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/WHEEL +0 -0
  88. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/entry_points.txt +0 -0
  89. {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/licenses/LICENSE +0 -0