UNPKG

@agentkai/node

Version:

AgentKai的Node.js环境特定实现

10 lines (9 loc) 283 B
import { BaseConfigService, PlatformServices } from '@agentkai/core'; /** * 配置服务,用于管理所有配置 */ export declare class ConfigService extends BaseConfigService { ensureDirExists(): void; private checkAndCreateDir; getPlatform(): PlatformServices; }