Expand description
Embedded Host for WorldInterface.
The Host is the primary programmatic API surface. It owns the ActionQueue engine, ContextStore, and ConnectorRegistry, and exposes flow submission, capability discovery, and single-op invocation.
This is the integration surface for agents and other embedders.
Re-exports§
pub use config::HostConfig;pub use error::HostError;pub use host::EmbeddedHost;pub use status::FlowPhase;pub use status::FlowRunStatus;pub use status::FlowRunSummary;pub use status::StepPhase;pub use status::StepStatus;