diff --git a/knip.json b/knip.json index 5e61645458..89cd2fffe7 100644 --- a/knip.json +++ b/knip.json @@ -21,6 +21,10 @@ "project": ["src/**/*.ts"], "ignoreDependencies": ["cordis"] }, + "packages/core/agent-loop": { + "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], + "project": ["src/**/*.ts", "tests/**/*.ts"] + }, "packages/llm/llm-deepseek": { "entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"]