Co-authored-by: Zhuohan Li <zhuohan@openai.com> Co-authored-by: Maratyszcza <marat@openai.com> Co-authored-by: Volodymyr Kyrylov <vol@wilab.org.ua>
21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"type": "module",
|
|
"name": "agents-sdk",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "tsx index.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@openai/agents": "^0.0.14",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3",
|
|
"zod": "^3.25.67"
|
|
}
|
|
}
|