rpe-classifier
Description
RPE moment classification service
Role
HTTP service: classifies the conversational moment type from the message context. Called by rpe-context-assembler in the analysis fanout.
Dependencies
Runbooks
None
Behavioral Assertions
Health endpoint returns 200 with status ok
Input: GET http://rpe-classifier:{port}/health
Expected: HTTP 200, body contains healthy status
Input: GET http://rpe-classifier:{port}/health
Expected: HTTP 200, body contains healthy status
HTTP /analyze response latency under 25 seconds for normal LLM inference
Input: POST /analyze with assembled RPE context payload
Expected: HTTP 200 within 25 seconds with analysis result JSON
Input: POST /analyze with assembled RPE context payload
Expected: HTTP 200 within 25 seconds with analysis result JSON
Diagnostic Tools
None
Recent Issues
No issues on record