mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-30 17:40:47 +00:00
Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.
This commit is contained in:
parent
eea059ce5a
commit
3140458246
42 changed files with 13026 additions and 390 deletions
13
package.json
13
package.json
|
|
@ -2,13 +2,24 @@
|
|||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.53.0",
|
||||
"@google/generative-ai": "^0.24.1",
|
||||
"@xmldom/xmldom": "^0.9.8",
|
||||
"cheerio": "^1.1.0",
|
||||
"csv-parse": "^5.6.0",
|
||||
"csv-writer": "^1.6.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"date-fns-tz": "^3.2.0",
|
||||
"dotenv": "^16.5.0",
|
||||
"openai": "^5.1.1",
|
||||
"tough-cookie": "^5.1.2",
|
||||
"ws": "^8.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ws": "^8.18.1"
|
||||
"@types/cheerio": "^1.0.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/tough-cookie": "^4.0.5",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@types/xmldom": "^0.1.34",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.3.4"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue