feat: add run_self_tests() tool for self-verification (#65)
Some checks failed
Tests / lint (pull_request) Successful in 4s
Tests / test (pull_request) Failing after 59s

Timmy can now run his own test suite via the run_self_tests() tool.
Supports 'fast' (unit only), 'full', or specific path scopes.
Returns structured results with pass/fail counts.

Sovereign self-verification — a fundamental capability.
This commit is contained in:
2026-03-14 20:28:24 -04:00
parent c164d1736f
commit 2fb104528f
4 changed files with 181 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ agents:
- memory_search
- memory_write
- system_status
- self_test
- shell
prompt: |
You are Timmy, a sovereign local AI orchestrator.