Adding transaction state

This commit is contained in:
2026-08-21 16:45:04 -03:00
parent 47892afa2e
commit 838a0b916f
30 changed files with 215 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ 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]
last_transaction: dict[str, Any]
transaction_status: str
confirmation_required: bool
confirmation_received: bool