Skip to content

Core Guides

Fresh

Deep guides for the systems that make Herdr useful day to day.

GuideWhat it covers
AgentsSupported agents, status authority model, blocked detection, detection manifests, state rollups, custom labels, starting and attaching agents
IntegrationsInstalling official integrations, lifecycle authority vs session identity, per-agent setup details, custom status labels, debugging
Configurationconfig.toml, update channel, terminal defaults, worktrees, keybindings, themes, UI/sidebar, notifications, sound, scrollback, experiments
Persistence and Remote AccessDetach/reattach, named sessions, SSH attach, herdr --remote, direct terminal attach, single-process mode
Session State and RestoreLive persistence, snapshot restore, pane history replay, native agent session restore, live handoff, and what survives each path

How the pieces fit

flowchart TD
    A[Herdr Server] --> B[Workspaces]
    B --> C[Tabs]
    C --> D[Panes]
    D --> E[Agents detected in panes]
    E --> F[State: working / blocked / done / idle]
    F --> G[Sidebar rollups]
    A --> H[Local socket API]
    H --> I[CLI wrappers]
    H --> J[Integrations report state + sessions]
    J --> K[Native agent session restore]