mirror of
https://github.com/ggml-org/llama.vscode.git
synced 2026-05-07 01:15:23 +00:00
Page:
Edit agent
Pages
Agent commands
Chat with AI about llama vscode
Chat with AI
Code completion
Copilot chat model provider
Custom eval tool
Custom tool
Delete models
Edit agent
Edit with AI
Env
Generate commit message
Health check
Home
How to use
Llama agent
Local ai runner
Manage agents
Manage chat models
Manage chats
Manage completion models
Manage embeddings models
Manage envs
Manage tools models
Mcp support
Menu
Model selection
More context files
Parallel completions
Rules
Skills
Statusbar
Subagents
Update todos tool
Use cases
No results
3
Edit agent
igardev edited this page 2025-10-14 18:32:58 +03:00
Table of Contents
Edit Agent
Overview
Edit agent view is used for adding and editing agents. From there it is also possible to delete and copy an existing agent as a new one. The identifier of an agent is it's name. For now there is no tools model as part of the agent (the currently selected tools model will be used)
How to use it
Edit agent view could be shown in one of the following ways:
- In the left sidebar click llama-viscode button and after that on the upper part click button Show Edit Agent View (pencip image)
- From llama-vscode menu (Ctrl+Shift+M) select Agents...-> Add agent (or Edit agent or Copy agent)
- From environment view, when an agent is selected, click button Edit - this will show the selected agent in the Edit Agent View
Edit existing agent:
- Click Select button and load an agent to be edited.
- Change the Description and System Instructions fields (if needed)
- Click Add Tools button and select the tools to be used for by the agent.
- Click Save button
Add new agent:
- Click New button
- Enter Name, Description and System Instructions for the agent
- Click Add Tools button and select the tools to be used for by the agent.
- Click Save button
Copy existing agent as a new one:
- Click Copy as New button
- Edit Name, Description and System Instructions for the agent
- Click Add Tools button and select the tools to be used for by the agent.
- Click Save button
Delete agent:
- Click Delete button
- Select an agent to be deleted from the list
- Confirm the deletion of the agent