Expand description
plugins tier dispatch. Mirrors
objectiveai-sdk-rs/src/cli/command/plugins/mod.rs. install,
list, and run are streaming; get is unary. install is a
sub-tier with its own dispatcher under install/mod.rs.
Modules§
- get
plugins get— read one installed plugin’s manifest by(owner, name, version). ReturnsNoneif not installed.- install
plugins installsub-tier. Mirrorsobjectiveai-sdk-rs/src/cli/command/plugins/install/mod.rs. Both leaves (filesystem,github) are unary; this dispatcher returns a one-shot stream wrapping the chosen leaf’sResponse.- list
plugins list— bare-naked streaming handler stub.- run
plugins run— bare-naked port of legacydispatch_external.