infinite-agents-public/infinite_variants/infinite_variant_5/.claude/config/defaults.json

78 lines
1.7 KiB
JSON

{
"$schema": "./schema.json",
"version": "1.0.0",
"profile": "development",
"orchestration": {
"max_parallel_agents": 3,
"batch_size": 5,
"infinite_mode_wave_size": 5,
"context_budget_per_agent": 50000,
"agent_timeout_ms": 300000,
"enable_progressive_sophistication": true
},
"generation": {
"output_directory": "output",
"naming_pattern": "{theme}_{iteration:03d}_{variant}.html",
"file_format": "html",
"include_metadata": true,
"metadata_format": "html_comment"
},
"quality": {
"min_uniqueness_threshold": 0.85,
"enable_validation": true,
"enable_review_stage": false,
"max_retry_attempts": 2,
"require_spec_compliance_check": true
},
"web_enhancement": {
"enabled": false,
"initial_priming_urls": 3,
"urls_per_iteration": 1,
"progressive_difficulty": true,
"enable_web_search_fallback": true,
"cache_web_content": false,
"web_fetch_timeout_ms": 30000
},
"logging": {
"level": "info",
"log_agent_outputs": true,
"log_web_fetches": true,
"log_config_loading": true,
"verbose": false
},
"chain_prompting": {
"enabled": true,
"stages": [
"load_config",
"validate_config",
"merge_config",
"analyze_spec",
"plan_execution",
"execute_generation",
"validate_output"
],
"enable_self_correction": true,
"pass_state_via_xml": true
},
"features": {
"enable_url_strategy": true,
"enable_theme_evolution": true,
"enable_cross_iteration_learning": false,
"enable_automatic_indexing": false
},
"limits": {
"max_iterations": 100,
"max_file_size_kb": 500,
"max_total_output_mb": 50,
"warn_at_iteration": 50
}
}