@elevenlabs/convai-cli
Version:
CLI tool to manage ElevenLabs conversational AI agents
13 lines • 434 B
TypeScript
/**
* ElevenLabs Conversational AI Agent Manager
* TypeScript/Node.js implementation
*/
export * from './utils';
export * from './templates';
export * from './elevenlabs-api';
export * from './config';
export type { LockFileData, LockFileAgent } from './utils';
export type { AgentConfig } from './templates';
export type { CliConfig } from './config';
export { version } from '../package.json';
//# sourceMappingURL=index.d.ts.map