Add basic logging

This commit is contained in:
2026-04-22 12:47:17 +05:30
parent 204b12d5f7
commit 9578502bca
17 changed files with 1385 additions and 238 deletions
+4 -1
View File
@@ -58,6 +58,7 @@
"@langchain/openai": "^0.1.0",
"@mcp-use/inspector": "^2.1.0",
"@modelcontextprotocol/sdk": "^1.0.4",
"@opentelemetry/api": "^1.9.1",
"acorn": "^8.16.0",
"cheerio": "^1.2.0",
"commander": "^14.0.3",
@@ -65,7 +66,9 @@
"graphology": "^0.26.0",
"hono": "^4.12.14",
"langchain": "^0.2.0",
"ora": "^9.3.0"
"ora": "^9.3.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.9",