Adding transaction state

This commit is contained in:
2026-08-21 17:56:22 -03:00
parent 838a0b916f
commit 1c069b560d
11 changed files with 518 additions and 36 deletions

View File

@@ -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]