Kind: Type
Source: atloria-monorepo/libs/agent-core/src/runtime/runtime-config.ts
Definition
ts| { engine: 'openai-sdk' }
| {
engine: 'live-swe';
/** Max same-turn requeries on format errors (default: 3) */
maxRequeries?: number;
/** Custom history processor pipeline (default: LastN + ClosedWindow) */
historyProcessors?: HistoryProcessor[];
}
Was this page helpful?