This is an automated email from the ASF dual-hosted git repository. aglinxinyuan pushed a commit to branch xinyuan-fix-vis in repository https://gitbox.apache.org/repos/asf/texera.git
commit f1c215468a17cf0e4c636ec7270edee4f986be2c Merge: f3b6d82ac8 98ba87eeb7 Author: Xinyuan Lin <[email protected]> AuthorDate: Mon Apr 27 22:41:33 2026 -0700 Merge branch 'main' into xinyuan-fix-vis agent-service/src/agent/texera-agent.ts | 110 ++- agent-service/src/agent/tools/index.ts | 2 + agent-service/src/agent/tools/result-formatting.ts | 138 ++++ .../src/agent/tools/workflow-crud-tools.ts | 346 ++++++++ .../src/agent/tools/workflow-execution-tools.ts | 604 ++++++++++++++ agent-service/src/agent/util/auto-layout.ts | 70 ++ .../src/agent/workflow-result-state.test.ts | 95 +++ agent-service/src/agent/workflow-result-state.ts | 83 ++ .../src/{types/index.ts => api/execution-api.ts} | 21 +- agent-service/src/api/index.ts | 1 + agent-service/src/index.ts | 1 + agent-service/src/server.ts | 35 +- agent-service/src/types/agent.ts | 2 + agent-service/src/types/{index.ts => execution.ts} | 36 +- agent-service/src/types/index.ts | 1 + .../apache/texera/web/ComputingUnitMaster.scala | 7 +- .../web/resource/SyncExecutionResource.scala | 900 +++++++++++++++++++++ 17 files changed, 2438 insertions(+), 14 deletions(-)
