feat(generative-ui): update standalone graph to Phase 2 dashboard#129
Merged
Conversation
Add CustomStreamEvent type and wire custom$ BehaviorSubject through the agent library so LangGraph adispatch_custom_event() payloads are captured and exposed as an Angular Signal on AgentRef.customEvents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…provided Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds delta indicator and skeleton loading state to StatCardComponent. Also adds test infrastructure (tsconfig.spec.json, test target) and fixes pre-existing build errors in libs/chat (missing customEvents on MockAgentRef, noUnusedLocals violation on customEventEffect). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the simple prompt-based graph with the multi-node dashboard graph (router → generate_shell → plan_tools → call_tools → emit_state → respond). Adds mock SaaS data tools and dashboard system prompt. Removes old weather-spike prompt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
dashboard_tools.py) and dashboard system prompt (dashboard.md)generative-ui.md)Follow-up to #127 — aligns the standalone
cockpit/chat/generative-ui/python/with the Phase 2 implementation in the shared deployment.Test Plan
OPENAI_API_KEY=sk-fake uv run python -c "from src.graph import graph; print(type(graph).__name__)"→CompiledStateGraph🤖 Generated with Claude Code