mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 16:30:32 +00:00
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
# 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](/agent-setup/claude-code)** | Anthropic | via [ACP adapter](https://github.com/agentclientprotocol/claude-agent-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, Kiro) |
|
|
|
|
## Step 2: Install and Configure the Agent
|
|
|
|
Follow the setup guide for your chosen agent:
|
|
|
|
- [Claude Code Setup](/agent-setup/claude-code)
|
|
- [Codex Setup](/agent-setup/codex)
|
|
- [Gemini CLI Setup](/agent-setup/gemini-cli)
|
|
- [Custom Agents](/agent-setup/custom-agents)
|
|
|
|
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 chat view"**
|
|
|
|
The chat panel opens in the right sidebar. Type a message and press Enter!
|
|
|
|
## What's Next?
|
|
|
|
- Learn about [Note Mentions](/usage/mentions) to reference your notes in conversations
|
|
- Explore [Slash Commands](/usage/slash-commands) for quick actions
|
|
- Set up additional agents in [Agent Setup](/agent-setup/)
|