@lamemind/react-agent-ts
Version:
Streaming ReAct agent in typescript with multiple LLM providers
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@lamemind/react-agent-ts",
"version": "2.0.4",
"homepage": "https://github.com/lamemind/react-agent-ts#readme",
"description": "Streaming ReAct agent in typescript with multiple LLM providers",
"author": "lamemind",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"keywords": [
"react",
"ai",
"agent",
"llm",
"anthropic",
"chatgpt",
"gemini",
"tool",
"fuction",
"calling"
],
"repository": {
"type": "git",
"url": "https://github.com/lamemind/react-agent-ts"
},
"bugs": {
"url": "https://github.com/lamemind/react-agent-ts/issues"
},
"dependencies": {
"@langchain/core": "^0.3.57",
"zod": "^3.25.32"
},
"devDependencies": {
"@types/node": "^24.0.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}