mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
Add agents with custom swarm implementation
This commit is contained in:
parent
24c4f6e552
commit
a19dedd59f
35 changed files with 3413 additions and 0 deletions
11
apps/agents/configs/default_config.json
Normal file
11
apps/agents/configs/default_config.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue