Skip to main content

setup_daemon_host

Function setup_daemon_host 

Source
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.