Skip to content

Add Cloud Agent install/start scripts for full-stack Alice - #408

Draft
samrusani wants to merge 1 commit into
mainfrom
cursor/cloud-agent-env-setup-421d
Draft

Add Cloud Agent install/start scripts for full-stack Alice#408
samrusani wants to merge 1 commit into
mainfrom
cursor/cloud-agent-env-setup-421d

Conversation

@samrusani

Copy link
Copy Markdown
Owner

Summary

Adds idempotent Cloud Agent helper scripts for the full Postgres stack:

  • scripts/cloud_agent_install.sh — ensures Python venv tooling and nested Docker, then runs make setup
  • scripts/cloud_agent_start.sh — starts dockerd, compose services, migrations, local user seed, then API + web

These support Cursor Cloud Agent environment setup for AliceMemory.

Validation

  • make setup (twice; idempotent)
  • make migrate + scripts/seed_local_user.py + make doctor (pass)
  • API :8000/healthz and web :3000/vnext live
  • Smokes: agentic-memory-commit, local-cors, operator-console passed
  • alicebot vnext demo load --reset loaded demo data
  • Manual UI walkthrough of /vnext with LIVE API and demo Inbox/Memories

Upgrade Overview

Not applicable — scripts only; no protected paths.

alice_vnext_console_demo_walkthrough.mp4

vNext home with demo stats
Inbox sources
Memory review candidates

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Idempotent install bootstraps Python venv deps, pnpm web deps, and nested Docker.
Start brings up compose services, migrates, seeds the local user, then runs API+web.

Co-authored-by: Sam <samrusani@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants