Skip to content

Commit 9ee6ba8

Browse files
committed
screenshots
1 parent fe74f3f commit 9ee6ba8

8 files changed

Lines changed: 18 additions & 1 deletion

File tree

.DS_Store

8 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Built for AI alignment and interpretability research — studying how LLM agents
88

99
> **Note:** AgentLens currently supports Claude Code via the Claude Agent SDK. Support for additional agents and frameworks is planned — see [Roadmap](#roadmap). Some features (especially turn-level replay) are experimental. We welcome PRs and contributions — [open an issue](https://github.com/dreadnode/agent-lens/issues) if you run into bugs.
1010
11+
![Run list](docs/assets/run-list.png)
12+
1113
## What it does
1214

1315
The harness takes a YAML config describing a sequence of sessions (prompts to an agent), runs each session against a working directory via the Claude Agent SDK, and produces structured outputs:
@@ -407,6 +409,12 @@ Open `http://localhost:5173`. The UI reads from the `runs/` directory and provid
407409
- **Changelog** — per-step file write log across all sessions with expandable diffs
408410
- **Config viewer** — frozen YAML config from the run
409411
- **Analysis** — rendered markdown from `analysis.md`
412+
413+
![Trajectory viewer with subagent and resample controls](docs/assets/trajectory-subagent.png)
414+
415+
![Edit & Resample — intervention testing](docs/assets/edit-resample.png)
416+
417+
![Memory diff](docs/assets/memory-diff.png)
410418
- **Dark mode** — toggle between light and dark themes
411419

412420
The UI expects `RUNS_DIR=../runs` (configured in `ui/.env`).

docs/.DS_Store

6 KB
Binary file not shown.

docs/assets/edit-resample.png

517 KB
Loading

docs/assets/memory-diff.png

415 KB
Loading

docs/assets/run-list.png

390 KB
Loading
558 KB
Loading

docs/guide/web-ui.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The resampling API keys are needed for any resampling in the UI (both vanilla re
2727
## Features
2828

2929
### Run list
30-
Searchable, filterable list of all runs showing model, cost, session count, and tags.
30+
Searchable, filterable list of all runs showing model, cost, session count, and tags. Replay runs are grouped under their source run.
31+
32+
![Run list](../assets/run-list.png)
3133

3234
### Run overview
3335
Metrics dashboard with session list, fork relationships, and hypothesis display.
@@ -40,10 +42,15 @@ Full chat view rendering:
4042
- Tool calls with arguments
4143
- Tool results / observations
4244
- System messages
45+
- Subagent calls with links to subagent trajectories
46+
47+
![Trajectory viewer with subagent and resample controls](../assets/trajectory-subagent.png)
4348

4449
### Memory diff
4550
Before/after diffs of the memory file per session, showing how the agent's notes evolve.
4651

52+
![Memory diff](../assets/memory-diff.png)
53+
4754
### API captures
4855
Request/response viewer showing:
4956

@@ -66,6 +73,8 @@ Interactive message editor for intervention testing:
6673
2. Resample with the modified input
6774
3. Compare original vs. variant responses
6875

76+
![Edit & Resample](../assets/edit-resample.png)
77+
6978
### Changelog
7079
Per-step file write log across all sessions with expandable diffs.
7180

0 commit comments

Comments
 (0)