Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include agent personality through subtasks and support custom agents #916

Merged
merged 16 commits into from
Oct 7, 2024

Conversation

sabaimran
Copy link
Member

@sabaimran sabaimran commented Sep 16, 2024

Currently, the personality of the agent is only included in the final response that it returns to the user. Historically, this was because models were quite bad at navigating the additional context of personality, and there was a bias towards having more control over certain operations (e.g., tool selection, question extraction).

Going forward, it should be more approachable to have prompts included in the sub tasks that Khoj runs in order to response to a given query. Make this possible in this PR. This also sets us up for agent creation becoming available soon.

Create custom agents in #928
Custom tool selection for agents in #930

…t of each subtasks, rather than just the final response

- This is particularly helpful as you would expect the agent to influence certain attributes (e.g., online searches, image generation)
@sabaimran sabaimran added the upgrade New feature or request label Sep 16, 2024
sabaimran and others added 12 commits September 17, 2024 11:19
Agents are useful insofar as you can personalize them to fulfill specific subtasks you need to accomplish. In this PR, we add support for using custom agents that can be configured with a custom system prompt (aka persona) and knowledge base (from your own indexed documents). Once created, private agents can be accessible only to the creator, and protected agents can be accessible via a direct link.
…ithub.com:khoj-ai/khoj into features/weave-agent-personality-through-subtasks
@sabaimran sabaimran changed the title Weave agent personality through subtasks Weave agent personality through subtasks and support custom agents Oct 7, 2024
@sabaimran sabaimran changed the title Weave agent personality through subtasks and support custom agents Include agent personality through subtasks and support custom agents Oct 7, 2024
@sabaimran sabaimran merged commit 405c047 into master Oct 7, 2024
9 checks passed
@sabaimran sabaimran deleted the features/weave-agent-personality-through-subtasks branch October 7, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant