Commit 64cbbae
committed
fix(ai-markmap-agent): fix save_all_markmaps return and resume functionality
- Add missing `return saved_files` in save_all_markmaps function
(was causing 'NoneType' has no len() error)
- Pass _resume_config from data dict to initial_state in run_pipeline
and run_pipeline_async
- Add _resume_config to WorkflowState TypedDict to ensure LangGraph
preserves it across all graph nodes (root cause of resume not working)1 parent 9b168d5 commit 64cbbae
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments