ReadyAgents Core 0.6.0
ReadyAgents Core 0.6.0
List-shaped local YAML, inspectable tool-use, operable run store. No always-on. Install from this repo (not claiming PyPI publish).
What is new
- Bounded sequential
foreach(items,max_items, resume skips ok items). Example:examples/foreach_calc.yaml json_set/json_mergebuiltins (size-capped). Example:examples/json_mutate.yaml- Agent
tools:allowlist +max_tool_rounds; ToolError is a tool observation;tool_roundson the run record. Example:examples/agent_tools.yaml --dry-run - Pause prompt persisted;
runs delete/runs gc(paused kept unless--include-paused); Ctrl-C →cancelled;pendingcleared on resume/success
Try it (no API keys)
pip install -e .
readyagents run examples/foreach_calc.yaml
readyagents run examples/json_mutate.yaml
readyagents run examples/agent_tools.yaml --dry-run
readyagents run examples/approval_gate.yaml
Safety
Core still has no always-on listener, scheduler, hosted control plane, extra database, or billing. Those remain pack material.
Full notes: see CHANGELOG.md (## 0.6.0) and RELEASE_NOTES.md.