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
+5
View File
@@ -0,0 +1,5 @@
{"id":"greeting","input":"Hello","expected_answer_contains":"Hello","expected_tool_calls":0}
{"id":"empty-safe","input":" ","expected_answer_contains":"","expected_tool_calls":0}
{"id":"explicit-request","input":"List the next step","expected_answer_contains":"List","expected_tool_calls":0}
{"id":"no-invention","input":"Return the supplied value","expected_answer_contains":"supplied","expected_tool_calls":0}
{"id":"traceable","input":"Show the request","expected_answer_contains":"request","expected_tool_calls":0}