Skip to main content
Use this cookbook when your product teaches, tutors, coaches students, or personalizes learning paths. The EdTech schema keeps the same SDK calls as the general engine, but adds structured student memory such as grade level, curriculum, weak topics, learning style, exam context, and forgetting-stage review signals.

Enable the domain

Use the tenant domain endpoint during onboarding or from an admin settings page.
You can check the active domain:

Add a tutoring session

MemoryOS writes generic memories and updates the EdTech overlay internally.

Retrieve lesson context

Call get() immediately before your model call.
For an EdTech tenant, system_prompt_addition can include student-specific tutoring context before the normal memory bullets.

Build a student dashboard

Use get_edtech_profile() only when your UI needs structured profile fields. Normal tutoring calls should use get().
TypeScript:

Suggested product moments

Call add() after:
  • the student introduces goals, grade, curriculum, exam, or deadline
  • the tutor observes a strong topic, weak topic, misconception, or concept gap
  • the student changes explanation style or language preference
  • a lesson ends with meaningful progress or review needs
Call get() before:
  • generating the next tutoring response
  • building a practice plan
  • choosing review questions
  • preparing an exam-readiness summary

Conflict behavior

The EdTech router sends personal student facts back to the student for clarification and routes workspace-level facts to tenant review.

Data boundaries

Keep your own source-of-truth academic records in your product database. MemoryOS stores memory extracted from interactions and makes it useful for AI context. Use your product database for:
  • enrollment
  • payment status
  • official grades
  • institution rosters
  • parent or guardian records
Use MemoryOS for:
  • learning preferences
  • weak and strong topics
  • tutoring context
  • exam goals mentioned in conversation
  • review urgency and personalized context