rait-09_obsidian-agent-client/docs/getting-started/quick-start.md
2026-02-07 00:17:56 +09:00

1.5 KiB

Quick Start

This guide will get you chatting with an AI agent in just a few minutes.

Step 1: Choose Your Agent

Agent Client supports multiple AI agents. Choose one to start:

Agent Provider Integration
Claude Code Anthropic via Zed's SDK adapter
Codex OpenAI via Zed's adapter
Gemini CLI Google with --experimental-acp option
Custom Various Any ACP-compatible agent (e.g., OpenCode, Qwen Code, Kiro)

Step 2: Install and Configure the Agent

Follow the setup guide for your chosen agent:

Each guide covers installation, path configuration, and authentication.

Step 3: Start Chatting

  1. Click the robot icon in the left ribbon, or
  2. Open the command palette (Cmd/Ctrl + P) and search for "Open agent chat"

The chat panel opens in the right sidebar. Type a message and press Enter!

What's Next?