Main Engine
The main engine handles direct task execution on your systems: navigating filesystems, reading and modifying files, interacting with services via CLI or MCP, executing commands, and managing configurations. This engine does the computational heavy-lifting and requires large context handling, high accuracy, and precise function calling. It typically consumes the most tokens due to the substantial context needed for reliable execution.Secondary Engine
The secondary engine handles orchestration and oversight to improve main engine accuracy.
Available Models
The engines available to your agents come from your tenant’s model catalog, managed in Command Center under Settings > Models. Each model in the catalog carries its own context length, pricing, and capabilities. See Models & Providers for how to add providers, enable models, and set the tenant defaults.Context Length
Different LLMs handle varying context sizes with different reliability levels. Larger context windows reduce hallucinations when processing extensive data but cost more tokens. Each model’s context length is shown in the catalog under Settings > Models, and you should match the model to your workload: larger windows suit large files, extensive codebases, and complex multi-step operations, while smaller windows are fine for simple tasks but call for more frequent task archiving.Task Archiving
Archiving removes task history from an agent’s context window, preventing overflow without reinitializing the agent. Archive all tasks: Select your agent → Archive all tasks Archive individual tasks: Open the task → Archive Task View history: Default view shows current tasks. Toggle Show archived tasks to review cleared history. When approaching context limits but needing to preserve specific context, archive only unrelated tasks while keeping relevant history intact.Modifying Engines
You can change engines without completely reinitializing your agent:- Right-click the agent → Edit Agent
- Choose new engines for main and secondary roles
- Optionally clear task history, update the agent’s specialty, or modify credentials

