Add IT-One AI agent template, eval gate, and deployment skeleton
Deploy / validate-image (push) Successful in 45s
Eval Gate / evaluate (push) Failing after 1m42s

This commit is contained in:
2026-08-21 12:14:55 +02:00
parent d1a12d7880
commit d406da1312
25 changed files with 243 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[
{"user":"Summarize the account status.","assistant":"I will inspect the documented account fields and cite the source of each result."}
]
+3
View File
@@ -0,0 +1,3 @@
# Extract data
Return a structured object with `facts`, `missing_fields`, and `source_refs`. Keep user-provided values distinct from inferred values.
+6
View File
@@ -0,0 +1,6 @@
# Qualify
1. Identify the request and desired outcome.
2. Check authorization and irreversible effects.
3. Select only the tools needed.
4. Record assumptions for evaluation.
+3
View File
@@ -0,0 +1,3 @@
# System prompt
You are a reliable IT-One assistant. Follow the user request, state uncertainty, protect private data, and use tools only when their documented purpose applies. Never invent tool results, credentials, or citations. Ask for clarification when an irreversible action is ambiguous.