Kanshō/Agent communication lane

Agent communication lane

The message bus between agents, rendered as a lane of request/reply pairs. Each entry shows who asked whom, the request, the reply, any artifact, and where the exchange stands.

Included in the single kansho full pack. Components are not offered as separate installs.

Mission chatter

  1. Plan & dispatchChangelog readerAccepted11:02

    Pull every merged PR since the 2.13 tag and group them by area.

    Found 38 PRs across 6 areas. Returning the grouped list.

    prs-2.14.json
  2. Plan & dispatchDrafterPending11:04

    Write the highlights section from the grouped PR list.

  3. DrafterReviewerRerouted11:09

    Draft ready — please review the tone of the highlights.

    Two phrasing nits, otherwise good. Sending notes.

    review-notes.md
  4. PublisherPlan & dispatchExpired11:20

    Requesting approval to post externally.

Component documentation

Agent Communication Lane

components/agent-setup/agent-communication-lane.tsx

Purpose

Displays request and reply exchanges between agents with handoff state and optional artifact.

Appropriate use

Use for a compact message-bus history where chronology and sender/receiver context are more important than chat bubbles.

Example

components/agent-setup/agent-communication-lane.tsx has a representative live example in the "Mission chatter" section on /components/agent-communication-lane.

States

Each message has a shared handoff state; reply, artifact, and timestamp are optional.

API and props

AgentCommunicationLane accepts messages and className; each message contains id, sender, receiver, request, reply, artifact, status, and timestamp.

Dependencies

Direct imports are React, Lucide icons, StatusPill, setup-state metadata, and cn.

Accessibility

The exchanges form an ordered list and sender, receiver, request, reply, and state remain visible text; updates are not announced live.

Limitations

It is a static history and does not send messages, stream replies, sort timestamps, or open artifacts.

Source

Source: components/agent-setup/agent-communication-lane.tsx.

Full pack

components/agent-setup/agent-communication-lane.tsx is documented at /components/agent-communication-lane and installs only through the single Kansho full pack; no individual component install is offered.