Skip to main content

Module models

Module models 

Source

Structs§

ModelConfig
Configuration for a single model.
MultiModelConfig
Multi-model configuration manager.
PlanStep
A single step in the task plan.
Planner
Planner for generating task plans using the plan model.
TaskPlan
Task plan generated by the planning model.
TodoItem
Todo item for task tracking.

Enums§

ModelRole
Model role - what purpose this model serves.
StepDifficulty
Step difficulty level.
TaskComplexity
Task complexity level.

Constants§

DEFAULT_COMPRESS_MODEL
DEFAULT_FAST_MODEL
DEFAULT_MAIN_MODEL
Default model names for different roles.
DEFAULT_PLAN_MODEL

Functions§

context_window_for
Infer context window size from model name. Honours the CONTEXT_SIZE env variable first so users can override.