Adding transaction state
This commit is contained in:
@@ -27,6 +27,7 @@ class AgentState(TypedDict, total=False):
|
||||
selected_tool_call: dict[str, Any]
|
||||
pending_tool_call: dict[str, Any]
|
||||
active_transaction: dict[str, Any]
|
||||
last_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