issues
search
khoj-ai
/
khoj
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).
https://khoj.dev
GNU Affero General Public License v3.0
14.15k
stars
704
forks
source link
Part 1: Server-side changes to support agents integrated with Conversations
#671
Closed
sabaimran
closed
7 months ago
sabaimran
commented
8 months ago
Incoming
This initial set of changes allows us to have support for agents that are linked to conversations.
Add a db model for Agents, attaching them to conversations
When an agent is added to a conversation, override the system prompt to tweak the instructions
Agents can be configured with prompt modification, model specification, a profile picture, and other things
Admin-configured models will not be editable by individual users
Add unit tests to verify agent behavior. Unit tests demonstrate imperfect adherence to prompt specifications
Agent configuration is currently limited to the system prompt
Incoming