36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# Integrations Index
|
|
|
|
## Audience
|
|
|
|
Operators, developers, and coding agents who need to understand Narratio's
|
|
externally observable integration boundaries.
|
|
|
|
## Scope
|
|
|
|
`docs/integrations/` is the canonical reference for protocols, invocation and
|
|
data contracts, logical outputs, and compatibility behavior at external tool
|
|
boundaries.
|
|
|
|
These documents describe what Narratio sends or invokes, what it accepts in
|
|
return, and how failures are surfaced. Internal composition and stage mechanics
|
|
belong in [the adapter implementation guide](../internal/adapters.md) and the
|
|
focused stage documents.
|
|
|
|
## Integration Contracts
|
|
|
|
- [Audita](./audita.md): transcript polishing (`audita process`).
|
|
- [Notarius](./notarius.md): complete pipeline execution and safe JSON bundle
|
|
discovery (`notarius run`).
|
|
- [Seriatim](./seriatim.md): merge, normalize, trim, and render operations.
|
|
- [Scriptorium](./scriptorium.md): artifact generation and debug rendering
|
|
(`scriptorium run|render`).
|
|
- [WhisperX](./whisperx.md): speaker-audio transcription over HTTP.
|
|
|
|
## Related Canonical Docs
|
|
|
|
- [Configuration](../config.md): operator-facing configuration reference.
|
|
- [Adapter implementation](../internal/adapters.md): shared adapter boundary and
|
|
runner wiring.
|
|
- [Internal documentation](../internal/overview.md): stage-specific integration
|
|
usage and component ownership.
|