view mrjunejune/production_entrypoint.sh @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents
children 056790c4fb0d
line wrap: on
line source

#!/usr/bin/env bash
set -euo pipefail

bundle_root="$(cd "$(dirname "$0")" && pwd)"

exec "$bundle_root/mrjunejune/inference_stack.sh" \
  "$bundle_root/mrjunejune_server_binary" \
  "$bundle_root/mrjunejune/inference_sidecar_launcher.sh" \
  "$bundle_root/mrjunejune/inference/copilot_sidecar.zip" \
  "$bundle_root/+http_archive+copilot_cli_linux_x86_64/copilot" \
  "$bundle_root/mrjunejune/inference/litellm_proxy.zip" \
  "$bundle_root/mrjunejune/inference/litellm_config.yaml" \
  "$bundle_root/rules_python++python+python_3_11_x86_64-unknown-linux-gnu/bin/python3"