pub async fn setup_daemon_host(
config: Config,
runs_dir: PathBuf,
runtime: Handle,
) -> Result<WorldHost>Expand description
Build the daemon’s WorldHost, doing the async startup work: build the
provider registry from config and connect the shared MCP servers (both reused
by every agent), then wire the host + spawner via build_host.