Clone the toolkit
git clone https://github.com/readyagents/readyagents-core.git && cd readyagents-core
Home / Docs
Documentation
The open-source toolkit is the starting point. Premium packs plug into the same workflow once you need continuous operation.
git clone https://github.com/readyagents/readyagents-core.git
cd readyagents-core
python -m venv .venv
source .venv/bin/activate
pip install -e .
readyagents run examples/calc_pipeline.yaml
Python 3.11+. No API keys needed for that first run.
git clone https://github.com/readyagents/readyagents-core.git && cd readyagents-core
python -m venv .venv && source .venv/bin/activate && pip install -e . (Python 3.11+)
readyagents run examples/calc_pipeline.yaml — no API keys needed.
Copy .env.example to .env and set your own provider key. The first run above works without this.
Local one-shot runs. Not always-on. These are in readyagents-core 0.2.0:
parallel branchesTry examples/approval_gate.yaml, examples/fanout_gate.yaml, and examples/include_demo.yaml.
--json prints machine-readable output on run, resume, validate, and runs. --log-level is DEBUG / INFO / WARNING / ERROR.
ReadyAgents is designed so you keep provider accounts and spend. The open-source core and premium packs both assume your keys, not ours. Use the key you have.
When a workflow has to stay up, join the waitlist for premium packs instead of stitching operations yourself. Pricing is on a separate page — no invented vertical bundles.