MCPcopy Create free account
hub / github.com/idank/explainshell / BatchManifest

Class BatchManifest

explainshell/extraction/manifest.py:27–34  ·  view source on GitHub ↗

Top-level manifest schema — used for reading and validation.

Source from the content-addressed store, hash-verified

25
26
27class BatchManifest(BaseModel):
28 """Top-level manifest schema — used for reading and validation."""
29
30 version: Literal[1]
31 model: str
32 batch_size: int
33 total_batches: int | None
34 batches: list[BatchManifestEntry]
35
36
37class BatchManifestWriter(Protocol):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected