Metadata-Version: 2.4
Name: traceact-browser
Version: 1.1.0
Summary: Local relay for the traceact-browser extension: receives browser traces, writes traceact JSONL, serves snapshots and click-to-focus.
Author: Mo Shehu
License: MIT
Project-URL: Homepage, https://github.com/traceact/traceact-browser
Project-URL: Repository, https://github.com/traceact/traceact-browser
Project-URL: Changelog, https://github.com/traceact/traceact-browser/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/traceact/traceact-browser/blob/main/USAGE.md
Keywords: tracing,browser,debugging,devtools,traceact
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Debuggers
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# traceact-browser (relay)

The pip-installable half of [traceact-browser](https://github.com/traceact/traceact-browser): a localhost-only, zero-dependency relay that receives browser traces from the traceact-browser extension and appends them to one traceact-format JSONL file, which any agent can read and [traceact](https://pypi.org/project/traceact/)'s viewer can render live.

```bash
pip install traceact-browser
traceact-browser
```

```
traceact-browser relay on http://127.0.0.1:8631
Trace file: /Users/you/.traceact-browser/traces.jsonl
Demo page:  http://127.0.0.1:8631/demo
View:       traceact view /Users/you/.traceact-browser/traces.jsonl --map --focus-hook http://127.0.0.1:8631/focus
```

The extension half loads unpacked from the repo (no build step): see the [install guide](https://github.com/traceact/traceact-browser/blob/main/README.md). Full manual: [USAGE.md](https://github.com/traceact/traceact-browser/blob/main/USAGE.md).

Built by Mo Shehu — mohammedshehu.com
