eval_manim
Parse and validate .manim source snippets, returning node names and per-node build errors with file, line, and column details for diagnostics.
Instructions
Parse and validate a .manim source snippet. Returns parsed node names and per-node buildErrors[]. Each build error has 'node' (programmable name or '') and 'error' (message); runtime builder failures additionally include 'file', 'line', 'col', and optional 'code' ('not_a_number', 'missing_ref', etc.) for clickable diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The .manim source code to parse |