readyagentsdev 2.0.3
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 doctorOr clone https://github.com/readyagentsdev/readyagents-core and pip install -e ..