khoj 1.42.1.dev8__py3-none-any.whl → 1.42.2__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 (72) hide show
  1. khoj/configure.py +2 -0
  2. khoj/database/adapters/__init__.py +9 -7
  3. khoj/database/models/__init__.py +9 -9
  4. khoj/interface/compiled/404/index.html +2 -2
  5. khoj/interface/compiled/_next/static/chunks/{2117-5a41630a2bd2eae8.js → 2117-056a00add390772b.js} +1 -1
  6. khoj/interface/compiled/_next/static/chunks/7127-79a3af5138960272.js +1 -0
  7. khoj/interface/compiled/_next/static/chunks/{5138-2cce449fd2454abf.js → 7211-7fedd2ee3655239c.js} +1 -1
  8. khoj/interface/compiled/_next/static/chunks/app/agents/layout-1b6273baddb72146.js +1 -0
  9. khoj/interface/compiled/_next/static/chunks/app/agents/{page-774c78ff0f55a228.js → page-2fac1d5ac7192e73.js} +1 -1
  10. khoj/interface/compiled/_next/static/chunks/app/automations/page-ef89ac958e78aa81.js +1 -0
  11. khoj/interface/compiled/_next/static/chunks/app/chat/page-d71351493e1f7c2b.js +1 -0
  12. khoj/interface/compiled/_next/static/chunks/app/{page-f7a0286dfc31ad6b.js → page-4bbe55de8b080c1f.js} +1 -1
  13. khoj/interface/compiled/_next/static/chunks/app/search/layout-4505b79deb734a30.js +1 -0
  14. khoj/interface/compiled/_next/static/chunks/app/search/{page-f1a7f278c89e09b6.js → page-afb5e7ed13d221c1.js} +1 -1
  15. khoj/interface/compiled/_next/static/chunks/app/settings/{page-5d9134d4a97f8834.js → page-8fb6cc97be8774a7.js} +1 -1
  16. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-e8e5db7830bf3f47.js +1 -0
  17. khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-32cd0ceb9ffbd777.js → page-e3f49c25480e3be4.js} +1 -1
  18. khoj/interface/compiled/_next/static/chunks/{main-876327ac335776ab.js → main-63d6432f34cdf74b.js} +1 -1
  19. khoj/interface/compiled/_next/static/chunks/{webpack-97e712397e673897.js → webpack-e4c73eaddc365142.js} +1 -1
  20. khoj/interface/compiled/_next/static/css/2945c4a857922f3b.css +1 -0
  21. khoj/interface/compiled/_next/static/css/2b1cdb68b799b876.css +1 -0
  22. khoj/interface/compiled/_next/static/css/440ae0f0f650dc35.css +1 -0
  23. khoj/interface/compiled/_next/static/css/{9c223d337a984468.css → 7017ee76c2f2cd87.css} +1 -1
  24. khoj/interface/compiled/agents/index.html +2 -2
  25. khoj/interface/compiled/agents/index.txt +2 -2
  26. khoj/interface/compiled/automations/index.html +2 -2
  27. khoj/interface/compiled/automations/index.txt +2 -2
  28. khoj/interface/compiled/chat/index.html +2 -2
  29. khoj/interface/compiled/chat/index.txt +2 -2
  30. khoj/interface/compiled/index.html +2 -2
  31. khoj/interface/compiled/index.txt +2 -2
  32. khoj/interface/compiled/search/index.html +2 -2
  33. khoj/interface/compiled/search/index.txt +2 -2
  34. khoj/interface/compiled/settings/index.html +2 -2
  35. khoj/interface/compiled/settings/index.txt +2 -2
  36. khoj/interface/compiled/share/chat/index.html +2 -2
  37. khoj/interface/compiled/share/chat/index.txt +2 -2
  38. khoj/processor/conversation/anthropic/anthropic_chat.py +19 -134
  39. khoj/processor/conversation/anthropic/utils.py +1 -1
  40. khoj/processor/conversation/google/gemini_chat.py +20 -141
  41. khoj/processor/conversation/offline/chat_model.py +23 -153
  42. khoj/processor/conversation/openai/gpt.py +14 -128
  43. khoj/processor/conversation/prompts.py +2 -63
  44. khoj/processor/conversation/utils.py +94 -89
  45. khoj/processor/image/generate.py +16 -11
  46. khoj/processor/operator/__init__.py +2 -3
  47. khoj/processor/operator/operator_agent_binary.py +11 -11
  48. khoj/processor/operator/operator_environment_computer.py +2 -2
  49. khoj/processor/tools/online_search.py +9 -3
  50. khoj/processor/tools/run_code.py +5 -5
  51. khoj/routers/api.py +5 -527
  52. khoj/routers/api_automation.py +243 -0
  53. khoj/routers/api_chat.py +48 -129
  54. khoj/routers/helpers.py +373 -121
  55. khoj/routers/research.py +13 -43
  56. khoj/utils/helpers.py +0 -6
  57. {khoj-1.42.1.dev8.dist-info → khoj-1.42.2.dist-info}/METADATA +3 -3
  58. {khoj-1.42.1.dev8.dist-info → khoj-1.42.2.dist-info}/RECORD +63 -62
  59. khoj/interface/compiled/_next/static/chunks/7127-d3199617463d45f0.js +0 -1
  60. khoj/interface/compiled/_next/static/chunks/app/agents/layout-4e2a134ec26aa606.js +0 -1
  61. khoj/interface/compiled/_next/static/chunks/app/automations/page-4454891c5007b870.js +0 -1
  62. khoj/interface/compiled/_next/static/chunks/app/chat/page-3c299bf8e6b1afd3.js +0 -1
  63. khoj/interface/compiled/_next/static/chunks/app/search/layout-f5881c7ae3ba0795.js +0 -1
  64. khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-abb6c5f4239ad7be.js +0 -1
  65. khoj/interface/compiled/_next/static/css/0db53bacf81896f5.css +0 -1
  66. khoj/interface/compiled/_next/static/css/76c658ee459140a9.css +0 -1
  67. khoj/interface/compiled/_next/static/css/93eeacc43e261162.css +0 -1
  68. /khoj/interface/compiled/_next/static/{TrHI4J6qnG7RYFl2Irnqj → BDHACq0ud8EERJ3YZ4aWo}/_buildManifest.js +0 -0
  69. /khoj/interface/compiled/_next/static/{TrHI4J6qnG7RYFl2Irnqj → BDHACq0ud8EERJ3YZ4aWo}/_ssgManifest.js +0 -0
  70. {khoj-1.42.1.dev8.dist-info → khoj-1.42.2.dist-info}/WHEEL +0 -0
  71. {khoj-1.42.1.dev8.dist-info → khoj-1.42.2.dist-info}/entry_points.txt +0 -0
  72. {khoj-1.42.1.dev8.dist-info → khoj-1.42.2.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.