Skip to content

readyagentsdev 1.8.1

Choose a tag to compare

@readyagentsdev readyagentsdev released this 10 Sep 06:31
· 26 commits to main since this release

ReadyAgents Core 1.8.1

Sovereign patch: honest bundle, resume restore, keyless allowlist.

readyagents bundle fails if pip download cannot collect declared runtime
wheels (a --no-index install needs those wheels, not only the project).
Resuming a sovereign run restores the socket guard and stored allowlist from
the run record even when resume is invoked without --sovereign. Keyless
OpenAI-compat for allowlisted private bases uses the same parsed CLI/env
allowlist as the egress guard (--sovereign-allow 10.0.0.8).

Packs are waitlisted, not for sale.

Try it

pip install readyagentsdev==1.8.1
readyagents bundle --out ./offline-wheels
readyagents resume RUN

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