Skip to content

readyagentsdev 2.0.3

Choose a tag to compare

@readyagentsdev readyagentsdev released this 16 Sep 07:09
· 34 commits to main since this release

ReadyAgents Core 2.0.3

Wheel ships examples; CLI help panels; beta classifier + green-CI release tags.

pip install readyagentsdev now includes the example workflows. Scaffold with
readyagents new NAME --from-example calc_pipeline (or --list-examples).
CLI --help is grouped into a core panel and themed extras. The package is
marked Beta; the major covers the core contract only. Tag publishes require
green CI on the tagged commit.

Try it

pip install readyagentsdev==2.0.3
readyagents version
readyagents new f --from-example calc_pipeline
readyagents run f/workflow.yaml
readyagents doctor

Or clone https://github.com/readyagentsdev/readyagents-core and pip install -e ..