| 1 | // Thinking compatibility facade. Keep this model-only so Thinking does not load |
| 2 | // DeepAgent factories, page tools, prompts, or product-skill adapters. |
| 3 | export { resolveModel } from './agent-runtime/model/resolve' |
| 4 | export type { ModelRuntimeConfig } from './agent-runtime/model/usage' |
| 5 |