Note that not all agent panel features work for external agents
This commit is contained in:
parent
a2b0c3531e
commit
2c745ed823
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Agent Panel
|
# Agent Panel
|
||||||
|
|
||||||
The Agent Panel provides you with a surface to interact with LLMs, enabling various types of tasks, such as generating code, asking questions about your codebase, and general inquiries like emails, documentation, and more.
|
The Agent Panel allows you to interact with many LLMs and coding agents that can support you in various types of tasks, such as generating code, codebase understanding, and other general inquiries like writing emails, documentation, and more.
|
||||||
|
|
||||||
To open it, use the `agent: new thread` action in [the Command Palette](../getting-started.md#command-palette) or click the ✨ (sparkles) icon in the status bar.
|
To open it, use the `agent: new thread` action in [the Command Palette](../getting-started.md#command-palette) or click the ✨ (sparkles) icon in the status bar.
|
||||||
|
|
||||||
If you're using the Agent Panel for the first time, you need to have at least one LLM provider configured.
|
If you're using the Agent Panel for the first time, you need to have at least one LLM or agent provider configured.
|
||||||
You can do that by:
|
You can do that by:
|
||||||
|
|
||||||
1. [subscribing to our Pro plan](https://zed.dev/pricing), so you have access to our hosted models
|
1. [subscribing to our Pro plan](https://zed.dev/pricing), so you have access to our hosted models
|
||||||
|
@ -18,6 +18,9 @@ If you need extra room to type, you can expand the message editor with {#kb agen
|
||||||
|
|
||||||
You should start to see the responses stream in with indications of [which tools](./tools.md) the model is using to fulfill your prompt.
|
You should start to see the responses stream in with indications of [which tools](./tools.md) the model is using to fulfill your prompt.
|
||||||
|
|
||||||
|
> Note that, currently, not all features outlined below work for external agents, like Gemini CLI.
|
||||||
|
> Features like checkpoints, token usage display, and model selection may be supported in the future for them.
|
||||||
|
|
||||||
### Editing Messages {#editing-messages}
|
### Editing Messages {#editing-messages}
|
||||||
|
|
||||||
Any message that you send to the AI is editable.
|
Any message that you send to the AI is editable.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue