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.
- khoj/database/adapters/__init__.py +1 -1
- khoj/database/admin.py +39 -0
- khoj/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/1603-c68d44bc4ae6039a.js +1 -0
- khoj/interface/compiled/_next/static/chunks/{6901-e3dc0d315e3f6033.js → 2646-92ba433951d02d52.js} +2 -2
- khoj/interface/compiled/_next/static/chunks/3463-081c031e873b7966.js +3 -0
- khoj/interface/compiled/_next/static/chunks/{6297-55f82537bb7068dd.js → 3717-b46079dbe9f55694.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/4752-554a3db270186ce3.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/agents/layout-1878cc328ea380bd.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/agents/{page-5f6e0dacc34e33ad.js → page-2ffa7560aebff9a1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/layout-f1050c1f20a3af67.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/automations/{page-60bc7454bc3ea881.js → page-b0a6a6ed2267c1a2.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-9219a85f3477e722.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/chat/page-02f8616bba3e449e.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/layout-72ec1be8afd0b1ab.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/{page-358154a4436ef316.js → page-3ffd8f0934b896f3.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/layout-2ca475462c0b2176.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/search/{page-64ea1717528979af.js → page-059f237514f77628.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/layout-fe8a2f65ccafd142.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/settings/{page-17a538580c65e7fe.js → page-32e9423bede5b4a1.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-592e8c470f2c2084.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-47641b3691fb0856.js → page-0b8d90dc57dbc1d8.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{webpack-2389f756cfc04602.js → webpack-64477b5a1e621214.js} +1 -1
- khoj/interface/compiled/_next/static/css/3c34171b174cc381.css +25 -0
- khoj/interface/compiled/_next/static/css/{2ff098d0815fdbc1.css → 9d45de78fba367c1.css} +1 -1
- khoj/interface/compiled/_next/static/css/bedf49fbfc598358.css +1 -0
- khoj/interface/compiled/_next/static/media/e098aaaecc9cfbb2-s.p.woff2 +0 -0
- khoj/interface/compiled/agents/index.html +1 -1
- khoj/interface/compiled/agents/index.txt +2 -2
- khoj/interface/compiled/automations/index.html +1 -1
- khoj/interface/compiled/automations/index.txt +3 -3
- khoj/interface/compiled/chat/index.html +1 -1
- khoj/interface/compiled/chat/index.txt +2 -2
- khoj/interface/compiled/index.html +1 -1
- khoj/interface/compiled/index.txt +2 -2
- khoj/interface/compiled/search/index.html +1 -1
- khoj/interface/compiled/search/index.txt +2 -2
- khoj/interface/compiled/settings/index.html +1 -1
- khoj/interface/compiled/settings/index.txt +3 -3
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/interface/web/.well-known/assetlinks.json +11 -0
- khoj/main.py +4 -0
- khoj/processor/conversation/anthropic/anthropic_chat.py +8 -2
- khoj/processor/conversation/anthropic/utils.py +8 -3
- khoj/processor/conversation/google/gemini_chat.py +8 -2
- khoj/processor/conversation/google/utils.py +8 -3
- khoj/processor/conversation/offline/chat_model.py +12 -4
- khoj/processor/conversation/openai/gpt.py +9 -2
- khoj/processor/conversation/openai/utils.py +7 -3
- khoj/processor/conversation/prompts.py +4 -4
- khoj/processor/conversation/utils.py +7 -4
- khoj/processor/tools/run_code.py +1 -25
- khoj/routers/api_chat.py +12 -2
- khoj/routers/api_subscription.py +9 -2
- khoj/routers/auth.py +2 -2
- khoj/routers/research.py +2 -1
- khoj/routers/web_client.py +5 -0
- khoj/utils/cli.py +2 -0
- khoj/utils/constants.py +1 -0
- khoj/utils/helpers.py +34 -4
- khoj/utils/state.py +1 -0
- {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/METADATA +9 -4
- {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/RECORD +74 -74
- khoj/interface/compiled/_next/static/chunks/1603-1407afe510f0145a.js +0 -1
- khoj/interface/compiled/_next/static/chunks/216-b2e4344315b88832.js +0 -1
- khoj/interface/compiled/_next/static/chunks/3124-e8410bbd01f6f188.js +0 -1
- khoj/interface/compiled/_next/static/chunks/796-36ee2d6829448c6d.js +0 -3
- khoj/interface/compiled/_next/static/chunks/9417-06236cd650f1abcd.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/layout-e9838b642913a071.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/layout-7f1b79a2c67af0b4.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/layout-b0e7ff4baa3b5265.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/page-ac366c9111374312.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/layout-86561d2fac35a91a.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/search/layout-ea6b73fdaf9b24ca.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/layout-1f4d76a8b09517b1.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/layout-cf7445cf0326bda3.js +0 -1
- khoj/interface/compiled/_next/static/css/0e9d53dcd7f11342.css +0 -1
- khoj/interface/compiled/_next/static/css/1a4038cc4acc8ee4.css +0 -25
- /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{Tua1S1yzYQvGP_toWnaaz → X8lPgmtHPY-a6sH5qx8z9}/_ssgManifest.js +0 -0
- /khoj/interface/compiled/_next/static/media/{5984b96ba4822821-s.woff2 → 5984b96ba4822821-s.p.woff2} +0 -0
- /khoj/interface/compiled/_next/static/media/{684adc3dde1b03f1-s.woff2 → 684adc3dde1b03f1-s.p.woff2} +0 -0
- /khoj/interface/compiled/_next/static/media/{82e3b9a1bdaf0c26-s.woff2 → 82e3b9a1bdaf0c26-s.p.woff2} +0 -0
- /khoj/interface/compiled/_next/static/media/{8d1ea331386a0db8-s.woff2 → 8d1ea331386a0db8-s.p.woff2} +0 -0
- /khoj/interface/compiled/_next/static/media/{b98b13dbc1c3b59c-s.woff2 → b98b13dbc1c3b59c-s.p.woff2} +0 -0
- {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/WHEEL +0 -0
- {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/entry_points.txt +0 -0
- {khoj-1.30.2.dev22.dist-info → khoj-1.30.8.dev17.dist-info}/licenses/LICENSE +0 -0
File without changes
|
File without changes
|
/khoj/interface/compiled/_next/static/media/{5984b96ba4822821-s.woff2 → 5984b96ba4822821-s.p.woff2}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/media/{684adc3dde1b03f1-s.woff2 → 684adc3dde1b03f1-s.p.woff2}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/media/{82e3b9a1bdaf0c26-s.woff2 → 82e3b9a1bdaf0c26-s.p.woff2}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/media/{8d1ea331386a0db8-s.woff2 → 8d1ea331386a0db8-s.p.woff2}
RENAMED
File without changes
|
/khoj/interface/compiled/_next/static/media/{b98b13dbc1c3b59c-s.woff2 → b98b13dbc1c3b59c-s.p.woff2}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|