Skip to content

scenaristeur/memGPT-vue

Repository files navigation

memGPT-vue

modifier CORS du server memgpt dans settings.py

ligne 20 cors_origins: Optional[list] = ["http://memgpt.localhost", "http://localhost:8283", "http://localhost:8083", "http://localhost:5173", "http://127.0.0.1:5173"]

This template should help get you started developing with Vue 3 in Vite.

todo

  • Add all cli commands,
  • web terminal comme scenaristeur/agent to run commands
  • generer les types dans memGPT npx openapicmd typegen ./openapi_memgpt.json > openapi_memgpt.d.ts ( https://www.npmjs.com/package/openapi-client-axios)
  • Cors error when deleting human & persona
  • console.log("voir count vec le cursor ?",params); pour récupérer les messages

OpenAPIClientAxios

OpenAPIClientAxios operation methods take 3 arguments: client.operationId(parameters?, data?, config?)

docs

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published