MCPcopy Create free account
hub / github.com/Noumena-Network/code / initSkillImprovement

Function initSkillImprovement

src/utils/hooks/skillImprovement.ts:175–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175export function initSkillImprovement(): void {
176 if (
177 feature('SKILL_IMPROVEMENT') &&
178 getFeatureValue_CACHED_MAY_BE_STALE('ncode_copper_panda', false)
179 ) {
180 registerPostSamplingHook(createSkillImprovementHook())
181 }
182}
183
184/**
185 * Apply skill improvements by calling a side-channel LLM to rewrite the skill file.

Callers 1

Tested by

no test coverage detected