UNPKG

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

3 lines 246 B
import type { MultiCustomerConfig, CliArgs } from '../../types.js'; export declare function handleCreateAgentCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose?: boolean): Promise<void>; //# sourceMappingURL=create-agent.d.ts.map