@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
12 lines • 393 B
TypeScript
/**
* Setup Expert Profiles - Clean System Setup
*
* This script:
* 1. Cleans up all old-format profiles (OpenRouter ID format)
* 2. Creates only the 10 expert profiles using internal IDs
* 3. Sets a sensible default profile
*/
declare function setupExpertProfiles(): Promise<void>;
export { setupExpertProfiles };
//# sourceMappingURL=setup-expert-profiles.d.ts.map