Files
autarch/autarch_settings.conf

195 lines
3.2 KiB
Plaintext
Raw Normal View History

2026-03-13 15:17:15 -07:00
[llama]
model_path = C:\she\autarch\models\darkHal.gguf
n_ctx = 2048
n_threads = 4
n_gpu_layers = -1
temperature = 0.7
top_p = 0.9
top_k = 40
repeat_penalty = 1.1
max_tokens = 1024
seed = -1
n_batch = 512
rope_scaling_type = 0
mirostat_mode = 0
mirostat_tau = 5.0
mirostat_eta = 0.1
flash_attn = false
2026-03-13 23:48:47 -07:00
gpu_backend = cuda
2026-03-13 15:17:15 -07:00
[autarch]
first_run = false
modules_path = modules
verbose = false
llm_backend = claude
2026-03-13 15:17:15 -07:00
quiet = false
no_banner = false
[msf]
host = 127.0.0.1
port = 55553
username = msf
password = msdf
ssl = true
[osint]
max_threads = 8
timeout = 8
include_nsfw = true
[transformers]
model_path = C:\she\autarch\models\Lily-Cybersecurity-7B-v0.2
device = xpu
torch_dtype = auto
load_in_8bit = false
load_in_4bit = true
trust_remote_code = false
max_tokens = 1024
temperature = 0.7
top_p = 0.9
top_k = 40
repetition_penalty = 1.1
use_fast_tokenizer = true
padding_side = left
do_sample = true
num_beams = 1
llm_int8_enable_fp32_cpu_offload = false
device_map = auto
[claude]
api_key =
model = claude-opus-4-6
2026-03-13 15:17:15 -07:00
max_tokens = 4096
temperature = 0.7
[pentest]
max_pipeline_steps = 50
output_chunk_size = 2000
auto_execute = false
save_raw_output = true
[rsf]
install_path =
enabled = true
default_target =
default_port = 80
execution_timeout = 120
[upnp]
enabled = true
internal_ip = 10.0.0.26
refresh_hours = 12
mappings = 443:TCP,51820:UDP,8080:TCP
[wireguard]
enabled = true
config_path = /etc/wireguard/wg0.conf
interface = wg0
subnet = 10.1.0.0/24
server_address = 10.1.0.1
listen_port = 51820
default_dns = 1.1.1.1, 8.8.8.8
default_allowed_ips = 0.0.0.0/0, ::/0
[huggingface]
api_key =
model = mistralai/Mistral-7B-Instruct-v0.3
endpoint =
max_tokens = 1024
temperature = 0.7
top_p = 0.9
[discovery]
enabled = true
mdns_enabled = true
bluetooth_enabled = true
bt_require_security = true
[web]
host = 0.0.0.0
port = 8181
secret_key = 23088243f11ce0b135c64413073c8c9fc0ecf83711d5f892b68f95b348a54007
mcp_port = 8081
[revshell]
enabled = true
host = 0.0.0.0
port = 17322
auto_start = false
[slm]
enabled = true
backend = local
2026-03-13 23:48:47 -07:00
model_path =
2026-03-13 15:17:15 -07:00
n_ctx = 512
n_gpu_layers = -1
n_threads = 2
[sam]
enabled = true
backend = local
2026-03-13 23:48:47 -07:00
model_path =
2026-03-13 15:17:15 -07:00
n_ctx = 2048
n_gpu_layers = -1
n_threads = 4
[lam]
enabled = true
backend = local
2026-03-13 23:48:47 -07:00
model_path =
2026-03-13 15:17:15 -07:00
n_ctx = 4096
n_gpu_layers = -1
n_threads = 4
[autonomy]
enabled = false
monitor_interval = 3
rule_eval_interval = 5
max_concurrent_agents = 3
threat_threshold_auto_respond = 40
log_max_entries = 1000
[agents]
backend = local
local_max_steps = 20
local_verbose = true
claude_enabled = false
claude_model = claude-sonnet-4-6
claude_max_tokens = 16384
claude_max_steps = 30
openai_enabled = false
openai_model = gpt-4o
openai_base_url = https://api.openai.com/v1
openai_max_tokens = 16384
openai_max_steps = 30
[mcp]
enabled = false
auto_start = false
transport = sse
host = 0.0.0.0
port = 8081
log_level = INFO
instructions = AUTARCH security framework tools
auth_enabled = false
auth_token =
rate_limit =
mask_errors = false
request_timeout = 120
max_message_size = 10485760
cors_origins = *
ssl_enabled = false
ssl_cert =
ssl_key =
disabled_tools =
nmap_timeout = 120
tcpdump_timeout = 30
whois_timeout = 15
dns_timeout = 10
geoip_timeout = 10
geoip_endpoint = http://ip-api.com/json/
[hal_memory]
max_bytes = 4294967296