AUTARCH v1.9 — remote monitoring, SSH manager, daemon, vault, cleanup
- Add Remote Monitoring Station with PIAP device profile system - Add SSH/SSHD manager with fail2ban integration - Add privileged daemon architecture for safe root operations - Add encrypted vault, HAL memory, HAL auto-analyst - Add network security suite, module creator, codex training - Add start.sh launcher script and GTK3 desktop launcher - Remove Output/ build artifacts, installer files, loose docs - Update .gitignore for runtime data and build artifacts - Update README for v1.9 with new launch method, screenshots, and features Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ gpu_backend = cuda
|
||||
first_run = false
|
||||
modules_path = modules
|
||||
verbose = false
|
||||
llm_backend = local
|
||||
llm_backend = claude
|
||||
quiet = false
|
||||
no_banner = false
|
||||
|
||||
@@ -58,7 +58,7 @@ device_map = auto
|
||||
|
||||
[claude]
|
||||
api_key =
|
||||
model = claude-sonnet-4-20250514
|
||||
model = claude-opus-4-6
|
||||
max_tokens = 4096
|
||||
temperature = 0.7
|
||||
|
||||
@@ -149,3 +149,46 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user