UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

9 lines 406 B
/** * Learning Module - Feedback-based improvement system * * Implements a feedback learning system that tracks which context was * actually useful to users and adapts routing weights over time. */ export { FeedbackLearner } from "./feedback-learner.js"; export type { UserFeedback, FeedbackRecord, LearningStats, MistakePattern, LastQueryInfo, } from "./types.js"; //# sourceMappingURL=index.d.ts.map