rpe-intent
Description
RPE intent detection service
Role
HTTP service: identifies user intent 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-intent:{port}/health
Expected: HTTP 200, body contains healthy status
Input: GET http://rpe-intent:{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