Expand description
Configurable lightweight classifiers.
Classifier drop-ins live under ~/.newt/classifiers/ (or
$NEWT_CONFIG_DIR/classifiers/). The first shipped classifier is the
NudgeClassifier, used by the agentic loop to distinguish final answers
from no-tool-call stall shapes such as “I am about to continue” narrations
and stale-plan findings summaries.
Structs§
- Nudge
Class Config - One nudge class: many input matchers share one output nudge.
- Nudge
Classification - Result of a nudge classifier pass.
- Nudge
Classifier - Configurable classifier for no-tool-call nudge decisions.
- Nudge
Classifier Config - Config file shape for
~/.newt/classifiers/nudge.toml.
Enums§
- Nudge
Class - A nudge class the agentic loop knows how to act on.
Functions§
- classifier_
config_ dir - The classifier config root:
$NEWT_CONFIG_DIR/classifiersor~/.newt/classifiers.