Skip to main content

Crate skg_op_single_shot

Crate skg_op_single_shot 

Source
Expand description

Single-shot operator โ€” one model call, no tools, return immediately.

Implements layer0::Operator for the simplest case: send a single prompt to a model and return the result. No tool use, no ReAct loop, no hooks, no state reader. Used for classification, summarization, extraction, and other single-inference tasks.

Structsยง

SingleShotConfig
Static configuration for a SingleShotOperator instance.
SingleShotOperator
A single-shot Operator: one model call, no tools, return immediately.