sistema creado v0.5.0
Some checks failed
build-and-push / deploy (push) Has been skipped
build-and-push / build (push) Failing after 6s

This commit is contained in:
2025-05-14 16:10:41 -06:00
parent b5e40cf4ac
commit 745168cf51
193 changed files with 7267 additions and 8789 deletions

20
agent/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "nucleo-bot",
"version": "0.4.0",
"type": "module",
"scripts": {
"start:mcp": "npx @philschmid/weather-mcp"
},
"dependencies": {
"axios": "^1.8.4",
"dayjs": "^1.11.11",
"express": "^4.19.2",
"morgan": "^1.10.0",
"@google/generative-ai": "^0.4.0",
"@google/genai": "^0.9.0",
"@open-wa/wa-automate": "^4.34.3",
"mime-types": "^2.1.35",
"@modelcontextprotocol/sdk": "^1.0.0",
"@philschmid/weather-mcp": "^1.0.0"
}
}