JemicyChu

Results 2 comments of JemicyChu

Hello,I can give you a example: ```python ##graph.py class AgentState(TypedDict): messages: Annotated[Sequence[dict], operator.add] workflow = StateGraph(AgentState) workflow.add_node("Router", func_router) workflow.add_node("PreConditionRunner", func_pre_condition_runner) workflow.add_node("LayoutRunner", func_layout_runner) workflow.add_node("Analyzer", func_analyzer) workflow.add_node("CaseAssembler", func_case_assembler) workflow.set_entry_point("Router") workflow.add_conditional_edges( "Router", should_continue,...

There are some suggestions. 1. downgrade version to 0.0.26(my version) 2. add a add_conditional_edges between CaseAssembler to END.If it is not all over, it does not push the entire chart...