feat: use json schema to get all announcements

This commit is contained in:
2025-12-23 14:22:44 -08:00
parent 5b99450b7c
commit 7dcb20f4e4
11 changed files with 415 additions and 134 deletions
+3 -3
View File
@@ -16,14 +16,14 @@
"license": "ISC",
"packageManager": "pnpm@10.12.3",
"dependencies": {
"@anthropic-ai/sdk": "0.56.0",
"@atproto/api": "0.15.26",
"@anthropic-ai/sdk": "0.71.2",
"@atproto/api": "0.18.8",
"@fastify/cors": "11.0.1",
"@nhcarrigan/logger": "1.0.0",
"@prisma/client": "6.11.1",
"fastify": "5.4.0",
"gray-matter": "4.0.3",
"twitter-api-v2": "1.24.0"
"twitter-api-v2": "1.28.0"
},
"devDependencies": {
"@types/node": "24.0.10",