navi_plugin_runtime/
lib.rs1pub mod component;
2pub mod error;
3pub mod runtime;
4pub mod wit;
5
6pub use component::{ComponentKind, detect_component_kind};
7pub use error::RuntimeError;
8pub use runtime::{HostCallbacks, PluginRuntime, RunResult, ToolRuntimeConfig};