telegram-agentic-bot / package.json
z.ai
v2.0: Gemini AI for chat + z-ai for search/image, robust error handling
77da933
Raw
History Blame Contribute Delete
332 Bytes
{
"name": "telegram-agentic-bot-hf",
"version": "2.0.0",
"description": "Telegram Agentic Chat Bot — Gemini AI + z-ai tools",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"telegraf": "^4.16.3",
"@google/generative-ai": "^0.21.0",
"z-ai-web-dev-sdk": "^0.0.18"
}
}