MCPcopy
hub / github.com/showlab/Code2Video / TeachingOutline

Class TeachingOutline

src/agent.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass
28class TeachingOutline:
29 topic: str
30 target_audience: str
31 sections: List[Dict[str, Any]]
32
33
34@dataclass

Callers 1

generate_outlineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected