fix(sae): stabilize navigation engine, fix container filtering, and negative reinforcement logic

This commit is contained in:
2026-04-25 13:09:12 +02:00
parent ad1af4edfe
commit 77e8251aa7
43 changed files with 4107 additions and 4075 deletions

View File

@@ -52,6 +52,7 @@ markers = [
"live: tests requiring a live ADB device",
"chaos: chaos engineering / corruption tests",
"property: hypothesis property-based tests",
"live_llm: tests requiring a live local LLM via Ollama",
]
[tool.coverage.run]