Skip to main content

Crate worldinterface_host

Crate worldinterface_host 

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

Modules§

config
Host configuration.
error
Error types for the Host.
host
EmbeddedHost — the primary programmatic API surface for WorldInterface.
status
Flow run status types and derivation from AQ projection state.