sse-streaming
Installation
SKILL.md
sse-streaming
Handle SSE streaming implementation, debugging, and reconnection for pplx-sdk.
When to use
Use this skill when implementing, debugging, or extending SSE streaming functionality for the Perplexity API.
Instructions
SSE Protocol Format
The Perplexity API uses standard SSE format:
event: query_progress
data: {"status": "searching", "progress": 0.5}