mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
## Summary - Add `apps/sdk-playground` — chat UI to test TS/Python SDK integrations - Context panel with document memories, API keys in dashboard, tools reference tab - Python FastAPI server on port 8792; portless entry in `portless.json` Stacked on #1436 ## Test plan - [ ] `cd apps/sdk-playground && bun run check-types` - [ ] `bun run dev` with Supermemory + OpenAI keys in UI - [ ] Switch SDKs and verify chat + context panel Made with [Cursor](https://cursor.com)
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"apps": {
|
|
"apps/web": { "name": "app.dev.supermemory", "script": "dev:app" },
|
|
"apps/mcp": { "name": "mcp.dev.supermemory", "script": "dev:app" },
|
|
"apps/docs": {
|
|
"name": "docs.dev.supermemory",
|
|
"script": "dev:app",
|
|
"appPort": 3003
|
|
},
|
|
"apps/memory-graph-playground": {
|
|
"name": "graph.dev.supermemory",
|
|
"script": "dev:app"
|
|
},
|
|
"apps/sdk-playground": {
|
|
"name": "sdk.dev.supermemory",
|
|
"script": "dev:app",
|
|
"appPort": 3005
|
|
}
|
|
}
|
|
}
|