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

Commits on Sep 16, 2024

  1. Initialize changes to introduce the agent personality into the contex…

    …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 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bdf267f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4ffcc0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b7bc46 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    61a5446 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    32b14c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab3d8d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2615f9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee7431a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee96bd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aed0651 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    4d87c9e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fe9ca01 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6795b99 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add support for personal agents with custom knowledge bases (#928)

    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.
    sabaimran authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d067983 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:khoj-ai/khoj into features/weave-…

    …agent-personality-through-subtasks
    sabaimran committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cbd88c7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'features/weave-agent-personality-through-subtasks' of g…

    …ithub.com:khoj-ai/khoj into features/weave-agent-personality-through-subtasks
    sabaimran committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7ba348d View commit details
    Browse the repository at this point in the history