kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 21:25:12 +02:00
parent fe344c2a4f
commit d53c4096fd
9 changed files with 343 additions and 22 deletions

View file

@ -89,8 +89,6 @@ def generate_followups(
return {"created": [], "pending_actions": []}
pipeline_output = _collect_pipeline_output(conn, task_id)
if not pipeline_output:
return {"created": [], "pending_actions": []}
# Build context for followup agent
language = project.get("language", "ru")