Skip to main content

Crate navi_plugin_api

Crate navi_plugin_api 

Source

Structs§

PluginMetadata
PluginToolDefinition
PluginToolInvocation
PluginToolResult

Enums§

PluginCapability
PluginToolKind

Constants§

NAVI_PLUGIN_API_VERSION
NAVI_PLUGIN_ENTRYPOINT

Traits§

NaviPlugin
PluginRegistry
PluginTool
Self-contained tool trait for plugins. Does not depend on navi-core types. Plugin authors implement this trait; the host adapts it to navi_core::Tool.

Type Aliases§

PluginCreate