How-to Guides
Interview eval template
ReclIA-style: AI notes visible only to evaluators (PH-120).
Interview eval template
Candidate and evaluators share one live room. AI analysis stays on role:evaluator messages.
Setup
- Create room
interview-{candidateId}. - Add candidate as
memberorguest. - Add evaluators and AI agent with
room_members.role = evaluator.
Agent posts evaluator-only notes
await client.createMessage(roomId, analysis, {
visibility: "role:evaluator",
});Candidate view
Candidate JWT timeline shows public questions only. Evaluator dashboard shows public plus role-scoped notes.
Docs
Role-scoped visibility · Room as MCP server for external Claude evaluator.