docs(conductor): Synchronize docs for track 'Human-Like UX Interaction Test'

This commit is contained in:
2026-02-23 19:55:25 -05:00
parent c4da60d1c5
commit 59f4df4475
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,8 @@
- **tomli-w:** For writing TOML configuration files.
- **psutil:** For system and process monitoring (CPU/Memory telemetry).
- **uv:** An extremely fast Python package and project manager.
- **pytest:** For unit and integration testing, leveraging custom fixtures for live GUI verification.
- **ApiHookClient:** A dedicated IPC client for automated GUI interaction and state inspection.
## Architectural Patterns
- **Event-Driven Metrics:** Uses a custom `EventEmitter` to decouple API lifecycle events from UI rendering, improving performance and responsiveness.