refactor(agents): move checkpointer + mention_resolver to app/agents/shared (slice 5b)

Two independent leaf modules (no intra-new_chat deps, no frozen importer),
consumed only by flows/routes/tests. Flipped 8 importers across both the
dotted-path and module-style (from app.agents.new_chat import mention_resolver)
forms. No shims needed.
This commit is contained in:
CREDO23 2026-06-04 12:52:54 +02:00
parent dcdf8f776b
commit 6f488d9564
10 changed files with 11 additions and 11 deletions

View file

@ -15,8 +15,8 @@ from unittest.mock import AsyncMock, MagicMock
import pytest
from app.agents.new_chat import mention_resolver
from app.agents.new_chat.mention_resolver import (
from app.agents.shared import mention_resolver
from app.agents.shared.mention_resolver import (
ResolvedMention,
ResolvedMentionSet,
resolve_mentions,