{ "name": "agentic-examples-langchain", "type": "module", "private": true, "scripts": { "test": "run-s test:*", "test:lint": "eslint .", "test:typecheck": "tsc --noEmit" }, "dependencies": { "@agentic/langchain": "workspace:*", "@agentic/stdlib": "workspace:*", "@langchain/core": "^0.3.13", "@langchain/openai": "^0.3.11", "langchain": "^0.3.3", "zod": "^3.24.2" }, "devDependencies": { "@agentic/tsconfig": "workspace:*" } }