Spaces:
Sleeping
Sleeping
Update curify_ideas_reasoning.json
Browse files- curify_ideas_reasoning.json +54 -50
curify_ideas_reasoning.json
CHANGED
|
@@ -6,64 +6,68 @@
|
|
| 6 |
"input": "task_topic"
|
| 7 |
},
|
| 8 |
"Yes": {
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"output": "summary",
|
| 18 |
"next": {
|
| 19 |
-
"action": "
|
| 20 |
-
"input": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
}
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
"output": "ideas",
|
| 50 |
-
"next": {
|
| 51 |
-
"action": "construct_matrix",
|
| 52 |
-
"input": "ideas",
|
| 53 |
-
"output": "matrix",
|
| 54 |
"next": {
|
| 55 |
-
"action": "
|
| 56 |
-
"input": "
|
| 57 |
-
"output": "
|
| 58 |
"next": {
|
| 59 |
-
"action": "
|
| 60 |
-
"input": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
}
|
| 62 |
}
|
|
|
|
|
|
|
|
|
|
| 63 |
}
|
| 64 |
-
},
|
| 65 |
-
"Others": {
|
| 66 |
-
"action": "unsupported_task"
|
| 67 |
}
|
| 68 |
}
|
| 69 |
}
|
|
|
|
| 6 |
"input": "task_topic"
|
| 7 |
},
|
| 8 |
"Yes": {
|
| 9 |
+
"action": "add_to_todoist",
|
| 10 |
+
"input": "task_topic",
|
| 11 |
+
"next": {
|
| 12 |
+
"check": "task_category",
|
| 13 |
+
"Blogs/Papers": {
|
| 14 |
+
"action": "find_reference",
|
| 15 |
+
"input": "task_topic",
|
| 16 |
+
"output": "reference",
|
|
|
|
| 17 |
"next": {
|
| 18 |
+
"action": "generate_summary",
|
| 19 |
+
"input": "reference",
|
| 20 |
+
"output": "summary",
|
| 21 |
+
"next": {
|
| 22 |
+
"action": "suggest_relevance",
|
| 23 |
+
"input": "summary"
|
| 24 |
+
}
|
| 25 |
}
|
| 26 |
+
},
|
| 27 |
+
"Tools": {
|
| 28 |
+
"action": "tool_research",
|
| 29 |
+
"output": "tool_analysis",
|
| 30 |
+
"next": {
|
| 31 |
+
"check": "tool_type",
|
| 32 |
+
"Competitive": {
|
| 33 |
+
"action": "generate_comparison_table",
|
| 34 |
+
"input": "tool_analysis"
|
| 35 |
+
},
|
| 36 |
+
"Integration": {
|
| 37 |
+
"action": "generate_integration_memo",
|
| 38 |
+
"input": "tool_analysis"
|
| 39 |
+
}
|
| 40 |
}
|
| 41 |
+
},
|
| 42 |
+
"Issues": {
|
| 43 |
+
"action": "analyze_issue",
|
| 44 |
+
"output": "issue_analysis",
|
| 45 |
+
"next": {
|
| 46 |
+
"action": "generate_issue_memo",
|
| 47 |
+
"input": "issue_analysis"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"Brainstorming": {
|
| 51 |
+
"action": "list_ideas",
|
| 52 |
+
"output": "ideas",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
"next": {
|
| 54 |
+
"action": "construct_matrix",
|
| 55 |
+
"input": "ideas",
|
| 56 |
+
"output": "matrix",
|
| 57 |
"next": {
|
| 58 |
+
"action": "prioritize_ideas",
|
| 59 |
+
"input": "matrix",
|
| 60 |
+
"output": "prioritized_ideas",
|
| 61 |
+
"next": {
|
| 62 |
+
"action": "setup_action_plan",
|
| 63 |
+
"input": "prioritized_ideas"
|
| 64 |
+
}
|
| 65 |
}
|
| 66 |
}
|
| 67 |
+
},
|
| 68 |
+
"Others": {
|
| 69 |
+
"action": "unsupported_task"
|
| 70 |
}
|
|
|
|
|
|
|
|
|
|
| 71 |
}
|
| 72 |
}
|
| 73 |
}
|