This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-only
in repository https://gitbox.apache.org/repos/asf/texera.git
from e7f9d362f1 Merge branch 'main' into xinyuan-state-only
add 2565dadf95 feat(deployment): add agent-service and litellm to
single-node deployment (#4544)
add 20ef8254f2 refactor(ui): encapsulate OperatorMenuService state and add
subscription cleanup (#4530)
add 5fc71094a0 Merge branch 'main' into xinyuan-state-only
No new revisions were added by this update.
Summary of changes:
.github/workflows/build-and-push-images.yml | 3 +
.../payload.py => bin/agent-service.dockerfile | 24 +--
bin/single-node/.env | 14 ++
bin/single-node/README.md | 71 ++++++++-
bin/single-node/docker-compose.yml | 46 +++++-
.../single-node/litellm-config.yaml | 14 +-
bin/single-node/nginx.conf | 27 ++++
.../context-menu/context-menu.component.html | 24 +--
.../context-menu/context-menu.component.spec.ts | 6 +-
.../context-menu/context-menu.component.ts | 8 +
.../workflow-editor/workflow-editor.component.ts | 18 +--
.../operator-menu/operator-menu.service.spec.ts | 139 ++++++++++++++++++
.../service/operator-menu/operator-menu.service.ts | 162 +++++++++------------
13 files changed, 415 insertions(+), 141 deletions(-)
copy amber/src/main/python/core/models/payload.py =>
bin/agent-service.dockerfile (67%)
copy amber/src/main/python/core/util/customized_queue/__init__.py =>
bin/single-node/litellm-config.yaml (65%)