Overview
A general-purpose agent for tasks where the output must conform to specific requirements stated in the prompt. Those requirements can be anything the caller specifies: length, format, structure, content inclusions or exclusions. The agent reads the prompt, addresses the task, and produces a response that conforms to what the prompt asked for.
Input
Prompt(text, required). The full task description, including any requirements the response must satisfy.
Output
Response(text). The answer to the task.
Notes
The task and the requirements are expressed together in the prompt. The response addresses the task directly and conforms to the requirements. No preamble or meta-commentary.

