mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
Merge changes v1
This commit is contained in:
parent
b2fd9bf877
commit
24efe0e887
45 changed files with 2940 additions and 294 deletions
11
apps/rowboat_agents/configs/default_config.json
Normal file
11
apps/rowboat_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