UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

11 lines (9 loc) 263 B
#!/usr/bin/env node require('ts-node').register({ project: require('path').resolve(__dirname, '../tsconfig.json'), transpileOnly: true, }); require('../src/cli.ts').main().catch((error) => { console.error('Unhandled error:', error); process.exit(1); });