Adding transaction state
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -26,6 +26,7 @@ class AgentState(TypedDict, total=False):
|
||||
available_mcp_tools: list[str]
|
||||
selected_tool_call: dict[str, Any]
|
||||
pending_tool_call: dict[str, Any]
|
||||
active_transaction: dict[str, Any]
|
||||
pending_tool_clarification: dict[str, Any]
|
||||
pending_domain_workflow: dict[str, Any]
|
||||
business_workflows_executed: list[str]
|
||||
|
||||
Reference in New Issue
Block a user