AOSSIE-Org / AOSSIE-Org/DebateAI
[FEATURE]: Real-Time Streaming for AI Bot Debate Responses via SSE
- Linguagem predominante
- TypeScript
- Estrelas
- 84
- Forks
- 198
- Merge médio
- 2d 19h
- PRs com merge (30d)
- 30
Descrição
### Feature and its Use Cases
#### Improvement
- **Current Behavior**: When the user finishes their turn, the application blocks and waits 3–6 seconds for the entire Gemini LLM payload to complete before rendering the full paragraph all at once.
- **Goal**: Render the bot's response word-by-word with zero initial latency as tokens arrive from the AI model, providing clear visual feedback (typing indicators and blinking cursor).
### Additional Context
Hi @raghavpuri31 i want to work on this feature .
### Code of Conduct
- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
The issue names no files, tests, or entry points, so start by tracing the current turn-completion path and how the Gemini payload reaches the UI. Done means responses arrive incrementally through SSE with no initial wait, while the interface shows typing feedback and a blinking cursor.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- ai, api
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Ativa
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 48/100