Add dashboard to demo stack - #2
Closed
Peter-SL5 wants to merge 2 commits into
Closed
Conversation
Peter-SL5
commented
May 6, 2026
Contributor
- docker-compose.demo.yml: add otel-collector and dashboard services. otel-collector bridges gateway OTLP gRPC (4317) to the dashboard. dashboard builds from sibling ../agent-gateway-dashboard repo.
- demo/setup.sh: start otel-collector and dashboard alongside gateway; pass AGENT_GATEWAY_DEMO_DASHBOARD_URL to demo env; print dashboard URL in the ready message.
- demo/demo-agent.sh: emit agent.requested and agent.prompted events to POST /api/events on the dashboard when a prompt is dispatched, lighting up the alice→agent-platform and agent-platform→agent edges.
- .gitignore: exclude /agent-gateway-dashboard/ (sibling repo checked out inside this directory during development).
Peter-SL5
force-pushed
the
dashboard-integration
branch
from
May 7, 2026 00:51
111dad5 to
dc06c6c
Compare
- Add dashboard service and otel-collector to docker-compose.demo.yml - Add extra_hosts for host.docker.internal on dashboard container (Linux) - Extract enroll()/clear_enrollment() in setup.sh; add --reset flag for full re-enrollment without restarting infrastructure - Start background reset server (port 8765) so dashboard Reset button triggers complete re-enrollment - Replace per-agent CLAUDE.md with hardcoded --system-prompt in connect.sh - Consolidate agent.requested + agent.prompted into single agent.prompted event carrying both user.id and agent.id - Emit agent.created event to dashboard on agent provisioning - Remove verification prompt from enrollment
Peter-SL5
force-pushed
the
dashboard-integration
branch
from
May 7, 2026 21:21
dc06c6c to
8761520
Compare
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.