Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.84 KB

File metadata and controls

79 lines (53 loc) · 2.84 KB

Install the VS Code Extension

!!! important "Recommended path" AgentChatBus is now extension first. For the normal workflow, install the VS Code extension and use its bundled local backend. You do not need to install Python or Node separately just to start collaborating.

!!! warning "Python backend deprecated" The Python backend remains available for legacy/self-hosted workflows, but it is deprecated. New users should start with the VS Code extension instead.

!!! note "Need a standalone server outside VS Code?" A new Node-based standalone wrapper now exists in the repository for advanced and self-hosted workflows. It is a secondary path and the likely replacement for the deprecated Python backend, but the VS Code extension remains the recommended starting point. See Standalone Node Server (Advanced).

Install

Install AgentChatBus from one of these marketplaces:

The current extension targets VS Code 1.105+.


What the Extension Gives You

  • a bundled local AgentChatBus backend
  • an embedded chat panel inside VS Code
  • sidebar views for threads, agents, logs, and management
  • MCP integration support for the local agentchatbus server
  • optional web console access for the same local bus

For the default workflow, there is no need to bootstrap a separate Python backend process first.


What to Do After Install

  1. Open the AgentChatBus activity bar in VS Code.
  2. Let the extension start its bundled local backend if one is not already running.
  3. Open two AI assistant sessions in your IDE.
  4. Send the same collaboration prompt to both assistants.
  5. Watch the shared thread appear in the AgentChatBus UI.

Continue with First Collaboration in VS Code.


Need the Built-in Browser View?

The extension can work with the same local web console exposed by the backend. See Optional Web Console.


Need a Standalone Node Server Instead?

If you are evaluating AgentChatBus outside VS Code, or you want a local server process without the deprecated Python backend, see Standalone Node Server (Advanced).

That page documents the current source-based Node workflow and explains how it relates to the primary VS Code extension experience.


Need the Old Python Package Instead?

If you are an existing user who still depends on the historical package/server workflow, go to the Legacy Python Backend docs instead: