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ยง
- Single
Shot Config - Static configuration for a SingleShotOperator instance.
- Single
Shot Operator - A single-shot Operator: one model call, no tools, return immediately.