VoidscapeDocs
Current main
On this page Overview
Start here

Agent documentation

Turn a source you are allowed to use into local, ordered evidence an agent can cite. These guides cover the complete path from installing Voidscape to handling a failed or approval-gated read.

Start with a source#

If Voidscape is not installed, follow Install. Then complete the Quick start with one source you are allowed to use:

PowerShell
voidscape inspect "meeting.mp4"
voidscape preview "meeting.mp4"
voidscape read "meeting.mp4" --workdir voidscape-output

The sequence is the product contract: inspect facts, preview cost and permission boundaries, then read only the approved evidence. An agent answers from the resulting manifest and artifacts rather than guessing from a filename, URL, title, or thumbnail.

Pick your path#

I need to…Start hereResult
Complete a first local readQuick startFrames, transcript, manifest, and one grounded answer
Understand the safety modelConceptsSources, evidence bundles, gates, citations, and status labels
Drive Voidscape from an agentWorkflow and protocolGuided commands, raw envelopes, and deterministic errors
Choose the right source readerVideo and audio, Images, or Articles and RSSSource-specific inputs, outputs, limits, and citations
Capture a visible browser stateObserve and captureOne explicit local screenshot or short clip, followed by a normal read
Diagnose a failureTroubleshootingSafe checks that never add approval flags automatically

What an agent may do#

An agent may inspect a selected source, show a preview, explain a gate, run an approved read, open the evidence bundle, and answer with its exact citation labels. Non-interactive callers may use the stable JSON envelope documented in Agent automation.

An agent may not infer consent from a key, previous run, browser session, or configured backend. It may not read browser credentials, cookies, storage, or secrets. Browser interaction belongs to the user-approved harness; Voidscape runs on the host and owns evidence preparation.

A vendor feature is not automatically a Voidscape capability. Confirm its status in the roadmap and support matrix before promising that an agent can use it.

Reader engines#

ReaderTypical sourcesEvidence contract
Video/audiorecordings, voice memos, supported public media URLsframes/, transcript.txt, manifest.json, cited as [MM:SS]
Imagesone image or a local non-recursive carouselordered byte-preserving images/, cited as [image N]
Articles/RSSlocal text, Markdown, HTML, feeds, or an approved public article fetchordered entries/, cited as [article N] or [entry N]

Know what is actually available#

Read Roadmap status before composing integrations. shipped means merged, tested, and available through a supported entry point. dev-only helpers exist in the repository but are not installed commands. planned and parked items are not callable capabilities.

For machine discovery, open manifest.json, then inspect the selected reader's own manifest command. The discovery document describes capabilities and gates; it never grants an approval. The manifest never grants approvals.

Canonical contracts#

The installed agent contract is skill/SKILL.md. Architecture and backend behavior live in docs/architecture.md. If prose conflicts with executable behavior, code and tests on main win and the documentation must be corrected.

Edit this page on GitHub ↗