Skip to content

v0.1.0a14 — interface router

Pre-release
Pre-release

Choose a tag to compare

@DustinTrap DustinTrap released this 08 Jul 13:49
dae6827

The interface-router release (alpha; pip install --pre kvm-pilot).

Adds an adaptive interface router that picks the fastest interface which will actually produce the result — per device, benchmarked, and self-tuning from real use — across a KVM control plane (in-process/MCP/browser) and an in-band OS plane (SSH / WinRM remote-PowerShell).

  • kvm-pilot benchmark — per-command latency + capability scorecard across interfaces
  • kvm-pilot route <cmd> / kvm-pilot host-exec <cmd> — seamless interface selection + in-band execution
  • SSH + WinRM interfaces (WinRM = dep-free PowerShell-over-SSH); persistent SSH (~10× via ControlMaster); dep-free SSH password auth (SSH_ASKPASS)
  • Online learning — the scorecard self-tunes from every call

Grounded in live benchmarks across the GL fleet + real Linux hosts (#181, #179, #182, #183). Full changelog: CHANGELOG.md.

🤖 Generated with Claude Code