MCPcopy Create free account
hub / github.com/BeingBeyond/BeTTER / CompiledTaskAuthoringBundle

Class CompiledTaskAuthoringBundle

src/task/specs/task_draft.py:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63@dataclass(frozen=True)
64class CompiledTaskAuthoringBundle:
65 task_yaml: dict[str, object]
66 object_universe_yaml: dict[str, object]
67 base_variation_yaml: dict[str, object]
68 variations_dir_entries: dict[str, dict[str, object]] = field(default_factory=dict)
69
70
71def compile_task_draft(

Callers 1

compile_task_draftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected