Module: Pikuri::Command

Defined in:
lib/pikuri/command/registry.rb,
lib/pikuri/command/renderer.rb,
lib/pikuri/command/extension.rb,
lib/pikuri/command/refused_error.rb

Overview

Slash commands: prompt templates a human invokes by typing /name.

The counterpart of Skill, and deliberately not a variant of it. A skill is advertised to the model and loaded by the model, so it costs prompt tokens on every turn; a command is never advertised, costs nothing resident, and lands as the user's own turn when the human asks for it. Registry discovers them, Renderer expands one into the text a host then sends.

Defined Under Namespace

Modules: Renderer Classes: Extension, RefusedError, Registry