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