Skip to content

Real-time event dashboard UI #2

@joshualamerton

Description

@joshualamerton

AgentLens should provide a lightweight dashboard that visualizes agent activity in real time.

The dashboard will display events captured by the instrumentation layer.

Key features

• live event timeline
• tool call visualization
• agent execution flow
• event filtering

Example events:

tool_call
tool_result
model_prompt
model_response

Possible UI structure

Agent timeline

Agent → tool_call → tool_result → next action

Tasks

  • build simple web dashboard
  • connect dashboard to event stream
  • render events in real-time
  • add filtering by event type

Suggested stack

Python backend
Simple JS frontend or minimal framework

Success criteria

Running the dashboard server should allow developers to open a browser and see agent events appear live while an agent runs.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions