ReadyAgents Core 0.8.0
ReadyAgents Core 0.8.0
0.8.0. This package is not on PyPI. Install from a clone (pip install -e .).
First-run clip: https://www.youtube.com/watch?v=D69o_HTGNQk
Eval CLI, local packs, workspace list_dir, extra new templates, unified --json. Still local. No always-on.
What is new
readyagents evalscores fixture suites without a network or API keys--packloads a workspace pack without an entry pointlist_dirlists a workspace without an MCP filesystem serverreadyagents new --template foreach|agent-tools|gated--jsonincludesokandcommandon operator-facing commands
Try it (no API keys)
Requires Python 3.11+.
git clone https://github.com/readyagents/readyagents-core.git
cd readyagents-core
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .
readyagents run examples/calc_pipeline.yaml
Safety
Core still has no always-on listener, scheduler, hosted control plane, extra database, or billing. Packs are not for sale.
Full notes: see CHANGELOG.md (## 0.8.0) and RELEASE_NOTES.md.