Getting started
Run the monorepo, open the status UI, and call a service in stub mode.
npm
Agent knowledge
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @neo-docs/vulnerability-services-docs
Product docs
npm i -D @neo-docs/vulnerability-services-docsPlatform Memorix docs
npm i -D @x12i/memorix-docs
Run locally
- 1npm install && npm run dev
- 2Open http://127.0.0.1:9100 for discovery + Try
- 3Workers on :9101 (topology) and :9102 (vuln)
Call a service
- 1GET /metadata on a worker for service I/O + examples
- 2POST /pipeline with stub.enabled true
- 3Prefer the Try playground for smoke tests