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.
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
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.