From dc801c07cf38b0c495686463e6ca6f871a64440e Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 27 Jan 2026 09:57:37 -0600 Subject: Add collaborativeagents module and update gitignore - Add collaborativeagents subproject with adapters, agents, and evaluation modules - Update .gitignore to exclude large binary files (.whl, .tar), wandb logs, and results Co-Authored-By: Claude Opus 4.5 --- collaborativeagents/requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 collaborativeagents/requirements.txt (limited to 'collaborativeagents/requirements.txt') diff --git a/collaborativeagents/requirements.txt b/collaborativeagents/requirements.txt new file mode 100644 index 0000000..b8ea33e --- /dev/null +++ b/collaborativeagents/requirements.txt @@ -0,0 +1,7 @@ +litellm +json-repair +datasets +tqdm +matplotlib +human_eval +bigcodebench \ No newline at end of file -- cgit v1.2.3