You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Generalised financial services demo agent — bank accounts, personal loans, and business loans via WhatsApp. Works across multiple African and global markets.",
"license": "ISC",
"author": "",
"type": "module",
"main": "src/index.ts",
"scripts": {
"start": "tsx src/index.ts",
"dev": "tsx watch src/index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"