[BEZALEL][DEMO] Notebook Workflow: Jupytext + Papermill for Agent Tasks #157
Reference in New Issue
Block a user
Delete Branch "bezalel/notebook-workflow-demo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
A demonstration PR proving that agents can generate, review, and execute notebooks as first-class workflow artifacts — similar to how we work with code in Gitea.
Added
notebooks/agent_task_system_health.py— Jupytext source (the diffable, reviewable source of truth)notebooks/agent_task_system_health.ipynb— Auto-generated notebook for execution and viewing.gitea/workflows/notebook-ci.yml— CI gate that executes the notebook via Papermill on every PR/pushdocs/NOTEBOOK_WORKFLOW.md— Documentation of the.py-first philosophy and workflowDesign
.pyfiles are authored and reviewed (clean diffs, no JSON noise).ipynbis auto-generated from.pyvia JupytextWhy This Matters
This moves notebooks from "data-science skill" to "core execution substrate." The LLM writes cells, the kernel executes them, and the output
.ipynbbecomes both proof-of-work and human-readable report.Next Steps (if approved)
NotebookExecutorHermes toolreports/branch from cronRelated
/assign @bezalel