feat: 添加 skill learning 技能学习闭环系统

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
unraid
2026-04-22 22:38:09 +08:00
parent 04c7ed4250
commit 1837df5f88
64 changed files with 11009 additions and 36 deletions

View File

@@ -108,6 +108,12 @@ export const init = memoize(async (): Promise<void> => {
})
profileCheckpoint('init_after_1p_event_logging')
// Start balance polling (no-op unless a provider is configured via env).
void import('../services/providerUsage/balance/poller.js').then(m =>
m.startBalancePolling(),
)
profileCheckpoint('init_after_balance_polling')
// Populate OAuth account info if it is not already cached in config. This is needed since the
// OAuth account info may not be populated when logging in through the VSCode extension.
void populateOAuthAccountInfoIfNeeded()