A self-hosted, keyboard-driven cockpit for running a whole fleet of Claude Code agents at once. Worktrees, command palette, scheduler, voice — every layer stacks, so you ship far more than hand-juggling terminals. Your machine, your keys, no telemetry.
Reference for /.agentwire/config.yaml — main config structure including server/portal/SSL, projects, TTS/STT, agent, dev, services, executables, uploads/artifacts/wiki, channels (email + quo, outbound-only), scheduler, worktree, session defaults. Use when editing or debugging agentwire config, setting up TTS/STT…
Portal desktop UI patterns — left sidebar (click-toggle tab handle, accordion sections, session grouping into Sessions/Services via explicit allowlist, keyboard nav), session window modes (Monitor vs Terminal xterm.js — Monitor MUST NOT use xterm), artifact windows (sandboxed iframes from /.agentwire/artifacts/)…
Reference for the mcpagentwire MCP tools — session/pane management, voice/TTS, tasks/locks, channels (email + quo, outbound-only), machines/tunnels/network, history/roles/projects, scheduler, desktop UI, notifications. Use when agents inside agentwire sessions need to pick the right MCP tool instead of shelling out to…
Reference for per-project .agentwire.yml (declarative posture/roles/voice/parent/worktree, agent-writable) and the separate protected .agentwire.tasks.yml (pre/prompt/post/ontaskend/shell/branch-management task schema, authored via propose-and-promote); hierarchical idle notifications with worker summary files and…
Scheduler configuration — task gates (gitcommit, gitdiff, command), schedule field reference (duration vs calendar, at/every/after/delay/cooldown/notbefore/notafter/except), priority/pipeline ordering, one-time/maxruns tasks. Use when adding or debugging scheduled tasks in /.agentwire/scheduler.yaml, or explaining how…
Manage the agentwire LLM Wiki knowledge base. Authoring is in-context; mechanical ops (query, lint, status, new, done) run through the deterministic agentwire wiki CLI / wiki MCP tools. Use when recording knowledge, querying it, or health-checking the wiki. Subcommands: /wiki ingest, /wiki query , /wiki lint (incl.…