summaryrefslogtreecommitdiff
path: root/collaborativeagents/requirements.txt
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
committerYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
commitdc801c07cf38b0c495686463e6ca6f871a64440e (patch)
tree599f03114775921dbc472403c701f4a3a8ea188a /collaborativeagents/requirements.txt
parente43b3f8aa36c198b95c1e46bea2eaf3893b13dc3 (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'collaborativeagents/requirements.txt')
-rw-r--r--collaborativeagents/requirements.txt7
1 files changed, 7 insertions, 0 deletions
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