Skip to content

ReadyAgents Core 0.7.0

Choose a tag to compare

@readyagents readyagents released this 27 Aug 09:05
· 124 commits to main since this release

ReadyAgents Core 0.7.0

Honest composition resume and a real MCP client. Still local. No always-on. Install from this repo (not claiming PyPI publish).

What is new

  • Include / parallel resume snapshots: successful child nodes and sibling branches are not re-run
  • MCP client: one stdio session per named server; inputSchema on tools; cwd confined to the workspace
  • Pause notify (on_pause_url) uses the same public-IP pin as http_get; HITL still pauses if notify fails
  • Template filters default / len / join and condition and / or / not (no Python eval)

Try it (no API keys)

pip install -e .
readyagents run examples/foreach_calc.yaml
readyagents run examples/composed_gate.yaml --approve gate

Safety

Core still has no always-on listener, scheduler, hosted control plane, extra database, or billing.

Full notes: see CHANGELOG.md (## 0.7.0) and RELEASE_NOTES.md.