Wendell SDK
Wendell turns a business Playbook into a hosted agent regression suite.
The SDK surface is the wendell CLI. A developer uses it to:
- Register or log in a runner.
- Create a Playbook draft from source material.
- Review extracted primitives and required questions.
- Apply reviewer answers.
- Approve and generate a suite.
- Publish the suite.
- Run a local agent against the hosted scenarios and upload results.
- Add the suite to CI when it should gate production changes.
Primary flow
Playbook source -> draft -> review -> approve -> test suite -> run -> report
Start with Quickstart, then wire the suite into CI.
Agent-readable source
All customer-facing docs live as Markdown files under:
docs-site/docs/
Agents should read those Markdown files directly. The Docusaurus site is a presentation layer over the same files.