Add agents with custom swarm implementation

This commit is contained in:
akhisud3195 2025-01-13 18:20:38 +05:30
parent 24c4f6e552
commit a19dedd59f
35 changed files with 3413 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"localize_history": true,
"return_diff_messages": true,
"start_turn_with_start_agent": false,
"children_aware_of_parent": false,
"parent_has_child_history": true,
"max_messages_per_turn": 20,
"max_messages_per_error_escalation_turn": 15,
"escalate_errors": true,
"max_overall_turns": 25
}