Skip to content

Embedded Agent Toolkit v0.9.1

Choose a tag to compare

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

Embedded Agent Toolkit 0.9.1

This patch release expands the parent-process deadline for the trusted one-command workstation setup introduced in 0.9.0.

Known issue: release cold-install testing showed that Python urllib treats its timeout as a per-socket-wait bound, not a total download deadline. A continuously slow component download can therefore consume the expanded parent budget and still be terminated before completion. The operation fails closed: versioned files already verified may remain for inspection or reuse, but no component lock is produced. Plugin-only bootstrap remains unaffected. A follow-up release will enforce a monotonic total deadline inside each component download.

Trusted 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

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

Verify bootstrap.py with GitHub artifact attestation before execution. The release ZIP and bootstrap are bound to refs/tags/v0.9.1 and source commit 1976c10ad23e1406ad1736b93bd8d99280e8bc50.