Depth 100 + dedicated quantum harvest pass

max_results 100 saturated the AI clusters (LLMs 401, agents 252). Add
quantum_pass.sh to give each quantum topic its own download budget, since
priority ordering otherwise starves quantum behind the AI topics.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-03 14:29:21 -05:00
co-authored by Claude Opus 4.8
parent d5ecda9af8
commit d13f3d5ea8
2 changed files with 17 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/bin/zsh
Q=(
"quantum computing algorithms speedup"
"variational quantum algorithms NISQ"
"quantum error correction surface codes"
"quantum machine learning variational circuits"
"superconducting qubit processor chip design"
"quantum processor architecture control systems"
"quantum networking entanglement distribution repeaters"
"quantum interconnects distributed quantum computing"
)
for q in "${Q[@]}"; do
echo "##### TOPIC: $q"
.venv/bin/python -m clawlibrary run --topic "$q"
done
echo "##### QUANTUM PASS DONE"
+1 -1
View File
@@ -3,7 +3,7 @@
# (or sanctioned TDM, if a librarian-issued token is configured). # (or sanctioned TDM, if a librarian-issued token is configured).
defaults: defaults:
max_results: 60 max_results: 100
filters: filters:
open_access_only: true open_access_only: true
language: en language: en