Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/orchestration/config.json
1{2"schema_version": "0.1.0",3"_mode_doc": "mode currently reserved for future paid-LLM feeds (judge/synthesis). HTTP retrieval is controlled by --allow-fetch on loop_step.",4"mode": "dry-run",5"budgets": {6"max_active_runs": 3,7"max_runs_per_day": 6,8"max_parked": 12,9"max_failures_per_day": 5,10"max_inbox_size": 20011},12"intervals": {13"loop_step_minutes": 10,14"loop_discover_hours": 12,15"loop_daily_hour_utc": 616},17"human_review": {18"park_on_verdicts": ["HUMAN_REVIEW", "REJECT"],19"park_on_novelty": ["human_review", "likely_duplicate"],20"notification_file": "researcher/reports/parked-review.md"21},22"feeds": {23"manual_seed": "researcher/discovery/manual-seed.jsonl",24"enable_parallel_deep_research": false,25"enable_web_search": false26},27"limits": {28"discovery_max_new_per_run": 8,29"loop_step_max_advances": 130}31}32