Agentsop Streaming Output

Enhancement-overlay decision protocol for STREAMING the output of long-running LLM / agent runs from the *backend*, not just wiring a typing animation in the UI. Activates when a coder agent must stream final tokens to a chat client, surface intermediate agent steps (which tool, which node, partial reasoning), emit custom tool-progress events, choose a transport (SSE vs WebSocket), or decide what to do when the client disconnects mid-stream. The langchain / langgraph skills mention stream modes but stop at "you can stream"; this skill encodes *what to stream, over what transport, and how to fail safely*.

agentsope 0971a62 4 files · 41.8 KB Updated

File contents

agentsope/SkillAlchemy/tree/main/skills/agentsop-streaming-output commit 0971a628b5

Frequently asked questions

npx skillmds@latest add agentsope/agentsop-streaming-output