🛠 Stepyard: Local Automation via YAML Pipelines
Stepyard has been released — a tool for automating tasks via YAML files with support for Python plugins. The system includes built-in nodes for shell commands, HTTP requests, and native integration with LLMs (e.g., GPT-4o) via the llm.generate step.
🌍 The tool promotes the concept of local-first automation, reducing dependency on cloud CI/CD platforms and increasing data privacy through the use of SQLite and local execution.
👤 You can deploy reliable pipelines for backups, deployment, or AI code reviews directly on your computer or server, maintaining full control over secrets and data.
Source 1: https://rorlikowski.github.io/stepyard/