Move tracing toggle and max child turns to .env file

This commit is contained in:
akhisud3195 2025-05-06 22:47:35 +05:30
parent e59a8b75cf
commit 69316aee60
5 changed files with 29 additions and 32 deletions

View file

@ -7,7 +7,5 @@
"max_messages_per_turn": 20,
"max_messages_per_error_escalation_turn": 15,
"escalate_errors": true,
"max_overall_turns": 25,
"max_calls_per_child_agent": 1,
"enable_tracing": false
"max_overall_turns": 25
}