- Replace blocking execute_agent_task() with live subprocess streaming - Use Popen() to read opencode output line-by-line in real-time - Send 'chunk' events to frontend as agent thinks - Frontend appends chunks incrementally for live response - Matches Orchestrator's streaming UX - No more waiting for complete response before seeing output |
||
|---|---|---|
| .. | ||
| agents.html | ||
| base.html | ||
| chat.html | ||
| email_log.html | ||
| emails.html | ||
| files.html | ||
| index.html | ||
| orchestrator.html | ||
| settings.html | ||
| tasks.html | ||
| team.html | ||