mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
docs: add Kiro to custom agents examples
This commit is contained in:
parent
2d5fc33c83
commit
3603c97b5e
5 changed files with 19 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ https://github.com/user-attachments/assets/1c538349-b3fb-44dd-a163-7331cbca7824
|
|||
- [Claude Code](https://rait-09.github.io/obsidian-agent-client/agent-setup/claude-code.html)
|
||||
- [Codex](https://rait-09.github.io/obsidian-agent-client/agent-setup/codex.html)
|
||||
- [Gemini CLI](https://rait-09.github.io/obsidian-agent-client/agent-setup/gemini-cli.html)
|
||||
- [カスタムエージェント](https://rait-09.github.io/obsidian-agent-client/agent-setup/custom-agents.html)(OpenCode、Qwen Code、Mistral Vibeなど)
|
||||
- [カスタムエージェント](https://rait-09.github.io/obsidian-agent-client/agent-setup/custom-agents.html)(OpenCode、Qwen Code、Kiro、Mistral Vibeなど)
|
||||
|
||||
**[ドキュメント全文](https://rait-09.github.io/obsidian-agent-client/)**
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ Open a terminal (Terminal on macOS/Linux, PowerShell on Windows) and run the fol
|
|||
- [Claude Code](https://rait-09.github.io/obsidian-agent-client/agent-setup/claude-code.html)
|
||||
- [Codex](https://rait-09.github.io/obsidian-agent-client/agent-setup/codex.html)
|
||||
- [Gemini CLI](https://rait-09.github.io/obsidian-agent-client/agent-setup/gemini-cli.html)
|
||||
- [Custom Agents](https://rait-09.github.io/obsidian-agent-client/agent-setup/custom-agents.html) (OpenCode, Qwen Code, Mistral Vibe, etc.)
|
||||
- [Custom Agents](https://rait-09.github.io/obsidian-agent-client/agent-setup/custom-agents.html) (OpenCode, Qwen Code, Kiro, Mistral Vibe, etc.)
|
||||
|
||||
**[Full Documentation](https://rait-09.github.io/obsidian-agent-client/)**
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ You can use any agent that implements the [Agent Client Protocol (ACP)](https://
|
|||
|
||||
## Install and Configure
|
||||
|
||||
1. Install your ACP-compatible agent (e.g., [OpenCode](https://github.com/sst/opencode), [Qwen Code](https://github.com/QwenLM/qwen-code)).
|
||||
1. Install your ACP-compatible agent (e.g., [OpenCode](https://github.com/sst/opencode), [Qwen Code](https://github.com/QwenLM/qwen-code), [Kiro](https://kiro.dev/)).
|
||||
|
||||
2. Find the installation path by running the following command in your terminal (Terminal on macOS/Linux, PowerShell on Windows):
|
||||
|
||||
|
|
@ -55,6 +55,20 @@ where.exe your-agent
|
|||
| **Arguments** | `--experimental-acp` |
|
||||
| **Environment variables** | (optional) |
|
||||
|
||||
### Kiro
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| **Agent ID** | `kiro-cli` |
|
||||
| **Display name** | `Kiro` |
|
||||
| **Path** | `/path/to/home/.local/bin/kiro-cli` |
|
||||
| **Arguments** | `acp` |
|
||||
| **Environment variables** | (optional) |
|
||||
|
||||
::: tip
|
||||
Replace `/path/to/home` with your home directory (e.g., `/Users/john` on macOS, `/home/john` on Linux). `$HOME` and `~` may not be supported.
|
||||
:::
|
||||
|
||||
## Authentication
|
||||
|
||||
Authentication depends on the specific agent. Common patterns:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Agent Client supports multiple AI agents. Choose one to start:
|
|||
| **[Claude Code](/agent-setup/claude-code)** | Anthropic | via [Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp) |
|
||||
| **[Codex](/agent-setup/codex)** | OpenAI | via [Zed's adapter](https://github.com/zed-industries/codex-acp) |
|
||||
| **[Gemini CLI](/agent-setup/gemini-cli)** | Google | with `--experimental-acp` option |
|
||||
| **[Custom](/agent-setup/custom-agents)** | Various | [Any ACP-compatible agent](https://agentclientprotocol.com/overview/agents) (e.g., OpenCode, Qwen Code) |
|
||||
| **[Custom](/agent-setup/custom-agents)** | Various | [Any ACP-compatible agent](https://agentclientprotocol.com/overview/agents) (e.g., OpenCode, Qwen Code, Kiro) |
|
||||
|
||||
## Step 2: Install and Configure the Agent
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Agent Client is an Obsidian plugin that brings AI coding agents directly into yo
|
|||
| **[Claude Code](https://github.com/anthropics/claude-code)** | Anthropic | via [Zed’s SDK adapter](https://github.com/zed-industries/claude-code-acp) |
|
||||
| **[Codex](https://github.com/openai/codex)** | OpenAI | via [Zed’s adapter](https://github.com/zed-industries/codex-acp) |
|
||||
| **[Gemini CLI](https://github.com/google-gemini/gemini-cli)** | Google | with `--experimental-acp` option |
|
||||
| **Custom** | Various | [Any ACP-compatible agent](https://agentclientprotocol.com/overview/agents) (e.g., OpenCode, Qwen Code) |
|
||||
| **Custom** | Various | [Any ACP-compatible agent](https://agentclientprotocol.com/overview/agents) (e.g., OpenCode, Qwen Code, Kiro) |
|
||||
|
||||
### Key Features
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue