Sign in
agent:

Installing DagKnows AI Agent

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

Make sure you have installed the DagKnows CLI installed

pip install dagknows --force-reinstall --upgrade
copied
  1. 1

    Configure DK CLI

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    Configure the DagKnows CLI by providing an access token. This step involves specifying the host address for the SaaS instance where DagKnows is running (this can vary for onprem or custom installations) and entering the access token obtained from the app's settings page.

    dk config init
    copied
    1
  2. 2

    You can now use the DK AI Agent with the `dkai` command

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkai agent
    copied
    2
  3. 3

    You can configure several tools with your agent with `dkai config`

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    % dkai config --help Usage: dkai config [OPTIONS] TOOL ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ │ * tool TEXT Name of the tool to configure. Options: ['slack', │ │ 'jira', 'github', 'rundeck', 'elk', 'servicenow'] │ │ [default: None] │ │ [required] │ ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ │ --dagknows-home TEXT Dir for DagKnows configs │ │ [env var: DagKnowsHomeDir] │ │ [default: ~/.dagknows] │ │ --profile TEXT DagKnows profile to use. To set a default run │ │ `dk profiles set-default` │ │ [env var: DagKnowsProfile] │ │ [default: None] │ │ --access-token TEXT Access token for accessing DagKnows APIs │ │ [env var: DagKnowsAccessToken] │ │ [default: None] │ │ --help Show this message and exit. │ ╰──────────────────────────────────────────────────────────────────────────────╯
    copied
    3
  4. 4

    Run DK AI Agent

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkai agent
    copied
    4