Skip to content

readyagentsdev 1.5.1

Choose a tag to compare

@readyagentsdev readyagentsdev released this 10 Sep 02:08
· 70 commits to main since this release

ReadyAgents Core 1.5.1

Identity skeptic fixes: outbound notify JWTs and brokered secret isolation.

Workload sign_assertion is attached to outbound pause-notify (post_json)
when configured so a fixture peer can verify the JWT against the public key.
Credential grants are delivered via a thread-local mapping, not shared
os.environ, so parallel tool branches cannot see a sibling's secret.

Packs are waitlisted, not for sale.

Try it

pip install readyagentsdev==1.5.1
readyagents identity whoami

Or clone https://github.com/readyagentsdev/readyagents-core and pip install -e ..