Assignment
Give your capstone memory and deploy it
Add persistent memory so your agent remembers across sessions, deploy it so it stays up on a public URL, and extend your Streamlit (or existing) UI so you can demo recall across two turns or sessions.
Ready when
Path A first
Enough to pass: durable store, cross-session recall, public HTTPS URL, UI proof, and a short README answering the five memory questions. Path B (graph hybrid, consolidation, provenance, crash drill, LLM wiki) is stretch.
Done when
- It recalls something from a previous session (new thread or process restart)
- It runs from a real public HTTPS URL, not your laptop
- Streamlit UI (or equivalent) demos memory / multi-turn recall (screenshot for Maven)
- README answers: keep, write, live, retrieve, forget
Submit in Maven: What you store, how cross-session recall works, and a before/after or two-session screenshot from the UI.
Go deeper (optional)