Reorganize streaming orchestration modules into relay and orchestration folders.

This commit is contained in:
CREDO23 2026-05-07 16:00:15 +02:00
parent f8754a9dab
commit 52593d88db
10 changed files with 170 additions and 12 deletions

View file

@ -75,7 +75,7 @@ from app.tasks.chat.stream_new_chat import (
stream_new_chat as legacy_stream_new_chat,
stream_resume_chat as legacy_stream_resume_chat,
)
from app.tasks.chat.streaming.orchestrator import (
from app.tasks.chat.streaming.orchestration.orchestrator import (
stream_chat,
stream_regenerate,
stream_resume,