Created
March 29, 2025 06:59
-
-
Save MeiyappanKannappa/50e2591aa883739bb4b14b830558484b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "llm-agent-pw", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "type": "module", | |
| "license": "MIT", | |
| "dependencies": { | |
| "@langchain/community": "^0.3.28", | |
| "@langchain/core": "^0.3.37", | |
| "@langchain/langgraph": "^0.2.54", | |
| "@langchain/mcp-adapters": "^0.3.4", | |
| "@langchain/ollama": "^0.1.2", | |
| "@modelcontextprotocol/sdk": "^1.8.0", | |
| "@playwright/mcp": "^0.0.4", | |
| "cheerio": "^1.0.0", | |
| "chromadb": "^1.10.4", | |
| "chromadb-default-embed": "^2.13.2", | |
| "crypto-js": "^4.2.0", | |
| "date-fns": "^4.1.0", | |
| "dotenv": "^16.4.7", | |
| "eventsource": "^3.0.5", | |
| "extended-eventsource": "^2.1.0", | |
| "hex": "^0.1.0", | |
| "https-proxy-agent": "^7.0.6", | |
| "ignore": "^7.0.3", | |
| "node-fetch": "^3.3.2", | |
| "octokit": "^4.0.2", | |
| "puppeteer": "^24.4.0", | |
| "request": "^2.88.2", | |
| "request-promise": "^4.2.6", | |
| "zod": "^3.24.2" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment