UNPKG

arela

Version:

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

8 lines 293 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"; //# sourceMappingURL=index.js.map