Gaston Acosta

Results 1 comments of Gaston Acosta

@JuneWooo like this ? doesn't work # State definition for plan-and-execute class PlanExecute(TypedDict): input: str # Original user input plan: List[str] # Steps to follow chat_history: List[AnyMessage] past_steps: Annotated[List[Tuple], operator.add]...