Mercurial
comparison mrjunejune/production_entrypoint.sh @ 265:056790c4fb0d
add role-aware Epi assistant prompts
Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 07 Aug 2026 10:50:30 -0700 |
| parents | 1f9877b637e9 |
| children | a78f5986011f |
comparison
equal
deleted
inserted
replaced
| 264:04fee26ecce0 | 265:056790c4fb0d |
|---|---|
| 1 #!/usr/bin/env bash | 1 #!/usr/bin/env bash |
| 2 set -euo pipefail | 2 set -euo pipefail |
| 3 | 3 |
| 4 bundle_root="$(cd "$(dirname "$0")" && pwd)" | 4 bundle_root="$(cd "$(dirname "$0")" && pwd)" |
| 5 cd "$bundle_root" | |
| 5 | 6 |
| 6 exec "$bundle_root/mrjunejune/inference_stack.sh" \ | 7 exec "$bundle_root/mrjunejune/inference_stack.sh" \ |
| 7 "$bundle_root/mrjunejune_server_binary" \ | 8 "$bundle_root/mrjunejune_server_binary" \ |
| 8 "$bundle_root/mrjunejune/inference_sidecar_launcher.sh" \ | 9 "$bundle_root/mrjunejune/inference_sidecar_launcher.sh" \ |
| 9 "$bundle_root/mrjunejune/inference/copilot_sidecar.zip" \ | 10 "$bundle_root/mrjunejune/inference/copilot_sidecar.zip" \ |