add auto codegen

This commit is contained in:
2026-04-04 21:32:50 +03:00
parent 703ea8dbaf
commit b2cc714d79
12 changed files with 901 additions and 1320 deletions

23
models/SiaN/_schema.md Normal file
View File

@@ -0,0 +1,23 @@
# _schema.md
## Format
```
# === IMPORTS ===
<all imports>
# code: ./src/file.py
# markdown
"""Description"""
# inline:
<custom code>
```
## Directives
- `# code:` - include file from src/
- `# markdown` - description block
- `# inline:` - custom code cell
`build.py` generates notebook from `_schema.py`.