Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi committed Jun 1, 2023
1 parent d5f1949 commit a302e69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/agent_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def writer_agent(agent_test_config, memory_none: NoMemory, workspace: Workspace)
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.",
ai_goals=[
"Use the write_to_file command to write 'Hello World' into a file named \"hello_world.txt\".",
"Use the task_complete command to complete the task!",
"Use the task_complete command to complete the task!!.!!!!!!!!!",
"Do not use any other commands.",
],
)
Expand Down
8 changes: 7 additions & 1 deletion tests/integration/challenges/current_score.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"max_level": 1,
"max_level_beaten": 1
}
},
"memory": {
"memory_challenge_c": {
"max_level": 5,
"max_level_beaten": null
}
}
}
}

0 comments on commit a302e69

Please sign in to comment.