返回 oh-my-ppt
agent.ts
根目录 / src / main / agent.ts
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
5 lines TYPESCRIPT