UNPKG

@agentkai/browser

Version:

AgentKai的浏览器环境特定实现

10 lines 327 B
import { BaseConfigService, PlatformServices } from '@agentkai/core'; /** * 配置服务,用于管理所有配置 */ export declare class ConfigService extends BaseConfigService { getPlatform(): PlatformServices; ensureDirExists(): void; private checkAndCreateDir; } //# sourceMappingURL=config.service.d.ts.map