This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch codex/add-agent-guidance
in repository https://gitbox.apache.org/repos/asf/texera.git
from 81a98b0e24 Merge branch 'main' into codex/add-agent-guidance
add d3d68efaf7 chore: simplify State as a JSON dictionary (#4488)
add 5b0bfb9153 Merge branch 'main' into codex/add-agent-guidance
No new revisions were added by this update.
Summary of changes:
amber/src/main/python/core/models/state.py | 90 +++++++-------
amber/src/main/python/core/models/test_state.py | 101 ++++++++++++++++
.../main/python/core/runnables/data_processor.py | 2 +
.../main/python/core/runnables/network_receiver.py | 4 +-
.../main/python/core/runnables/network_sender.py | 13 +-
.../main/python/core/runnables/test_main_loop.py | 82 +++++++++----
.../python/core/runnables/test_network_receiver.py | 39 +++++-
.../pythonworker/PythonProxyServer.scala | 2 +-
.../org/apache/texera/amber/core/state/State.scala | 91 ++++++++++----
.../apache/texera/amber/core/state/StateSpec.scala | 131 +++++++++++++++++++++
.../amber/operator/ifStatement/IfOpExec.scala | 3 +-
11 files changed, 456 insertions(+), 102 deletions(-)
create mode 100644 amber/src/main/python/core/models/test_state.py
create mode 100644
common/workflow-core/src/test/scala/org/apache/texera/amber/core/state/StateSpec.scala