mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-08-25 11:51:43 -04:00
55f3bd8d74
Will be useful for trace display features Python: https://github.com/langchain-ai/deepagents/pull/2788 --------- Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "@deepagents/eval-summarization",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:eval": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@deepagents/evals": "workspace:*",
|
|
"@langchain/langgraph": "^1.2.9",
|
|
"deepagents": "workspace:*",
|
|
"langsmith": "^0.5.4",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|