mirror of
https://github.com/niels-emmer/nanoclaw-dashboard.git
synced 2026-09-13 23:53:29 +02:00
[PR #12] [MERGED] feat: enrich agent cards with direction, TO/FR tracking, and event type prefix #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/nanoclaw-dashboard#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/nanoclaw-dashboard/pull/12
Author: @niels-emmer
Created: 7/26/2026
Status: ✅ Merged
Merged: 7/26/2026
Merged by: @niels-emmer
Base:
main← Head:feature/agent-card-detail📝 Commits (4)
3655715feat: enrich agent cards with TO/FROM targets, skills, and last-message direction179ac2csimplify agent card: direction chip row, FR: label, remove skills/elapsed time8df4e90row 2: add event type prefix before TO:/FROM: chip2efef5ereplace TO:/FROM: text with >/< direction arrows📊 Changes
5 files changed (+135 additions, -39 deletions)
View changed files
📝
backend/app/telemetry/source.py(+33 -5)📝
frontend/src/components/AgentGrid.tsx(+37 -5)📝
frontend/src/components/EventFeed.tsx(+1 -10)📝
frontend/src/lib/types.ts(+5 -0)📝
frontend/src/lib/utils.ts(+59 -19)📄 Description
Enhances each agent card with detailed communication data:
QUESTION: [>] [researcher]orRESPONSE: [<] [orchestrator]— event type prefix, direction arrow, partner labelTO: [coder] [architect]— all outbound targetsFR: [orchestrator]— all inbound sourcesBackend: adds synthetic per-agent skills (carried in
payload.meta.skills)Frontend: extends
AgentSnapshotwith TO/FROM tracking, sharedreadableNodeLabelutil🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.