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§
- Complexity
Classifier - Classifies task complexity using the fast model via
MiniLoopExecutor.
Enums§
- Task
Complexity - Classification of task complexity for model routing decisions.