- cleanup of old TASKs, AGENTs and SPECIALISTs

- Add additional configuration options to agent (temperature and model choice)
- Define new PROOFREADING Agents and Tasks
This commit is contained in:
Josako
2025-10-23 09:10:52 +02:00
parent 4ec1099925
commit 1720ddfa11
27 changed files with 112 additions and 860 deletions

View File

@@ -0,0 +1,26 @@
version: "1.0.0"
name: "RAG QA Task"
task_description: >
You have to improve this first draft answering the following question:
£££
{question}
£££
We want you to pay extra attention and adapt to the following requirements:
- The answer uses the following Tone of Voice: {tone_of_voice}, i.e. {tone_of_voice_context}
- The answer is adapted to the following Language Level: {language_level}, i.e. {language_level_context}
- The answer is suited to be {conversation_purpose}, i.e. {conversation_purpose_context}
- And we want the answer to have the following depth: {response_depth}, i.e. {response_depth_context}
Ensure the following {language} is used.
If there was insufficient information to answer, answer "I have insufficient information to answer this
question." and give the appropriate indication.
expected_output: >
Your answer.
metadata:
author: "Josako"
date_added: "2025-01-08"
description: "A Task that gives RAG-based answers"
changes: "Initial version"