Add run scripts

This commit is contained in:
William Jeynes
2026-02-12 23:52:15 +00:00
parent 7fe63d6a98
commit fa6e7017b0
+3 -2
View File
@@ -5,9 +5,10 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"author": "Will Jeynes", "author": "Will Jeynes",
"type": "module", "type": "module",
"main": "index.ts", "main": "agent.ts",
"scripts": { "scripts": {
"dev": "tsx run.ts" "agent": "npx @langchain/langgraph-cli dev",
"ragas_service": "cd ../supporting/RAGAS_Service && .venv/bin/uvicorn ragas_service:app --port 8001"
}, },
"dependencies": { "dependencies": {
"@huggingface/transformers": "^3.8.1", "@huggingface/transformers": "^3.8.1",