Skip to main content

Crate ontocore_plugin

Crate ontocore_plugin 

Source
Expand description

Plugin host foundation for OntoCore (v0.14 MVP).

Parses plugin manifests and discovers them under .ontocore/plugins/. Runtime provider registration ships in v0.14 — see PLUGIN_SPEC.

Structs§

DiscoveredPlugin
PluginCapabilities
PluginManifest
Parsed plugin manifest from workspace TOML.

Enums§

PluginDiscoveryError

Constants§

PLUGIN_DIR
Relative directory scanned for plugin manifests inside a workspace.

Functions§

discover_plugins
Discover plugin manifests under {workspace}/.ontocore/plugins/*.toml.
parse_manifest
Parse a plugin manifest from TOML text.