Роутер работает нормально в process v2

This commit is contained in:
2026-04-07 14:09:51 +03:00
parent 0a25e42ea1
commit 8b7b72967e
1746 changed files with 216414 additions and 14037 deletions
@@ -1,5 +1,5 @@
from app.modules.agent.runtime.steps.explain.models import CodeLocation, LayeredRetrievalItem
from app.modules.agent.runtime.steps.explain.retriever_v2 import CodeExplainRetrieverV2
from app.core.agent.runtime.steps.explain.models import CodeLocation, LayeredRetrievalItem
from app.core.agent.runtime.steps.explain.retriever_v2 import CodeExplainRetrieverV2
class _FakeGateway: