Implement authorized landmark roaming (#130)
Some checks failed
CI / rust-skia (Rust only) (push) Successful in 2m46s
CI / required (push) Failing after 53s

This commit is contained in:
2026-08-18 11:08:50 +02:00
parent a749111657
commit 08696cd2fe
7 changed files with 2413 additions and 7 deletions

View File

@@ -187,6 +187,14 @@ impl LibremetaverseClientOwner {
&self.client
}
/// Returns the one native agent manager owned by this composition root.
/// `MetaCrate` adapters clone the `Arc`; they never construct a parallel
/// compatibility manager graph.
#[must_use]
pub fn agent(&self) -> Arc<libremetaverse::AgentManager> {
Arc::clone(&self.agent)
}
/// Creates the supervised live-session adapter without logging in.
///
/// # Errors