-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
dashboardenhancementNew feature or requestNew feature or requestfrontendgood first issueGood for newcomersGood for newcomers
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dashboardenhancementNew feature or requestNew feature or requestfrontendgood first issueGood for newcomersGood for newcomers