Skip to content

Agent TracerSetup Guides and Reference Notes

Local markdown documentation for installing, wiring, and operating Agent Tracer without relying on a separate wiki layer.

Quick Start

Install and run Agent Tracer locally:

bash
git clone https://github.com/belljun3395/agent-tracer.git
cd agent-tracer
npm install
npm run build
npm run dev
  • Monitor server: http://127.0.0.1:3847
  • Web dashboard: http://127.0.0.1:5173

To preview this documentation site locally instead:

bash
npm run docs:dev
  • Site root: /
  • Setup guides: /guide/

Best Entry Points

Local-first documentation for Agent Tracer.