Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 814 Bytes

File metadata and controls

33 lines (22 loc) · 814 Bytes

AgentLens

Local-first observability console for AI agents.

AgentLens helps you see what an AI agent is doing in real time: commands, file changes, status updates, screenshots, and human interrupts from a local web dashboard.

Status

Early project skeleton.

Goals

  • Local web dashboard for observing agent work.
  • Session timeline with structured events.
  • Command execution logs with duration and exit code.
  • File change tracking.
  • Human-in-the-loop messages and interrupts.
  • Optional screenshot capture without hidden monitoring.

Non-goals

  • Hidden surveillance.
  • Employee monitoring.
  • Remote keyboard or mouse control.
  • Cloud sync by default.

Planned Stack

  • Backend: Python + FastAPI + WebSocket + SQLite
  • File watching: watchdog
  • Frontend: React + Vite
  • CLI: agentlens start