Skip to content

Commit

Permalink
feat: add hub js sdk to langsmith js sdk (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
madams0013 authored Jul 26, 2024
2 parents 3a38200 + 2a81d65 commit 6ba2489
Show file tree
Hide file tree
Showing 6 changed files with 985 additions and 6 deletions.
6 changes: 4 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"commander": "^10.0.1",
"p-queue": "^6.6.2",
"p-retry": "4",
"semver": "^7.6.3",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand All @@ -106,6 +107,7 @@
"langchain": "^0.2.10",
"@langchain/core": "^0.2.17",
"@langchain/langgraph": "^0.0.29",
"@langchain/openai": "^0.2.5",
"@tsconfig/recommended": "^1.0.2",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
Expand All @@ -126,9 +128,9 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"openai": "*",
"@langchain/core": "*",
"langchain": "*",
"@langchain/core": "*"
"openai": "*"
},
"peerDependenciesMeta": {
"openai": {
Expand Down
Loading

0 comments on commit 6ba2489

Please sign in to comment.