Skip to content

Commit 18abe1e

Browse files
pokeyhntrlchristian-bromann
authored
feat(examples): Add sql_agent example (#1750)
Co-authored-by: Hunter Lovell <[email protected]> Co-authored-by: Christian Bromann <[email protected]>
1 parent 5f9ff42 commit 18abe1e

File tree

4 files changed

+715
-14
lines changed

4 files changed

+715
-14
lines changed

examples/sql-agent/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "@examples/sql-agent",
3+
"type": "module",
4+
"private": true,
5+
"scripts": {
6+
"start": "tsx -r dotenv/config sql_agent.ts"
7+
},
8+
"devDependencies": {
9+
"@langchain/classic": "^1.0.0",
10+
"@langchain/core": "^1.0.1",
11+
"@langchain/langgraph": "workspace:*",
12+
"@langchain/openai": "^1.0.0",
13+
"better-sqlite3": "^11.0.0",
14+
"dotenv": "^16.4.5",
15+
"langchain": "^1.0.0-alpha",
16+
"reflect-metadata": "^0.2.2",
17+
"tsx": "^4.19.3",
18+
"typeorm": "^0.3.0",
19+
"zod": "^3.23.8"
20+
}
21+
}

0 commit comments

Comments
 (0)