UNPKG

tlnt

Version:

TLNT - HMS-Powered Multi-Agent Platform with Government Agency Analysis, Deep Research, and Enterprise-Ready Deployment. Self-optimizing multi-domain AI agent with continuous learning and enterprise-grade performance monitoring.

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();