v0.2.1
This release reorganises the short-workshop narrative around a single AgentOps operating model, polishes the Agent Foundations section, and fixes several rendering bugs in the Marp -> PPTX pipeline.
Highlights
- New AgentOps operating model. The deck now tells one story end to end - Evaluate, Ship, Observe, Own - replacing the older six-step loop that confused learners.
- Stronger Agent Foundations section. New
complexity vs anatomyslide and updated narrative make thewhy agents need a new operating modelpitch land more cleanly. - Cleaner slide rendering. Subtitles no longer show a stray
>, the four-pillar diagram renders full-width instead of as a corner thumbnail, and diagrams no longer overlap their subtitles.
Content - Agent Foundations (Richard Healy)
- Add a new
complexity vs anatomyslide and accompanyinganatomy-complexity.pngdiagram, and re-order the surrounding slides so the foundations story flows fromwhat an agent isintowhy production is hard. Narratives updated to match. - Refresh
production-gap.pngto align with the new ordering. - Polish speaker notes throughout the deck so each slide intros its topic cleanly and sets up the next one.
Content - Four-pillar operating model (Paulo Lacerda)
- Replace the six-step loop (
Evaluate, Gate, Observe, Diagnose, Ship, Improve) with a single four-pillar model (Evaluate -> Ship -> Observe -> Own) as the primary AgentOps story across the short track. - Retitle the operating-model slide and its visual, rename the section dividers to Evaluate/Ship/Observe/Own, rewrite affected speaker notes, and reframe the 30-day adoption path around the four pillars.
- Update
speaker-script.md,agenda.md,run-of-show.md, andindex.mdso all delivery materials present the four-pillar model consistently.
Diagrams
- New
agentops-four-pillarsdiagram inmake_diagrams.pyand renderedshort/images/agentops-four-pillars.png. (Paulo) - New
model-lifecyclediagram and a full regeneration of everyshort/images/*.pngwithout embedded headers, so the slide title no longer competes with the diagram title. (Richard)
Tooling - Marp -> PPTX converter (Paulo Lacerda)
- Strip the leading
>from Markdown blockquote subtitles in_extract_body_text. - Register
agentops-four-pillars.pnginDIAGRAM_IMAGESso it renders centered and full-width. - Push diagram images down to
Inches(2.3)whenever a slide has both a blockquote subtitle and an inline diagram, so the diagram no longer overlaps the subtitle textbox.
Artefacts
- Regenerated
short/slides.pptxfrom the updatedslides.md.
Follow-up
short/agentops-short-video.mp4is now out of sync with the revised script and should be re-rendered viabuild_production_video.py+compress_production_video.py.- Mirror the deck to the upstream program repo at
presentations/04-agentops/.
Contributors: @placerda, Richard Healy