Refactor multi-agent supervisor prompts and wiring; thread citations into streaming.

This commit is contained in:
CREDO23 2026-04-30 19:33:57 +02:00
parent 74337b462a
commit ba131f5736
28 changed files with 286 additions and 161 deletions

View file

@ -1,4 +1,4 @@
"""SurfSense supervisor middleware (parity with ``new_chat`` main agent, minus subagents)."""
"""SurfSense supervisor middleware (parity with the main single-agent chat, minus subagents)."""
from app.agents.multi_agent_chat.middleware.supervisor_stack import (
build_supervisor_middleware_stack,

View file

@ -1,4 +1,4 @@
"""Supervisor middleware stack matching ``new_chat`` main agent (no ``SubAgentMiddleware`` / ``task``)."""
"""Supervisor middleware stack matching the main single-agent chat (no ``SubAgentMiddleware`` / ``task``)."""
from __future__ import annotations