Skip to content

TypeScript API

Per-module reference for the TypeScript stores, reducers, and command source that make up the AgentMux frontend’s public API. Generated by typedoc from the pinned src/agentmux submodule.

  • Rust API — rustdoc for the four crates in the Cargo workspace.
  • The reducer stack — explains how these stores fit together.
  • Agent App API — runtime API agents call to render their own UI.
Terminal window
npm run build:typedoc # regenerates Markdown pages from the submodule's TypeScript source
npm run build:full # build:typedoc + build:rust-docs + the Astro build

The default npm run build deliberately skips typedoc so the docs site iterates without it. Production deploys must use build:full.