navi-plugin-runtime 0.3.5

Local agentic engine and terminal-first coding agent.
Documentation
1
2
3
4
5
6
7
8
pub mod component;
pub mod error;
pub mod runtime;
pub mod wit;

pub use component::{ComponentKind, detect_component_kind};
pub use error::RuntimeError;
pub use runtime::{HostCallbacks, PluginRuntime, RunResult, ToolRuntimeConfig};