Sign in
agent:

If dagknows tool not installed then do a force install and add it to the path

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

To activate the virtual env dkenv: source ~/dkenv/bin/activate

If dk tool installed in virtual environment dkenv, then we can skip to dk config init directly.

source ~/dkenv/bin/activate
copied
  1. 1

    Setup DagKnows CLI

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

      Installing DagKnows CLI

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

      Install the DagKnows Command Line Interface (CLI). This tool provides wrappers for interacting with DagKnows and managing proxies. The force reinstall option ensures the latest version is installed.

      pip install dagknows --force-reinstall
      copied
      1.1
    2. 1.2

      Add DK CLI to PATH

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

      Add the DK CLI executable to the path environment variable

      export PATH=$PATH:/home/ubuntu/.local/bin
      copied
      1.2
    3. 1.3

      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.3