docs(conductor): Synchronize docs for track 'Event-Driven API Metrics Updates'

This commit is contained in:
2026-02-23 16:39:46 -05:00
parent abc0639602
commit eaaf09dc3c

View File

@@ -15,3 +15,6 @@
- **tomli-w:** For writing TOML configuration files. - **tomli-w:** For writing TOML configuration files.
- **psutil:** For system and process monitoring (CPU/Memory telemetry). - **psutil:** For system and process monitoring (CPU/Memory telemetry).
- **uv:** An extremely fast Python package and project manager. - **uv:** An extremely fast Python package and project manager.
## Architectural Patterns
- **Event-Driven Metrics:** Uses a custom `EventEmitter` to decouple API lifecycle events from UI rendering, improving performance and responsiveness.