infinite-agents-public/infinite_variants/infinite_variant_5/.claude/config/profiles/research.json

82 lines
1.8 KiB
JSON

{
"$schema": "../schema.json",
"version": "1.0.0",
"profile": "research",
"orchestration": {
"max_parallel_agents": 3,
"batch_size": 5,
"infinite_mode_wave_size": 5,
"context_budget_per_agent": 100000,
"agent_timeout_ms": 600000,
"enable_progressive_sophistication": true
},
"generation": {
"output_directory": "output_research",
"naming_pattern": "{theme}_research_{iteration:03d}_{variant}_{timestamp}.html",
"file_format": "html",
"include_metadata": true,
"metadata_format": "html_comment"
},
"quality": {
"min_uniqueness_threshold": 0.95,
"enable_validation": true,
"enable_review_stage": true,
"max_retry_attempts": 5,
"require_spec_compliance_check": true
},
"web_enhancement": {
"enabled": true,
"initial_priming_urls": 8,
"urls_per_iteration": 3,
"progressive_difficulty": true,
"enable_web_search_fallback": true,
"cache_web_content": true,
"web_fetch_timeout_ms": 45000
},
"logging": {
"level": "debug",
"log_agent_outputs": true,
"log_web_fetches": true,
"log_config_loading": true,
"verbose": true
},
"chain_prompting": {
"enabled": true,
"stages": [
"load_config",
"validate_config",
"merge_config",
"analyze_spec",
"research_existing",
"plan_execution",
"execute_generation",
"review_output",
"refine_output",
"validate_output",
"analyze_results"
],
"enable_self_correction": true,
"pass_state_via_xml": true
},
"features": {
"enable_url_strategy": true,
"enable_theme_evolution": true,
"enable_cross_iteration_learning": true,
"enable_automatic_indexing": true
},
"limits": {
"max_iterations": 50,
"max_file_size_kb": 1000,
"max_total_output_mb": 50,
"warn_at_iteration": 25
}
}