Session Analysis
API: LLM Judge
Session Analysis
Performs post-session analysis on a completed conversation.
- Marks the conversation as completed in the database.
- Evaluates student performance (best moments, courage highlights, try-next-time recommendations).
- Extracts new student persona facts mentioned during the chat.
- Idempotently merges these facts with the child’s permanent database
persona_memoryprofile. - Runs the LLM Judge to grade the conversation target skills.
- Deterministically merges grades into the user’s
skills_progressand updates next targets.
POST
Session Analysis
Authorizations
Authorization
string
header
default:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1N2U0NDg0NC04YWRiLTQyNTgtYWI4Mi05MWNmNDUxZTQ4OGEiLCJleHAiOjIwOTY4Njg2Njh9._oyjz0enX_sLYvidUm4EUMq5oTNUpxZmowoxIf5J7dc
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json