optivise
Version:
Optivise - The Ultimate Optimizely Development Assistant with AI-powered features, zero-config setup, and comprehensive development support
16 lines • 493 B
JavaScript
/**
* Main Type Definitions Export
* Central export for all Optivise v3.0.0 types
*/
// Re-export everything from individual type files
export * from './optimizely.js';
export * from './context.js';
export * from './knowledge.js';
export * from './mcp.js';
export * from './rules.js';
// Constants
export const DEFAULT_RELEVANCE_THRESHOLD = 0.7;
export const MAX_RESPONSE_TIME_MS = 2000;
export const CACHE_TTL_HOURS = 24;
export const MAX_MEMORY_MB = 512;
//# sourceMappingURL=index.js.map