Рабочие агенты, но пока требуют улучшений

This commit is contained in:
ki.sagidullin
2026-04-11 10:20:47 +05:00
parent 58497365d9
commit f110f52e91
4 changed files with 95 additions and 32 deletions

View File

@@ -18,7 +18,8 @@ class Orchestrator:
# Создаем граф состояний
self.workflow = self._build_workflow()
self.app = self.workflow.compile(checkpointer=MemorySaver())
self.checkpointer = MemorySaver()
self.app = self.workflow.compile()
def _build_workflow(self) -> StateGraph:
"""Строит граф процесса разработки"""