rpe-sentiment

Section: section5-rpe Subsystem: telegram-services_v2 Port: 3603 Deploy type: image-copy Health: http://rpe-sentiment:3603/health Compose: telegram-services_v2/phase2-section5-rpe/docker-compose.yml
Description

RPE sentiment analysis service

Role

HTTP service: assesses sentiment tone from the message context. Called by rpe-context-assembler in the analysis fanout.

Dependencies

hard llm-gateway (section6-llm-infrastructure)

Runbooks

None

Behavioral Assertions

Health endpoint returns 200 with status ok
Input: GET http://rpe-sentiment:{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

Diagnostic Tools

None

Recent Issues

No issues on record