Selector de agentes

This commit is contained in:
Jordan Diaz
2026-04-07 10:57:40 +00:00
parent 38ac9cecdc
commit c1a29bbbf8
30 changed files with 760 additions and 357 deletions

View File

@@ -96,9 +96,7 @@ class BaseAgent:
):
if chunk.delta:
full_text += chunk.delta
# Only emit deltas for user-facing agents (coder, collector)
# Planner/reviewer output is internal
if self.profile.role not in ("planner", "reviewer"):
if self.profile.stream_deltas:
await self.sse.emit(
EventType.AGENT_DELTA,
{