Skip to content

arc-dag documentation

Public docs: https://arcpx-eng.github.io/arc-dag/

Local preview (clone only, not npm install arc-dag): cd docs-site && npm install && npm start — see docs-site/README.md.

DocDescription
Getting startedInstall, TypeScript quick start, project layout
Scriptsnpm commands and example runners
API referenceGraphEngine, utilities, events
LLM configurationGraphEngine({ llm }) — provider, API key, model
Payload guideJSON schema, normalize, checklist
Bring your own LLM.env.template, endpoints, genText wiring
ArcPX integrationExport from ArcPX, normalize, run locally
Node handlersMissing node.type stubs, npm run generate:handler
Extending builtin executorCustom types + webpage example on top of createBuiltinNodeExecutor
Core node typesPackage builtin: pipeNode, genText, … (webpage = extension)

Example pipelines

All examples + overview diagrams

DocCommand
Linear (3 nodes)npm run quickstart
Fan-in (4 nodes)npm run run:fan-in
Fan-out (4 nodes)npm run run:fan-out
Web scrapernpm run run:web-scraper
LLM demonpm run run:llm
Output chainingnpm run run:output-chaining
AI repos (ArcPX-style)Requires custom nodeExecutor + optional LLM

Also

MIT Licensed