Skip to content

Commit e1295a4

Browse files
committed
fix: register page
1 parent 6ce8427 commit e1295a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+3107
-2296
lines changed

.cursor/rules/01-MUST-DO.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ globs:
44
alwaysApply: true
55
---
66

7-
Always ensure type-safety, don't use type: any unless needed, when creating APIs, responses, or components, create proper interfaces and make them in the shared types folders where it fits best, not in the same file
7+
when using 'text-right', always add 'text-balance' so its not ugly
88

99
When working on anything, try to split off components, utils, anything reusable to ensure better loading speed and less complexity
1010

apps/api/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@
1616
"typescript": "^5.9.3"
1717
},
1818
"dependencies": {
19+
"@ai-sdk-tools/agents": "^1.2.0",
20+
"@ai-sdk-tools/artifacts": "^1.2.0",
21+
"@ai-sdk-tools/memory": "^1.2.0",
22+
"@ai-sdk/openai": "^2.0.77",
1923
"@databuddy/auth": "workspace:*",
2024
"@databuddy/db": "workspace:*",
2125
"@databuddy/redis": "workspace:*",
2226
"@databuddy/rpc": "workspace:*",
2327
"@databuddy/shared": "workspace:*",
2428
"@elysiajs/cors": "^1.4.0",
29+
"@openrouter/ai-sdk-provider": "^1.4.0",
2530
"@opentelemetry/api": "^1.9.0",
2631
"@opentelemetry/exporter-trace-otlp-proto": "^0.208.0",
2732
"@opentelemetry/instrumentation-http": "^0.55.0",
@@ -39,6 +44,7 @@
3944
"elysia": "^1.4.16",
4045
"jszip": "^3.10.1",
4146
"keypal": "^0.1.0",
47+
"redis": "^5.10.0",
4248
"zod": "catalog:"
4349
}
4450
}

apps/api/src/agent/core/ai-service.ts

Lines changed: 0 additions & 68 deletions
This file was deleted.

apps/api/src/agent/core/assistant-orchestrator.ts

Lines changed: 0 additions & 154 deletions
This file was deleted.

apps/api/src/agent/core/assistant-session.ts

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)