rippletide
v1.0.20
Published
Rippletide Evaluation CLI
Readme
Rippletide Evaluation CLI
CLI tool to quickly run an evaluation of your Rippletide agent from the terminal.
Installation
npm install -g rippletideUsage
Run the evaluation UI:
rippletide
# or
rippletide evalYou will be asked for:
- Agent endpoint (e.g.
http://localhost:8000) - Knowledge source (currently
qanda.jsonin the current directory)
The CLI will:
- Generate an API key for the evaluation
- Create a temporary agent
- Run a small set of test prompts against your endpoint
- Show progress and a summary of passed/failed tests
For more details and source code, see the main repository:
- GitHub: https://github.com/rippletideco/starter
