├── README.md
├── harness.sh
├── input.md
├── prompt1.md
└── prompt2.md
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |

4 |
5 | # `harness`
6 |
7 | 
8 | 
9 | [](https://opensource.org/licenses/MIT)
10 |
11 |
12 |
harness
is a tool for testing the efficacy of prompts and prompt + model combinations.
13 |
14 |
15 | [What and Why](#whatandwhy) •
16 | [Installation](#Installation) •
17 | [Usage](#Usage) •
18 | [Examples](#examples) •
19 |
20 |
21 |
22 | ## Navigation
23 |
24 | - [What and Why](#what-and-why)
25 | - [Installation](#Installation)
26 | - [Usage](#Usage)
27 | - [Examples](#examples)
28 |
29 |