pub fn current_backend() -> Option<CurrentBackend>Expand description
Read the current backend identity, if a handshake has completed yet.
Returns None before any ACP connection has been established (e.g. a
luft run using a non-ACP backend, or before the first agent task).