- 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

@@ -67,9 +67,13 @@ results:
agents:
- type: "RAG_AGENT"
version: "1.2"
- type: "RAG_PROOFREADER_AGENT"
version: "1.0"
tasks:
- type: "RAG_TASK"
version: "1.1"
- type: "RAG_PROOFREADING_TASK"
version: "1.0"
metadata:
author: "Josako"
date_added: "2025-01-08"