feat(perf): Implement core PerformanceMonitor for telemetry collection

This commit is contained in:
2026-02-23 14:41:11 -05:00
parent 3487c79cba
commit 7fe117d357
3 changed files with 87 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ dependencies = [
"imgui-bundle",
"google-genai",
"anthropic",
"tomli-w"
"tomli-w",
"psutil>=7.2.2",
]
[dependency-groups]