Skip to content

ReadyAgents Core 0.8.0

Choose a tag to compare

@readyagents readyagents released this 02 Sep 11:09
1c481e2

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 eval scores fixture suites without a network or API keys
  • --pack loads a workspace pack without an entry point
  • list_dir lists a workspace without an MCP filesystem server
  • readyagents new --template foreach|agent-tools|gated
  • --json includes ok and command on 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.