Public mirror for @nebutra/document-pipeline from Nebutra/Nebutra-Sailor.
This repository is generated from the Nebutra Sailor monorepo. Package releases are cut from the monorepo and mirrored here for discovery, standalone cloning, and contribution intake.
- Canonical source:
packages/ai/document-pipelineinNebutra/Nebutra-Sailor - Package registry: npm and GitHub Packages
- Contributions: open issues or PRs here; maintainers port accepted changes back into the monorepo source package
Status: WIP — Not yet integrated into any production app.
@nebutra/document-pipeline owns document parser routing, metadata-preserving
chunks, content-store ingestion, parser health checks, doctor output, and debug
inspection. File truth remains in content-store; this package translates
documents into indexed content units.
It does not own Thread/Turn/Item state, prompt generation, model calls, sub-agent scheduling, or approval lifecycle. Complex parsing and OCR are sidecar-backed capability ports, not runtime logic.
pnpm docs:doctor
pnpm docs:debug <job_id>
pnpm docs:ingest <path>
pnpm docs:inspect <chunk_id>Executable examples live under examples/:
ingest-markdown.tsparse-html.tssidecar-gate.ts