mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 22:33:38 +00:00
refactor(config): unify agent and orchestrator iteration env vars
This commit is contained in:
@@ -20,4 +20,10 @@ PENTESTAGENT_MODEL=gpt-5
|
||||
# PENTESTAGENT_EMBEDDINGS=local
|
||||
|
||||
# Settings
|
||||
PENTESTAGENT_DEBUG=false
|
||||
PENTESTAGENT_DEBUG=false
|
||||
|
||||
# Agent max iterations (regular agent + crew workers, default: 30)
|
||||
# PENTESTAGENT_AGENT_MAX_ITERATIONS=30
|
||||
|
||||
# Orchestrator max iterations (crew mode coordinator, default: 50)
|
||||
# PENTESTAGENT_ORCHESTRATOR_MAX_ITERATIONS=50
|
||||
Reference in New Issue
Block a user