[t-013] Create chat_stream.py route — SSE streaming endpoint proxyin #13
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement the SSE streaming endpoint that proxies Hermes chat stream and transforms events into Keryx feed component format.
References
Reference
Implementation Steps
Implementation Steps
1. Create
src/routes/chat_stream.pyCreate the SSE streaming route:
2. Create
src/services/staging.pyplaceholder (full implementation in t-015)Verification Gate
Verification Gate
Run:
And verify the route is registered in the app:
STOP Conditions
STOP Conditions
Depends on: t-012