Add daemon-owned Iroh endpoint

This commit is contained in:
Eric Wendland 2026-05-16 01:54:00 +02:00
commit ebc40ed208
14 changed files with 3930 additions and 431 deletions

View file

@ -146,6 +146,8 @@ pub struct StatusResponse {
pub socket: PathBuf,
pub agent_id: String,
pub node_id: String,
pub iroh_enabled: bool,
pub endpoint_id: Option<String>,
pub iroh: String,
}