Can I run a WebSocket or real-time service on Forte?
Not with long-lived connections, but you can use HTTP response streaming. Every request to a service must finish within 120 seconds, and Forte scales your compute down when it's idle, so persistent WebSocket or long-poll connections aren't supported.
Server-Sent Events and chunked streaming work well inside the request window — for token-by-token model output or progress updates.