Skip to main content

Module complexity_classifier

Module complexity_classifier 

Source
Expand description

Task complexity classifier for dynamic model routing.

Uses the fast model (via MiniLoopExecutor) to classify the current task complexity at the end of each agent round. The classification result drives per-round model selection in the agent pipeline.

Structs§

ComplexityClassifier
Classifies task complexity using the fast model via MiniLoopExecutor.

Enums§

TaskComplexity
Classification of task complexity for model routing decisions.