AutomationForgeToolset
Every released version of AutomationForgeToolset, newest first. Latest 0.1.1.
AutomationForgeToolset0.1.1Open source
| Set | AutomationForge |
| Role | toolset |
| Latest | 0.1.1 — 8 September 2026 |
| Versions here | 2 |
| Depends on | AutomationForge, AutomationForgePipelines |
| Source | github.com/AutomationForgeHQ/AutomationForgeToolset |
0.1.x
0.1.1
8 September 2026 · Download (139 KB) · Release on GitHub
- Packaging fix: the release now carries everything the register allows.
BuildPlugin's filter excludesConfig/and everypublic_extrapath, so earlier zips shipped without them. - The package now carries its Apache-2.0 LICENSE, which earlier zips omitted.
GetToolsetVersion()answers this plugin's real version; it had drifted from the descriptor.
0.1.0
28 August 2026 · Download (133 KB) · Release on GitHub
- A node library found by reflection, not by a list
- A ledger that knows what already exists, and what a run would cost
- A pipeline that runs from data, and a register of what is still wrong
- A pipeline an agent can write without a graph existing
- A run that outlives the call that started it
- The wait, proven against a solve that really takes minutes
- A gate: the one construct that is not about data
- Wires you can see, undo on the keyboard, and assets you pick
- A details panel you can fill in, and nodes with names
- A step needs what a step needs, and not twenty other things
- Cost before commit, for real this time