telecom-mas-agent
Version:
A conversational AI-driven telecom multi-agent system for managing call balances, push notifications, marketing, targeting, and sales.
43 lines (42 loc) • 986 B
JSON
{
"name": "telecom-mas-agent",
"version": "1.0.12",
"description": "A conversational AI-driven telecom multi-agent system for managing call balances, push notifications, marketing, targeting, and sales.",
"main": "index.js",
"scripts": {
"test": "node __tests__/index.test.js",
"start": "node index.js"
},
"keywords": [
"telecom",
"agent",
"multi-agent",
"conversational-ai",
"sms",
"balance",
"notifications",
"marketing",
"targeting",
"sales",
"telecommunications",
"messaging"
],
"author": "Darshan Mehta",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/darshanbmehta/telecom-mas-agent.git"
},
"homepage": "https://github.com/darshanbmehta/telecom-mas-agent#readme",
"bugs": {
"url": "https://github.com/darshanbmehta/telecom-mas-agent/issues"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}