feat: add hostnames bw filter

This commit is contained in:
Han Xiao 2025-03-18 12:05:11 +08:00
parent 7eedb561a3
commit 4b171b843e

View File

@ -342,6 +342,9 @@ async function executeSearchQueries(
}
console.log(`Utility/Queries: ${utilityScore}/${searchedQueries.length}`);
if (searchedQueries.length > MAX_QUERIES_PER_STEP) {
console.log(`So many queries??? ${searchedQueries.map(q => `"${q}"`).join(', ')}`)
}
return {
newKnowledge,
searchedQueries