Spaces:
Sleeping
Sleeping
File size: 610 Bytes
964103b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"name": "smart-escalation-api",
"version": "1.0.0",
"description": "AI-powered L1 customer support system with intelligent escalation",
"private": true,
"scripts": {
"build": "cd frontend && npm install && npm run build",
"dev:frontend": "cd frontend && npm run dev",
"dev:backend": "uvicorn src.main:app --reload",
"test": "pytest -v",
"test:property": "pytest tests/property -v",
"lint": "cd frontend && npm run lint"
},
"keywords": [
"customer-support",
"rag",
"llm",
"escalation",
"fastapi",
"react"
],
"author": "",
"license": "MIT"
}
|