UNPKG

@hivetechs/hive-ai

Version:

Real-time streaming AI consensus platform with HTTP+SSE MCP integration for Claude Code, VS Code, Cursor, and Windsurf - powered by OpenRouter's unified API

13 lines 370 B
#!/usr/bin/env node /** * Hive.AI CLI - OpenRouter-Exclusive Architecture * * Simplified CLI for OpenRouter-powered AI consensus platform. * Access 400+ models from 60+ providers through unified API. */ declare global { var lastD1ConversationCount: number | undefined; var lastD1DailyLimit: number | undefined; } export {}; //# sourceMappingURL=cli.d.ts.map