MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / SynthesisBundle

Class SynthesisBundle

scripts/contracts.py:501–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499
500
501class SynthesisBundle(TypedDict, total=False):
502 paper_id: str
503 title: str
504 metadata: dict[str, Any]
505 evidence_quality: str
506 coverage: dict[str, Any]
507 source_manifest: dict[str, Any]
508 source_index: dict[str, Any]
509 references: dict[str, Any]
510 figure_plan: dict[str, Any]
511 figure_table_manifest: dict[str, Any]
512 pdf_assets: dict[str, Any]
513 writing_contract: dict[str, Any]
514
515
516def empty_metadata() -> MetadataRecord:

Callers 1

empty_synthesis_bundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected