Skip to content

Manage agents

igardev edited this page Aug 27, 2025 · 1 revision

Manage envs

Requred servers

  • No servers required

Overview

Agent is combination of system prompt and tools. If an agent is selected, it will be used by the Llama Agent UI. On slecting and agent, the selected llama-vscode tools are updated.

They have properties: name, description, syste prompt, tools.

Agent could be added/deleted/viewed/selected/deselected/exported/imported

How to use it

Select "Agents..." from llama-vscode menu

  • Add agent... Adds an agent

  • Delete agent...
    Deletes an agent

  • View agent... Select an agent from the list to view all the details for this agent

  • Select/Start agent...
    Select agent from the list. Only one agent could be selected at a time. If an agent is selected, the selected tools are updated and Llama Agent starts using it.

  • Deselect/stop env... Deselect the currently selected agent. The default agent will be used by Llama Agent

  • Export
    An agent could be exported as a .json files. This file could be shared with other users, modified if needed and imported again. Select an agent to export it.

  • Import
    An agent could be imported from a .json file - select a file to import it.

Clone this wiki locally