https://github.com/aaronlab/aaronagent
Old aaronagent profile redirect to aaronlab/browsertrace.
https://github.com/aaronlab/aaronagent
aaronlab ai-agents browsertrace redirect
Last synced: 11 days ago
JSON representation
Old aaronagent profile redirect to aaronlab/browsertrace.
- Host: GitHub
- URL: https://github.com/aaronlab/aaronagent
- Owner: aaronlab
- Created: 2026-04-01T08:49:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T14:11:04.000Z (about 1 month ago)
- Last Synced: 2026-05-09T15:44:24.770Z (about 1 month ago)
- Topics: aaronlab, ai-agents, browsertrace, redirect
- Language: HTML
- Homepage: https://github.com/aaronlab/browsertrace
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aaron Lab
This repository used to host the `aaronagent` profile README.
The account identity has moved to `aaronlab`. For the current AI open-source
launch, use these links:
- GitHub account: https://github.com/aaronlab
- Featured project: https://github.com/aaronlab/browsertrace
- Live BrowserTrace demo: https://aaronlab.github.io/browsertrace/
- BrowserTrace launch discussion: https://github.com/aaronlab/browsertrace/discussions/6
## Featured Project: BrowserTrace
BrowserTrace is a local replay debugger for Browser Use failures.
It helps Browser Use builders replay failed browser-agent runs with local
timelines, screenshots, URLs, actions, model input/output, errors, and
public-safe HTML exports. Stagehand, Skyvern, Playwright + LLM, and custom
computer-use workflows are supported as secondary integrations.
Useful starting points:
- Debugging walkthrough: https://aaronlab.github.io/browsertrace/debug-browser-agent-failure.html
- Public-safe demo export: https://github.com/aaronlab/browsertrace/releases/download/v0.1.18/browsertrace-demo-public.html
- Roadmap: https://github.com/aaronlab/browsertrace/blob/main/ROADMAP.md
- Good first issue queue: https://github.com/aaronlab/browsertrace/labels/good%20first%20issue
No-install local check from PyPI:
```bash
uvx --from "browsertrace[ui]" browsertrace doctor
uvx --from "browsertrace[ui]" browsertrace demo
uvx --from "browsertrace[ui]" browsertrace
```
Persistent install:
```bash
pip install "browsertrace[ui]"
```
If you build browser agents, the most useful feedback is which failure context
your current logs do not capture.