Skip to content

Embedded Agent Toolkit v0.9.0

Choose a tag to compare

@Nitmi Nitmi released this 09 Sep 13:28
· 13 commits to main since this release

Embedded Agent Toolkit 0.9.0

This release adds an explicit trusted one-command workstation setup path. An authenticated bootstrap can install the Toolkit, download the three catalog-pinned component CLIs into versioned directories, create an exact component lock, and run strict host-only doctor.

The default bootstrap remains plugin-only. Neither mode edits PATH, activates plugins, registers component MCP servers, or accesses hardware.

Known issue: the 0.9.0 bootstrap gives the complete component-install subprocess only 60 seconds when using the documented default timeout. On a slow network it can terminate a valid setup before component downloads finish. The operation fails closed without creating a component lock. Plugin-only bootstrap remains unaffected. Use the standalone installed component_install.py flow, or wait for 0.9.1, which gives each bounded operation its declared timeout.

One-command host setup

python bootstrap.py `
  --install-root C:\Tools\embedded-agent-toolkit `
  --component-install-root C:\Tools\embedded-agent-components `
  --lock-output C:\Tools\embedded-agent-toolkit\component-locks\workstation.json `
  --json

Verify bootstrap.py with GitHub artifact attestation before executing it. The release ZIP and bootstrap are bound to refs/tags/v0.9.0 and source commit a6d1cc89fe56cc9b17ac9dbc7b312eb07f092cee.