Skip to content

mem9-ai/memory-audit-demo

Repository files navigation

Memory Audit Demo

Memory Audit Demo for auditing Mem9 memory through an org tree.

Deploy to Netlify

Stack

  • pnpm
  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • @base-ui/react
  • Netlify Functions
  • Netlify Blobs

Commands

  • pnpm install
  • pnpm dev
  • pnpm build
  • pnpm typecheck
  • pnpm netlify:dev

Local setup

  • cp .env.example .env
  • set MEM9_BASE_URL to your mem9 API server
  • set DEMO_SESSION_SECRET to a long random string
  • run pnpm install
  • run pnpm netlify:dev

Environment

  • MEM9_BASE_URL
  • DEMO_SESSION_SECRET

Deploy

  • one-click deploy from README uses https://api.mem9.ai as the default MEM9_BASE_URL
  • set MEM9_BASE_URL in the Netlify site environment
    • hosted mem9 should use https://api.mem9.ai
    • https://mem9.ai is the dashboard host and will return 404 for these server-side API calls
  • set DEMO_SESSION_SECRET in the Netlify site environment when you want a site-specific session secret
  • deploy with the existing netlify.toml config

Notes

  • The demo is read-only.
  • Permission checks stay server-side.
  • Automated tests are intentionally omitted for this demo.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors