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.
- khoj/database/adapters/__init__.py +125 -13
- khoj/database/migrations/0065_remove_agent_avatar_remove_agent_public_and_more.py +49 -0
- khoj/database/migrations/0066_remove_agent_tools_agent_input_tools_and_more.py +69 -0
- khoj/database/migrations/0067_alter_agent_style_icon.py +50 -0
- khoj/database/models/__init__.py +60 -18
- khoj/interface/compiled/404/index.html +1 -1
- khoj/interface/compiled/_next/static/chunks/1269-2e52d48e7d0e5c61.js +1 -0
- khoj/interface/compiled/_next/static/chunks/1603-67a89278e2c5dbe6.js +1 -0
- khoj/interface/compiled/_next/static/chunks/2697-f27cc03429fc6482.js +1 -0
- khoj/interface/compiled/_next/static/chunks/3110-ef2cacd1b8d79ad8.js +1 -0
- khoj/interface/compiled/_next/static/chunks/4086-2c74808ba38a5a0f.js +1 -0
- khoj/interface/compiled/_next/static/chunks/477-ec86e93db10571c1.js +1 -0
- khoj/interface/compiled/_next/static/chunks/51-e8f5bdb69b5ea421.js +1 -0
- khoj/interface/compiled/_next/static/chunks/9178-7dcdc4fb8cc8cc24.js +1 -0
- khoj/interface/compiled/_next/static/chunks/9417-1d158bf46d3a0dc9.js +1 -0
- khoj/interface/compiled/_next/static/chunks/9479-563e4d61f91d5a7c.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/agents/page-d2fe596a672ca395.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/automations/page-5480731341f34450.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/chat/page-702057ccbcf27881.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-e7b34316ec6f44de.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/page-421d13f70c505dd9.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/search/page-d56541c746fded7d.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/settings/page-e044a999468a7c5d.js +1 -0
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-fbbd66a4d4633438.js +1 -0
- khoj/interface/compiled/_next/static/chunks/{webpack-878fd47921816d3c.js → webpack-9257083ec6042fc1.js} +1 -1
- khoj/interface/compiled/_next/static/css/e294b18216ce4cd6.css +25 -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 +2 -2
- khoj/interface/compiled/chat/index.html +1 -1
- khoj/interface/compiled/chat/index.txt +2 -2
- khoj/interface/compiled/factchecker/index.html +1 -1
- khoj/interface/compiled/factchecker/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 +2 -2
- khoj/interface/compiled/share/chat/index.html +1 -1
- khoj/interface/compiled/share/chat/index.txt +2 -2
- khoj/processor/content/notion/notion_to_entries.py +2 -1
- khoj/processor/conversation/anthropic/anthropic_chat.py +2 -0
- khoj/processor/conversation/google/gemini_chat.py +2 -0
- khoj/processor/conversation/offline/chat_model.py +3 -1
- khoj/processor/conversation/openai/gpt.py +2 -0
- khoj/processor/conversation/prompts.py +56 -5
- khoj/processor/image/generate.py +3 -1
- khoj/processor/tools/online_search.py +9 -7
- khoj/routers/api.py +21 -4
- khoj/routers/api_agents.py +224 -4
- khoj/routers/api_chat.py +24 -11
- khoj/routers/api_content.py +14 -0
- khoj/routers/helpers.py +100 -13
- khoj/search_type/text_search.py +4 -1
- khoj/utils/helpers.py +15 -2
- {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/METADATA +1 -8
- {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/RECORD +64 -61
- khoj/interface/compiled/_next/static/chunks/1603-3e2e1528e3b6ea1d.js +0 -1
- khoj/interface/compiled/_next/static/chunks/2697-a29cb9191a9e339c.js +0 -1
- khoj/interface/compiled/_next/static/chunks/6648-ee109f4ea33a74e2.js +0 -1
- khoj/interface/compiled/_next/static/chunks/7071-b4711cecca6619a8.js +0 -1
- khoj/interface/compiled/_next/static/chunks/743-1a64254447cda71f.js +0 -1
- khoj/interface/compiled/_next/static/chunks/8423-62ac6c832be2461b.js +0 -1
- khoj/interface/compiled/_next/static/chunks/9162-0be016519a18568b.js +0 -1
- khoj/interface/compiled/_next/static/chunks/9178-409f672ab573b8fd.js +0 -1
- khoj/interface/compiled/_next/static/chunks/9417-5d14ac74aaab2c66.js +0 -1
- khoj/interface/compiled/_next/static/chunks/9984-e410179c6fac7cf1.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/page-a3db5b3869f83937.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/page-e68cb1eba3cc41de.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/page-5b1626fc2882c1f9.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/factchecker/page-b01f8a9b9107ecbe.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/page-ee9ee504f0d5ace6.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/search/page-53c2494182551684.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/page-2a7e60e3782ed95e.js +0 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/page-9d9faa4a155bbf58.js +0 -1
- khoj/interface/compiled/_next/static/css/24f141a6e37cd204.css +0 -25
- /khoj/interface/compiled/_next/static/{sXEsDJ1Vi3HypDes8jcxW → mRXreP-unBb35nvpcsyA9}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{sXEsDJ1Vi3HypDes8jcxW → mRXreP-unBb35nvpcsyA9}/_ssgManifest.js +0 -0
- {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/WHEEL +0 -0
- {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/entry_points.txt +0 -0
- {khoj-1.24.2.dev2.dist-info → khoj-1.24.2.dev6.dist-info}/licenses/LICENSE +0 -0
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|