feat: add agent query API (#130)

This commit is contained in:
2026-06-14 16:05:04 +01:00
committed by GitHub
parent 083f6d2695
commit 825f67db13
16 changed files with 2590 additions and 144 deletions

View File

@@ -15,6 +15,7 @@
"create-admin": "bun run src/scripts/create-admin.ts"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.79.1",
"@freya/core": "workspace:*",
"@freya/source-caldav": "workspace:*",
"@freya/source-google-calendar": "workspace:*",
@@ -29,7 +30,8 @@
"better-auth": "^1",
"drizzle-orm": "^0.45.1",
"hono": "^4",
"lodash.merge": "^4.6.2"
"lodash.merge": "^4.6.2",
"typebox": "^1.1.38"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.9",