Skip to content

Commit a8db5ee

Browse files
committed
chore: move classic examples to top level examples/ dir
1 parent 4f48bcd commit a8db5ee

File tree

728 files changed

+291
-1318
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

728 files changed

+291
-1318
lines changed

β€Žexamples/package.jsonβ€Ž

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@langchain/azure-cosmosdb": "workspace:*",
4040
"@langchain/azure-dynamic-sessions": "workspace:^",
4141
"@langchain/baidu-qianfan": "workspace:*",
42+
"@langchain/classic": "workspace:*",
4243
"@langchain/cloudflare": "workspace:*",
4344
"@langchain/cohere": "workspace:*",
4445
"@langchain/community": "workspace:*",
@@ -111,7 +112,31 @@
111112
"uuid": "^10.0.0",
112113
"voy-search": "0.6.2",
113114
"weaviate-client": "^3.5.2",
114-
"zod-to-json-schema": "^3.22.3"
115+
"zod-to-json-schema": "^3.22.3",
116+
"@eslint/js": "^9.36.0",
117+
"@getzep/zep-cloud": "^1.0.12",
118+
"@getzep/zep-js": "^0.9.0",
119+
"@langchain/eslint": "workspace:*",
120+
"@tsconfig/recommended": "^1.0.2",
121+
"@types/js-yaml": "^4",
122+
"@types/jsdom": "^21.1.1",
123+
"@types/uuid": "^9",
124+
"@types/ws": "^8",
125+
"@vitest/coverage-v8": "^3.2.4",
126+
"cheerio": "1.0.0-rc.12",
127+
"dpdm": "^3.14.0",
128+
"eslint": "^9.36.0",
129+
"langsmith": "^0.3.64",
130+
"openai": "^5.1.0",
131+
"peggy": "^3.0.2",
132+
"prettier": "^2.8.3",
133+
"reflect-metadata": "^0.2.2",
134+
"release-it": "^19.0.4",
135+
"release-it-pnpm": "^4.6.6",
136+
"rimraf": "^5.0.1",
137+
"rollup": "^3.19.1",
138+
"typescript": "~5.8.3",
139+
"vitest": "^3.2.4"
115140
},
116141
"peerDependencies": {
117142
"@getzep/zep-cloud": "^1.0.6",

0 commit comments

Comments
Β (0)