What it does

Turns the feature into usable workspace objects.

Disp8ch treats Agentic WebChat as part of the operating loop. The result is visible, editable, and connected to the other surfaces.

  • Turns requests into typed, confirmation-gated app actions instead of hidden prompt chains.
  • Answers from uploaded files, crawled docs, app state, memory, and live tools when configured.
  • Creates and updates workflows, board tasks, Council sessions, hierarchy goals, and design artifacts from the same chat.
How it works

Context flows through the app instead of being trapped in chat.

The feature reads from the same workspace objects used by the rest of Disp8ch, then writes back through confirmation-gated actions when work changes state.

  • A request is routed through a planning and action layer that separates user-visible text from proposed mutations.
  • Risky changes are shown as concrete actions to approve, deny, or refine before they are applied.
  • The answer can link back to the affected workflow, board, source, goal, or session so follow-up work stays visible.
What makes it different

Built for operators who need auditability.

The feature is designed around explicit state, reviewable outputs, and practical handoffs to the next place work should go.

  • WebChat is not only a chat transcript. It is an operator console that can inspect and change real app objects.
  • The product keeps unsupported claims out of answers unless a matching tool actually ran.
  • You can ask for compact answers or deep research without switching surfaces.
Works with

Agentic WebChat is strongest when it connects to the rest of the workspace.

A typical job starts with a user request, pulls in sources or app state, creates a plan, asks for confirmation when something changes, and leaves a trace in the right surface.

WorkflowsBoardsCouncilHierarchyData SourcesDesign Studio
Prompt to tryAgentic WebChat
Create a workflow that summarizes a webchat message and replies over WebChat. Show the plan before saving.
Install

Try Agentic WebChat on your own machine.

Start local, connect only the providers and channels you want, and keep risky actions approval-gated.

Linux, macOS, or WSL
curl -fsSL https://raw.githubusercontent.com/aaronnat23/disp8ch/main/scripts/install.sh | bash -s -- --repo https://github.com/aaronnat23/disp8ch.git