Skip to content

Agent ConsoleYour Obsidian console for parallel agent work

Run multiple AI agents in parallel chat sessions inside your vault. Stop waiting on one agent before starting the next.

What is Agent Console?

Agent Console is an Obsidian plugin built on the Agent Client Protocol (ACP). It connects your vault to AI coding agents — Claude Code, Codex, Gemini CLI, Kiro CLI, and custom ACP-compatible agents — and lets you run several at once in a tabbed sidebar, so you can keep working while agents work.

It is a fork of RAIT-09/obsidian-agent-client (Apache-2.0) that adds tabbed multi-session UX and ships as a separately-distributed plugin. See NOTICE for full attribution.

Supported Agents

AgentProviderIntegration
Claude CodeAnthropicvia ACP adapter
CodexOpenAIvia Zed's adapter
Gemini CLIGooglewith --experimental-acp option
Kiro CLIAmazonvia built-in ACP support
CustomVariousAny ACP-compatible agent (e.g., OpenCode, Qwen Code)

Why parallel?

AI agents work asynchronously. Tell one to research, another to fix a bug, a third to draft documentation. Switch tabs while they work. Status icons show what each agent is doing — ready, busy, waiting on you, or stuck. Stop the context-switch tax of waiting for one agent before starting the next.

The mental model: tell agents what work to do, not how to do it. With the right skills, agents figure out the steps. You stay focused on the work itself, with several streams progressing at once.

Ready to get started? Check out the Installation Guide.

Released under the Apache 2.0 License.