UNPKG

@ghostspeak/cli

Version:

Command-line interface for GhostSpeak AI Agent Commerce Protocol - Production Ready Beta

8 lines (3 loc) 154 B
import * as SDK from '@ghostspeak/sdk'; const modules = Object.keys(SDK).filter(key => key.endsWith('Module')); console.log('SDK Modules:', modules);