new feature: transaction evidence
This commit is contained in:
@@ -30,6 +30,9 @@ class AgentState(TypedDict, total=False):
|
||||
pending_domain_workflow: dict[str, Any]
|
||||
business_workflows_executed: list[str]
|
||||
transaction_status: str
|
||||
transaction_evidence: list[dict[str, Any]]
|
||||
last_transaction_evidence: dict[str, Any]
|
||||
relevant_transaction_evidence: list[dict[str, Any]]
|
||||
confirmation_required: bool
|
||||
confirmation_received: bool
|
||||
tool_policy_result: dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user