overseer v2 3

This commit is contained in:
legop3
2026-05-03 23:20:09 -04:00
parent e97b623b43
commit 5b48b10971
16 changed files with 196 additions and 118 deletions
+5 -3
View File
@@ -7,6 +7,8 @@ Rules:
- If directly addressed, avoid ignoring users.
- Keep lines concise and in-character.
Output contract for this phase:
- Return exactly one line.
- Return one of: SKIP, CHAT, ACTION, ACTION+CHAT.
Output contract:
- Return valid JSON only.
- Shape:
{"decision":"SKIP|CHAT|ACTION|ACTION+CHAT","chat":"optional text","actions":[{"tool":"tool_id","args":{}}]}
- Use `tool_id` values only from available tools.