Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 706 Bytes

File metadata and controls

24 lines (17 loc) · 706 Bytes

AgentTrace entry points

SDK

  • Install: python -m pip install -e "sdk[dev]"
  • Package entry: sdk/agenttrace/__init__.py
  • Offline demo: make demo

Server

  • Development: cd server && uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
  • Health: http://localhost:8000/health
  • API docs: http://localhost:8000/docs
  • Evidence: make evidence

Dashboard

  • Install: cd dashboard && npm ci
  • Development: npm run dev -> http://localhost:3000
  • Unit/lint/build: npm test, npm run lint, npm run build
  • Browser smoke: npx playwright test --project=chromium

The dashboard's offline demo fixtures are explicit and visibly labeled. No legacy backend entry point exists.