khoj 1.24.2.dev2__py3-none-any.whl → 1.24.2.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 (83) hide show
  1. khoj/database/adapters/__init__.py +125 -13
  2. khoj/database/migrations/0065_remove_agent_avatar_remove_agent_public_and_more.py +49 -0
  3. khoj/database/migrations/0066_remove_agent_tools_agent_input_tools_and_more.py +69 -0
  4. khoj/database/migrations/0067_alter_agent_style_icon.py +50 -0
  5. khoj/database/models/__init__.py +60 -18
  6. khoj/interface/compiled/404/index.html +1 -1
  7. khoj/interface/compiled/_next/static/chunks/1269-2e52d48e7d0e5c61.js +1 -0
  8. khoj/interface/compiled/_next/static/chunks/1603-67a89278e2c5dbe6.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/2697-f27cc03429fc6482.js +1 -0
  10. khoj/interface/compiled/_next/static/chunks/3110-ef2cacd1b8d79ad8.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/4086-2c74808ba38a5a0f.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/477-ec86e93db10571c1.js +1 -0
  13. khoj/interface/compiled/_next/static/chunks/51-e8f5bdb69b5ea421.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/9178-7dcdc4fb8cc8cc24.js +1 -0
  15. khoj/interface/compiled/_next/static/chunks/9417-1d158bf46d3a0dc9.js +1 -0
  16. khoj/interface/compiled/_next/static/chunks/9479-563e4d61f91d5a7c.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/app/agents/page-d2fe596a672ca395.js +1 -0
  18. khoj/interface/compiled/_next/static/chunks/app/automations/page-5480731341f34450.js +1 -0
  19. khoj/interface/compiled/_next/static/chunks/app/chat/page-702057ccbcf27881.js +1 -0
  20. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-e7b34316ec6f44de.js +1 -0
  21. khoj/interface/compiled/_next/static/chunks/app/page-421d13f70c505dd9.js +1 -0
  22. khoj/interface/compiled/_next/static/chunks/app/search/page-d56541c746fded7d.js +1 -0
  23. khoj/interface/compiled/_next/static/chunks/app/settings/page-e044a999468a7c5d.js +1 -0
  24. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-fbbd66a4d4633438.js +1 -0
  25. khoj/interface/compiled/_next/static/chunks/{webpack-878fd47921816d3c.js → webpack-9257083ec6042fc1.js} +1 -1
  26. khoj/interface/compiled/_next/static/css/e294b18216ce4cd6.css +25 -0
  27. khoj/interface/compiled/agents/index.html +1 -1
  28. khoj/interface/compiled/agents/index.txt +2 -2
  29. khoj/interface/compiled/automations/index.html +1 -1
  30. khoj/interface/compiled/automations/index.txt +2 -2
  31. khoj/interface/compiled/chat/index.html +1 -1
  32. khoj/interface/compiled/chat/index.txt +2 -2
  33. khoj/interface/compiled/factchecker/index.html +1 -1
  34. khoj/interface/compiled/factchecker/index.txt +2 -2
  35. khoj/interface/compiled/index.html +1 -1
  36. khoj/interface/compiled/index.txt +2 -2
  37. khoj/interface/compiled/search/index.html +1 -1
  38. khoj/interface/compiled/search/index.txt +2 -2
  39. khoj/interface/compiled/settings/index.html +1 -1
  40. khoj/interface/compiled/settings/index.txt +2 -2
  41. khoj/interface/compiled/share/chat/index.html +1 -1
  42. khoj/interface/compiled/share/chat/index.txt +2 -2
  43. khoj/processor/content/notion/notion_to_entries.py +2 -1
  44. khoj/processor/conversation/anthropic/anthropic_chat.py +2 -0
  45. khoj/processor/conversation/google/gemini_chat.py +2 -0
  46. khoj/processor/conversation/offline/chat_model.py +3 -1
  47. khoj/processor/conversation/openai/gpt.py +2 -0
  48. khoj/processor/conversation/prompts.py +56 -5
  49. khoj/processor/image/generate.py +3 -1
  50. khoj/processor/tools/online_search.py +9 -7
  51. khoj/routers/api.py +21 -4
  52. khoj/routers/api_agents.py +224 -4
  53. khoj/routers/api_chat.py +24 -11
  54. khoj/routers/api_content.py +14 -0
  55. khoj/routers/helpers.py +100 -13
  56. khoj/search_type/text_search.py +4 -1
  57. khoj/utils/helpers.py +15 -2
  58. {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/METADATA +1 -8
  59. {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/RECORD +64 -61
  60. khoj/interface/compiled/_next/static/chunks/1603-3e2e1528e3b6ea1d.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/2697-a29cb9191a9e339c.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/6648-ee109f4ea33a74e2.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/7071-b4711cecca6619a8.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/743-1a64254447cda71f.js +0 -1
  65. khoj/interface/compiled/_next/static/chunks/8423-62ac6c832be2461b.js +0 -1
  66. khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js +0 -1
  67. khoj/interface/compiled/_next/static/chunks/9178-409f672ab573b8fd.js +0 -1
  68. khoj/interface/compiled/_next/static/chunks/9417-5d14ac74aaab2c66.js +0 -1
  69. khoj/interface/compiled/_next/static/chunks/9984-e410179c6fac7cf1.js +0 -1
  70. khoj/interface/compiled/_next/static/chunks/app/agents/page-a3db5b3869f83937.js +0 -1
  71. khoj/interface/compiled/_next/static/chunks/app/automations/page-e68cb1eba3cc41de.js +0 -1
  72. khoj/interface/compiled/_next/static/chunks/app/chat/page-5b1626fc2882c1f9.js +0 -1
  73. khoj/interface/compiled/_next/static/chunks/app/factchecker/page-b01f8a9b9107ecbe.js +0 -1
  74. khoj/interface/compiled/_next/static/chunks/app/page-ee9ee504f0d5ace6.js +0 -1
  75. khoj/interface/compiled/_next/static/chunks/app/search/page-53c2494182551684.js +0 -1
  76. khoj/interface/compiled/_next/static/chunks/app/settings/page-2a7e60e3782ed95e.js +0 -1
  77. khoj/interface/compiled/_next/static/chunks/app/share/chat/page-9d9faa4a155bbf58.js +0 -1
  78. khoj/interface/compiled/_next/static/css/24f141a6e37cd204.css +0 -25
  79. /khoj/interface/compiled/_next/static/{sXEsDJ1Vi3HypDes8jcxW → mRXreP-unBb35nvpcsyA9}/_buildManifest.js +0 -0
  80. /khoj/interface/compiled/_next/static/{sXEsDJ1Vi3HypDes8jcxW → mRXreP-unBb35nvpcsyA9}/_ssgManifest.js +0 -0
  81. {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/WHEEL +0 -0
  82. {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/entry_points.txt +0 -0
  83. {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/licenses/LICENSE +0 -0