Skip to content

ShawnC7208/APD.IO

Repository files navigation

APD.IO

Interactive APD procedure visualizer and review workspace.

APD.IO lets you paste an Agent Procedure Definition document, validate it, inspect graph structure, review inferred or low-confidence nodes, and compare the procedure against its source JSON.

Requirements

  • Node.js 20 or newer
  • npm

Getting Started

npm install
npm run dev

The local dev server starts with Vite. Open the URL printed by the command.

Scripts

npm run dev       # Start the development server
npm run build     # Type-check and create a production build
npm run test      # Run unit/component tests
npm run test:e2e  # Run Playwright smoke tests

Project Layout

src/
  components/      React UI components
  data/examples/   Bundled APD sample documents
  data/schema/     APD JSON schema used by validation
  lib/             Parsing, graph layout, validation, and storage helpers
tests/             Playwright smoke tests

GitHub Status

This repository is prepared to push to ShawnC7208/APD.IO. Pushing is intentionally left as a manual final step.

License

No license has been selected yet.

About

Visualizer for APD JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors