Sign in with letta cloud (#44)

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2025-10-31 14:47:21 -07:00
committed by GitHub
parent af5a2fa68a
commit e384672a5a
11 changed files with 555 additions and 23 deletions

View File

@@ -23,7 +23,8 @@
},
"dependencies": {
"@letta-ai/letta-client": "1.0.0-alpha.10",
"ink-link": "^5.0.0"
"ink-link": "^5.0.0",
"open": "^10.2.0"
},
"optionalDependencies": {
"@vscode/ripgrep": "^1.17.0"
@@ -31,15 +32,15 @@
"devDependencies": {
"@types/bun": "latest",
"@types/diff": "^8.0.0",
"typescript": "^5.0.0",
"husky": "9.1.7",
"lint-staged": "16.2.4",
"diff": "^8.0.2",
"husky": "9.1.7",
"ink": "^5.0.0",
"ink-spinner": "^5.0.0",
"ink-text-input": "^5.0.0",
"lint-staged": "16.2.4",
"minimatch": "^10.0.3",
"react": "18.2.0"
"react": "18.2.0",
"typescript": "^5.0.0"
},
"scripts": {
"lint": "bunx --bun @biomejs/biome@2.2.5 check src",