You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(panda-chat): direct sandbox (unprivileged), 20m startup budget, concise prompt
- Both containers run unprivileged: the panda-server `direct` sandbox runs Python
as a subprocess isolated by the pod boundary (no dockerd, no privileged sidecar).
- startupProbe budget raised to 20m (periodSeconds 10 x failureThreshold 120): a
cold panda-server re-embeds ~9k EIP chunks when the proxy Redis cache is down.
- Tighten the default systemPrompt: discovery-first, no-fabrication, plain-English.
- Sweep dockerd references from values/README/NOTES.
| panda.clientId | string | `"panda-proxy"` | OAuth client id at the proxy |
162
-
| panda.enabled | bool | `true` | Enable the panda-server sidecar container (privileged; the hermes container is not) |
165
+
| panda.enabled | bool | `true` | Enable the panda-server sidecar container (holds the bot credential) |
163
166
| panda.issuerUrl | string | `"https://authentik.analytics.production.platform.ethpandaops.io/application/o/panda-proxy/"` | Authentik application issuer the bot service account mints client_credentials tokens against (the trailing slash is part of the issuer — keep it) |
0 commit comments