Is it possible to use agents such as
# general-english
t
Is it possible to use agents such as Agno-Agents or OpenAI agents to stream output instead of direct LLM providers?
k
Yes, by setting up a custom LLM endpoint that streams responses via SSE or WebSockets, allowing for dynamic, real-time interactions while retaining flexibility and control over the conversation flow..
2 Views