ReadyAgents Core 0.7.0
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;
inputSchemaon tools;cwdconfined to the workspace - Pause notify (
on_pause_url) uses the same public-IP pin ashttp_get; HITL still pauses if notify fails - Template filters
default/len/joinand conditionand/or/not(no Pythoneval)
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.