79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"$schema": "../schema.json",
|
|
"version": "1.0.0",
|
|
"profile": "development",
|
|
|
|
"orchestration": {
|
|
"max_parallel_agents": 2,
|
|
"batch_size": 3,
|
|
"infinite_mode_wave_size": 3,
|
|
"context_budget_per_agent": 50000,
|
|
"agent_timeout_ms": 180000,
|
|
"enable_progressive_sophistication": false
|
|
},
|
|
|
|
"generation": {
|
|
"output_directory": "output_dev",
|
|
"naming_pattern": "{theme}_dev_{iteration:03d}.html",
|
|
"file_format": "html",
|
|
"include_metadata": true,
|
|
"metadata_format": "html_comment"
|
|
},
|
|
|
|
"quality": {
|
|
"min_uniqueness_threshold": 0.7,
|
|
"enable_validation": true,
|
|
"enable_review_stage": true,
|
|
"max_retry_attempts": 3,
|
|
"require_spec_compliance_check": true
|
|
},
|
|
|
|
"web_enhancement": {
|
|
"enabled": true,
|
|
"initial_priming_urls": 2,
|
|
"urls_per_iteration": 1,
|
|
"progressive_difficulty": false,
|
|
"enable_web_search_fallback": true,
|
|
"cache_web_content": true,
|
|
"web_fetch_timeout_ms": 20000
|
|
},
|
|
|
|
"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",
|
|
"plan_execution",
|
|
"execute_generation",
|
|
"review_output",
|
|
"validate_output"
|
|
],
|
|
"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": 10,
|
|
"max_file_size_kb": 300,
|
|
"max_total_output_mb": 10,
|
|
"warn_at_iteration": 5
|
|
}
|
|
}
|