Skip to content

Commit

Permalink
copy file back after rename to make test-file-runner resolve correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Oct 19, 2024
1 parent ec95a1c commit 67510a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions info/global-definitions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Global Definitions

The following are the definitions to use. They supersede any other expectations you may have.

- PROMPT: An input to an AGENT. A PROMPT may be plain text, or may be a fenced codeblock, often in md or markdown format, since the test file itself is markdown and a PROMPT that
includes markdown features needs to be fenced to signal it is meant to be passed
as a single block of text.
- AGENT: An AI that can be passed a PROMPT from a user or another AGENT and which gives a RESPONSE.
- TEST-FILE-RUNNER: A TEST-FILE-RUNNER is and AGENT which is passed a TEST FILE, expands TESTS, runs them against the TARGET and passes the output to the ASSESSOR.
- ASSESSOR: The ASSESSOR is an AGENT which performs the assessments on the end system state after running the TEST-FILE-RUNNER runs a TEST-FILE against a TARGET. The path to the ASSESSOR that is to be used as in this RUN. The path to an ASSESSOR must always be in the folder "/agents/".
- RESPONSE: The output from an AGENT given a PROMPT.

0 comments on commit 67510a8

Please sign in to comment.