
HelloWorldBot
CodeBotsHelloWorldBot is a starter Bot that bundles a small, complete set of resources you can reuse: two example Metamodels and two automation Pipelines. Together, they demonstrate how CodeBots turns lightweight Models into repeatable outcomes.
The bot provides StickiesMetamodel and TodosMetamodel. These Metamodels define what you’re able to model: Stickies for quick, informal notes, and Todos for a simple Kanban-style board where work can be tracked. Once you create Models that conform to these metamodels, you can iterate safely and use Validation to confirm they’re well-formed.
The bot also provides the HelloWorldBot-Stickies2Todos Pipeline. It runs a Transformation (model-to-model) that maps your Stickies Model into a Todos Model, turning each sticky into a trackable todo card. Because this is automated, you can update the source model and re-run the pipeline to produce the target model consistently.
To close the loop, the bot provides HelloWorldBot-UpdateRepository. This Pipeline performs Generation (model-to-text) to turn your models into real files and commit them to a Git Repository, so outputs are versioned, shareable, and easy to review.
When running pipelines, you’ll typically select the latest model Version for each input, which is simply the most recent saved snapshot used during execution.