Melhoria no vas.yaml

This commit is contained in:
2026-08-19 16:15:08 -03:00
parent f09be7be7f
commit 193acbb949

View File

@@ -26,6 +26,9 @@ class AgentState(TypedDict, total=False):
available_mcp_tools: list[str] available_mcp_tools: list[str]
selected_tool_call: dict[str, Any] selected_tool_call: dict[str, Any]
pending_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 transaction_status: str
confirmation_required: bool confirmation_required: bool
confirmation_received: bool confirmation_received: bool