UNPKG

@aaswe/codebase-ai

Version:

AI-Assisted Software Engineering (AASWE) - Rich codebase context for IDE LLMs

5 lines 393 B
export { RAGEngine, RAGError } from './RAGEngine'; export { ContextManager } from './ContextManager'; export type { RAGConfig, CodeContext, QueryContext, RAGResponse, DocumentMetadata, SemanticSearchResult, ContextChain, RAGMetrics, RAGErrorCode, RAGErrorDetails } from './types'; export type { ContextWindow, ContextManagerConfig } from './ContextManager'; //# sourceMappingURL=index.d.ts.map