use interrupt primitive with db context for notion page creation

This commit is contained in:
CREDO23 2026-02-12 15:29:41 +02:00
parent c9b0e55ce9
commit 066fb6dbfb
4 changed files with 84 additions and 23 deletions

View file

@ -274,7 +274,6 @@ async def create_surfsense_deep_agent(
context_schema=SurfSenseContextSchema,
checkpointer=checkpointer,
interrupt_on={
"create_notion_page": True,
"delete_notion_page": {"allowed_decisions": ["approve", "reject"]},
},
)