chat(devnet-6): enable panda-chat AI chat for glamsterdam-devnet-6#27
Open
qu0b wants to merge 2 commits into
Open
chat(devnet-6): enable panda-chat AI chat for glamsterdam-devnet-6#27qu0b wants to merge 2 commits into
qu0b wants to merge 2 commits into
Conversation
Mirror the bal-devnet-7 pilot for glamsterdam-devnet-6: the two-container panda-chat pod (Open-WebUI -> Hermes -> panda-server) at chat.glamsterdam-devnet-6.ethpandaops.io. - inventory chat.yaml: chat + panda enabled, image pinned, OpenRouter LLM. - rendered kubernetes/devnet-6/chat/: panda-chat chart 0.3.0, network glamsterdam-devnet-6, chainId 7052886157, glamsterdam devnetTools URLs, concise system prompt, central services.enc.yaml#chat credentials. Data verified live: glamsterdam-devnet-6 is active in cartographoor, present in the ethnode datasource (direct EL/CL), and ships container logs to external.otel_logs (11.2M rows/6h across 11 services).
Point glamsterdam-devnet-6 at the new image hermes-agent-panda-2026.6.5-20c0647, whose panda skill carries a fork-aware debugging playbook (runbooks://debug_devnet, source-authority table, external.otel_logs + ethnode drill-downs). System prompt is now debugging-oriented and states the devnet's active forks (Fulu/PeerDAS from genesis, Gloas/ePBS from epoch 30) so the agent reads missing-payload / PTC / data-column symptoms under the right protocol model, and tells it to read networks://glamsterdam-devnet-6 then runbooks://debug_devnet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enables the per-devnet AI chat for glamsterdam-devnet-6 at
chat.glamsterdam-devnet-6.ethpandaops.io, mirroring the bal-devnet-7 pilot:the two-container pod (Open-WebUI → Hermes → panda-server), image
…-12400d1, panda-chat chart 0.3.0.Changes
ansible/inventories/devnet-6/group_vars/all/chat.yaml(source oftruth): chat + panda enabled, pinned image, OpenRouter LLM.
kubernetes/devnet-6/chat/: Chart.yaml dep → 0.3.0, Chart.lock,values.yaml (network
glamsterdam-devnet-6, chainId7052886157, glamsterdamdevnetToolsURLs, concise system prompt), vendoredpanda-chat-0.3.0.tgz.Validation
helm template chat .renders clean — prompt, image, allDEVNET_*URLs,langfuse env, and ingress host all resolve to glamsterdam-devnet-6.
devnet_group: glamsterdam);ethnodedatasource (direct EL/CL access);external.otel_logs— 11.2M rows / last 6h across 11 services.Secrets / edge auth (no per-devnet work)
services.enc.yaml#chat(llm_api_key, langfuse keys,panda_bot_username/token) and the wildcard
chat.*.ethpandaops.ioCloudflareAccess app — same as bal-devnet-7 and the (now-rotated-out) devnet-5 pilot.
Notes / caveats
chat/dir is hand-mirrored from the working bal-devnet-7output, not produced by re-running
generate_kubernetes_config. The vendoredchat.yaml.j2on thequ0b/faucet-agentscollection branch is still the earlyshape (targets panda-chat 0.1.1, no
panda-chat:wrapper, oldcredentialsJson/credentialsFile auth, Anthropic-direct default model) — running
the role against it would regress this dir to a broken config. Aligning that
template to the 0.3.0 shape is the standing follow-up before chat goes
re-render-safe.