Skip to main content
The Rippletide CLI lets you evaluate your agent responses from the terminal with an interactive UI, real-time progress, and automatic hallucination detection.

Installation

Or run directly without installing:

Quick Start

The CLI will interactively prompt you for:
  1. Your agent’s endpoint URL
  2. Knowledge source for test questions
  3. Run evaluation and display results

Knowledge Sources

1. Local Files (default)

Create a qanda.json file in your current directory:
Then run:

2. Pinecone Database

3. PostgreSQL Database

Templates

Use pre-configured evaluation scenarios with the -t flag:
Templates include both the endpoint configuration and Q&A pairs, so you can test instantly without any setup.

Command Line Options

Basic Options

Custom Endpoint Options

For agents that don’t use the default request/response format, you can customize headers, the request body, and the response field:

Agent Endpoint Requirements

Your endpoint must accept POST requests and return responses in one of these formats:
If your endpoint uses a different format, use the -B and -rf flags above.

Results

After evaluation, you’ll receive:
  • Summary: Total tests, passed/failed count, duration
  • Dashboard URL: Link to view detailed results and hallucination analysis at app.rippletide.com

Troubleshooting

Permission errors during installation:
Test agent connectivity:
Debug mode for detailed errors:

Support