mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-08-26 18:26:32 -04:00
d31f6cbff5
* test(sandbox): add standard tests for all provider * cr * fix: allow to clean all daytona sandboxes * apply CI labels * withRetry * bump retry * format * cr * cr * tweak CI
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"name": "@langchain/standard-tests",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "Standard integration tests for deepagents sandbox providers",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"vitest": "^4.0.18"
|
|
}
|
|
} |