newo
Version:
NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r
10 lines • 410 B
TypeScript
import type { ParsedArticle, AkbImportArticle } from './types.js';
/**
* Parse AKB file and extract articles
*/
export declare function parseAkbFile(filePath: string): Promise<ParsedArticle[]>;
/**
* Convert parsed articles to API format for bulk import
*/
export declare function prepareArticlesForImport(articles: ParsedArticle[], personaId: string): AkbImportArticle[];
//# sourceMappingURL=akb.d.ts.map