From 193acbb9499f2605696831c769655081e54932ad Mon Sep 17 00:00:00 2001 From: "cristiano.hoshikawa" Date: Wed, 19 Aug 2026 16:15:08 -0300 Subject: [PATCH] Melhoria no vas.yaml --- app/state.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/state.py b/app/state.py index cc19c03..c3bca52 100644 --- a/app/state.py +++ b/app/state.py @@ -26,6 +26,9 @@ class AgentState(TypedDict, total=False): available_mcp_tools: list[str] selected_tool_call: dict[str, Any] pending_tool_call: dict[str, Any] + pending_tool_clarification: dict[str, Any] + pending_domain_workflow: dict[str, Any] + business_workflows_executed: list[str] transaction_status: str confirmation_required: bool confirmation_received: bool