Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
our /help command currently just outputs a templated message with some system information. update this so that, if additional text is included in the message, it runs a query that includes site:khoj.dev in order to response to the user's question. this should work both for web sockets and the stream endpoint in api_chat. can test out the stream endpoint using the desktop application. update the description of the function accordingly (see command_descriptions).
our
/help
command currently just outputs a templated message with some system information. update this so that, if additional text is included in the message, it runs a query that includessite:khoj.dev
in order to response to the user's question. this should work both for web sockets and the stream endpoint in api_chat. can test out the stream endpoint using the desktop application. update the description of the function accordingly (seecommand_descriptions
).