Skip to content

Agent TracerDocs, Guides, and Codebase Wiki

DeepWiki-style markdown documentation for the runtime adapters, server, dashboard, and workflow library that live in this repository.

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/
  • Codebase wiki: /wiki/

Best Entry Points

Local-first documentation for Agent Tracer.