From 1c069b560dac5fffee88e92062eb3e22931a9683 Mon Sep 17 00:00:00 2001 From: "cristiano.hoshikawa" Date: Fri, 21 Aug 2026 17:56:22 -0300 Subject: [PATCH] Adding transaction state --- .idea/workspace.xml | 54 +++-- .../agent_template_backend/app/state.py | 1 + .../agent_template_backend/app/state.py | 1 + .../docs/TRANSACTION_STATE_DEVELOPER_GUIDE.md | 224 ++++++++++++++++++ .../TRANSACTION_STATE_DEVELOPER_GUIDE_en.md | 160 +++++++++++++ .../routing/enterprise_router.py | 58 ++++- .../specs/SPEC-002-Agent-Runtime.md | 17 ++ .../specs/SPEC-010-Agent-Development.md | 16 ++ .../agent_template_backend/app/state.py | 1 + ...est_transaction_state_regression_matrix.py | 21 +- app/state.py | 1 + 11 files changed, 518 insertions(+), 36 deletions(-) create mode 100644 agent_framework_oci/docs/TRANSACTION_STATE_DEVELOPER_GUIDE.md create mode 100644 agent_framework_oci/docs/TRANSACTION_STATE_DEVELOPER_GUIDE_en.md diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 89de41b..cc1043c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -47,6 +47,8 @@ + + @@ -60,6 +62,7 @@ + @@ -78,6 +81,7 @@ + @@ -122,32 +126,31 @@