refactor(config): unify agent and orchestrator iteration env vars

This commit is contained in:
GH05TCREW
2025-12-28 04:47:21 -07:00
parent be869d1dda
commit e1b25c9357
6 changed files with 19 additions and 11 deletions

View File

@@ -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