Link Search Menu Expand Document

Install Questions

Where can I download the local running environment installer?

The local running environment can be installed by following steps:

  • log in system
  • Click Local Running Environment on the upper right corner
  • Click Manage Agents in the pop-up window
  • Click Install Agent in the pop-up window
  • You can see the installation command under Install

01-install-questions.png

Can it be installed on different machines?

An agent can only be installed on one computer. If you have multiple computers, you will need to create a corresponding number of agents and install them separately on each computer.

How to uninstall the agent

The agent not in use can be uninstalled through the “Manage Agents” management panel.

02-install-questions.png

The agent in use cannot be deleted through the “Manage Agents” management panel. The uninstall command needs to be executed on the machine where the agent is installed. When the uninstallation command is executed, the agent in “Manage Agents” will be deleted.

  • Note: You need to keep the network unobstructed when executing the uninstall command。

How to upgrade the agent?

  • Log in to the machine where the agent is installed
  • Execute ~/zbot/install_agent.sh upgrade in the shell
  • Enter y to confirm the upgrade [the service will be temporarily unavailable during the update]
  • Wait for the upgrade to complete
# ~/zbot/install_agent.sh upgrade
Nvidia GPU found.
start upgrade PromptAI Agent...
This action will cause the service to be unavailable, continue (y/n)? y
latest: Pulling from promptai/zbot-agent
Digest: sha256:xxxxx
Status: Image is up to date for promptai/zbot-agent:latest
docker.io/promptai/zbot-agent:latest
xxxxx

How to uninstall the agent locally?

  • Log in to the machine where the agent is installed
  • Execute ~/zbot/install_agent.sh uninstall in the shell
  • Enter y to confirm uninstallation
  • Wait for the uninstallation to complete

Note: This process needs to keep the network unobstructed, otherwise it will lead to failure.

# ~/zbot/install_agent.sh uninstall
start uninstall PromptAI Agent...
This action will remove PromptAI Agent, continue (y/n)? y
finish uninstall PromptAI Agent