Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 259:667156fcd3e3 | 260:1f9877b637e9 |
|---|---|
| 1 #!/usr/bin/env bash | |
| 2 set -euo pipefail | |
| 3 | |
| 4 bundle_root="$(cd "$(dirname "$0")" && pwd)" | |
| 5 | |
| 6 exec "$bundle_root/mrjunejune/inference_stack.sh" \ | |
| 7 "$bundle_root/mrjunejune_server_binary" \ | |
| 8 "$bundle_root/mrjunejune/inference_sidecar_launcher.sh" \ | |
| 9 "$bundle_root/mrjunejune/inference/copilot_sidecar.zip" \ | |
| 10 "$bundle_root/+http_archive+copilot_cli_linux_x86_64/copilot" \ | |
| 11 "$bundle_root/mrjunejune/inference/litellm_proxy.zip" \ | |
| 12 "$bundle_root/mrjunejune/inference/litellm_config.yaml" \ | |
| 13 "$bundle_root/rules_python++python+python_3_11_x86_64-unknown-linux-gnu/bin/python3" |