UNPKG

blax

Version:

Blax - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. No local LLM keys required.

11 lines (8 loc) 334 B
#!/usr/bin/env node import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); // Dynamically import the boot sequence const bootModule = await import(resolve(__dirname, '../dist/cli/boot.js')); await bootModule.default();