refactor(agents): move filesystem_backends to app/agents/shared (slice 5d)

Completes slice 5. filesystem_backends was deferred from 3b because it depends
on middleware.{kb_postgres_backend,multi_root_local_folder_backend}; those moved
to shared in 5c, so it now relocates cleanly. Flip the 2 non-frozen importers
(multi-agent factory + test); a re-export shim remains for the frozen
chat_deepagent (build_backend_resolver).
This commit is contained in:
CREDO23 2026-06-04 13:03:15 +02:00
parent 227983a104
commit a7fde2a48e
4 changed files with 71 additions and 62 deletions

View file

@ -2,7 +2,7 @@ from pathlib import Path
import pytest
from app.agents.new_chat.filesystem_backends import build_backend_resolver
from app.agents.shared.filesystem_backends import build_backend_resolver
from app.agents.shared.filesystem_selection import (
ClientPlatform,
FilesystemMode,