You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AI workforce is real. Worker Runtime v2 lands end-to-end: blank-slate
ephemeral worker sessions with compiled role profiles (#452), a full lease
lifecycle — claim/heartbeat/halt with true runNow semantics (#453), a work_report completion contract that lets a conductor demo COMPLETE on a
local gemma model (#450), and a grading store with scorecards and a
quantified promotion gate so a worker earns autonomy with evidence, not
vibes (#463). The worker wizard mounts straight from the Workforce Board
(#440), and local-model workers are viable thanks to native tool-call
support with blank-slate prompts (#444, #447).
One source of truth again. ArgentOS-Business merges back into core —
business logic, dashboard surfaces, and runtime live in a single repo and
ship together (#435).
Approvals you can trust. Deny now denies, timeouts actually fire, failed
sends fail loud, and toolsAllow is enforced end-to-end (#462). Cron
approval buttons render and resolve (#457, #459), with a Telegram text-reply
fallback when buttons aren't available, and the approval text-command path
is refactored to be provably testable (#458).
Rust daemons graduate from experiment to credible. Fail-closed bearer
token auth on both shadow daemons — no token, no start, no route (#470);
argentd answers canary receipt methods over WebSocket (#468); and the
authority delegation seam is designed and locked after adversarial review
(#469).
An idle gateway now burns zero inference. Deterministic salience gates
keep the kernel (#451), heartbeat, contemplation, and closet runners (#454)
silent unless something actually changed, and the personal-skill block is
off the turn critical path (#436) — idle boxes stay cool and cheap.
Install and update paths harden. Unattended installs never block on the
master-key prompt (#434 closes #429), argent update runs native rebuilds
under the gateway's own pinned Node and verifies the ABI before restart
(#448 closes #416), and a fresh PostgreSQL self-bootstraps its full schema
and agent rows at first init (#439).
Security and CI baseline. All 11 critical Dependabot alerts cleared
(vitest, protobufjs, shell-quote, baileys) (#456), and the unit suite is
green with a new blocking CI unit-test job so it stays that way (#461).
Changes
feat: merge ArgentOS-Business back into core — one source of truth (distillation merge) (#435)