Skip to content

Commit a302e69

Browse files
committed
ci test
1 parent d5f1949 commit a302e69

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

tests/integration/agent_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def writer_agent(agent_test_config, memory_none: NoMemory, workspace: Workspace)
8181
ai_role="an AI designed to use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\" and then use the task_complete command to complete the task.",
8282
ai_goals=[
8383
"Use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\".",
84-
"Use the task_complete command to complete the task!",
84+
"Use the task_complete command to complete the task!!.!!!!!!!!!",
8585
"Do not use any other commands.",
8686
],
8787
)

tests/integration/challenges/current_score.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"max_level": 1,
55
"max_level_beaten": 1
66
}
7+
},
8+
"memory": {
9+
"memory_challenge_c": {
10+
"max_level": 5,
11+
"max_level_beaten": null
12+
}
713
}
8-
}
14+
}

0 commit comments

Comments
 (0)