forked from HAL9000/cleveragents-core
28 lines
770 B
JSON
28 lines
770 B
JSON
{
|
|
"default_view": {
|
|
"include_resources": [],
|
|
"exclude_resources": [],
|
|
"include_paths": ["src/**/*.py", "tests/**/*.py"],
|
|
"exclude_paths": ["**/__pycache__/**", "*.pyc"],
|
|
"max_file_size": 524288,
|
|
"max_total_size": 10485760
|
|
},
|
|
"strategize_view": {
|
|
"include_resources": [],
|
|
"exclude_resources": [],
|
|
"include_paths": ["src/**/*.py", "docs/**/*.md", "README.md"],
|
|
"exclude_paths": ["**/__pycache__/**"],
|
|
"max_file_size": 262144,
|
|
"max_total_size": 5242880
|
|
},
|
|
"execute_view": {
|
|
"include_resources": [],
|
|
"exclude_resources": [],
|
|
"include_paths": ["src/**/*.py"],
|
|
"exclude_paths": ["**/__pycache__/**", "**/test_*"],
|
|
"max_file_size": 524288,
|
|
"max_total_size": 10485760
|
|
},
|
|
"apply_view": null
|
|
}
|