feat: Implement primitive WorldClock

This commit is contained in:
2026-07-06 08:02:06 +05:30
parent d4a2de8f57
commit 496b17faf0
4 changed files with 30 additions and 1 deletions

View File

@@ -37,5 +37,10 @@
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.1",
"zod": "^4.4.3"
},
"dependencies": {
"@langchain/google-genai": "^2.2.0",
"@types/node": "^20.19.43",
"dotenv": "^17.4.2"
}
}