style(dashboard): quick start flow on agents #10752
Conversation
Introduce a connected-agent overview and related UI sections. Adds AgentBehaviorSection (UI toggles and emoji picker), ConnectedProvidersSection (fetches and lists agent integrations via react-query, includes provider cards, add card and skeletons), RecentConversationsSection (empty-state illustration and link to activity tab), and AgentConnectedOverview to compose these. Update AgentOverviewTab to conditionally render the connected overview when a bridge is connected (agent.bridgeUrl or dev bridge). Includes routing helpers and environment checks for integrations/activity links.
✅ Deploy preview added
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughFive new React components are introduced for the agent dashboard: Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hey there and thank you for opening this pull request! 👋 We require pull request titles to follow specific formatting rules and it looks like your proposed title needs to be adjusted. Your PR title is: Requirements:
Expected format: Details: PR title must end with 'fixes TICKET-ID' (e.g., 'fixes NOV-123') or include ticket ID in branch name |
What changed? Why was the change needed?
What changed
Added a new quick start overview flow for agents that are connected via bridge. This replaces the setup guide UI with a dashboard showing agent behavior settings, connected provider integrations, and recent conversations activity. The implementation introduces four new React components (
AgentBehaviorSection,ConnectedProvidersSection,RecentConversationsSection,AgentConnectedOverview) and modifies the existing setup guide to conditionally render the new overview when a bridge connection is detected.Affected areas
dashboard — Added new UI components for the agent quick start flow, including sections for behavior toggles/emoji reactions, connected provider management with React Query integration fetching, and a recent conversations overview. Updated the agent overview tab to conditionally render the new overview when an agent has a connected bridge, and modified the setup guide to show a "coming soon" state for connected agents.
Testing
No tests are referenced in the changes. Manual verification of the conditional rendering logic and provider fetching behavior would be recommended.
Screenshots
Expand for optional sections
Related enterprise PR
Special notes for your reviewer