feat(webui): model usage, token cost, latency, and performance analytics (Closes #651)

This commit is contained in:
2026-07-24 07:16:44 -04:00
parent c33c69b3f3
commit 5c5c1fdf77
8 changed files with 1226 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class ControlPlaneDBTest(unittest.TestCase):
rows = dict(conn.execute("SELECT key, value FROM schema_meta").fetchall())
finally:
conn.close()
self.assertEqual(rows["schema_version"], "4")
self.assertEqual(rows["schema_version"], "5")
self.assertIn("DB coordinates", rows["architecture"])
self.assertIn("bridge", rows["architecture"].lower())