Skip to content

ReadyAgents Core 0.6.0

Choose a tag to compare

@readyagents readyagents released this 27 Aug 07:36
· 125 commits to main since this release

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_merge builtins (size-capped). Example: examples/json_mutate.yaml
  • Agent tools: allowlist + max_tool_rounds; ToolError is a tool observation; tool_rounds on 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; pending cleared 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.