Crate agentmux_srv

Crate agentmux_srv 

Source

Modulesยง

agents ๐Ÿ”’
Unified agent runner โ€” single entry point for spawning Claude Code (or any future provider) used by BOTH the interactive agent pane and the headless drone Agent block.
backend ๐Ÿ”’
config ๐Ÿ”’
crash_monitor ๐Ÿ”’
Out-of-process crash dump monitor for Windows.
drone ๐Ÿ”’
Drone pane backend โ€” issue #753 Phase 1.
event_log ๐Ÿ”’
identity ๐Ÿ”’
Identity injection at agent CLI spawn time.
persist ๐Ÿ”’
persist_subscriber ๐Ÿ”’
reducer ๐Ÿ”’
registry ๐Ÿ”’
Shared, cross-version named-agent registry. File-per-agent JSON tree at <shared_home>/agents/registry/. See docs/specs/SPEC_SHARED_AGENT_REGISTRY_2026_05_12.md.
sagas ๐Ÿ”’
server ๐Ÿ”’
srv_ipc ๐Ÿ”’
state ๐Ÿ”’

Functionsยง

cleanup_old_logs ๐Ÿ”’
Delete log files (.log.) older than days to prevent unbounded growth. Only touches files with .log. in the name โ€” pointer files and other data are safe.
heal_all_layouts ๐Ÿ”’
Walk all tabs and heal their layouts by removing orphaned block references.
init_logging ๐Ÿ”’
Initialize tracing with dual output: JSON rolling file + human-readable stderr. Returns a guard that must be held for the lifetime of the app to ensure log flushing.
main ๐Ÿ”’