[OQI-007] docs: Update inventories with LLM assistant components

- FRONTEND_INVENTORY: Added 4 new assistant components, OQI-007 at 55%
- MASTER_INVENTORY: Updated component count and OQI-007 progress

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adrian Flores Cortes 2026-01-25 10:49:06 -06:00
parent 100bae9129
commit ae863f4e36
2 changed files with 8 additions and 8 deletions

View File

@ -19,10 +19,10 @@ last_updated: "2026-01-25"
summary: summary:
total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing) total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
total_components: 39 # +3 MT4 Gateway (MT4ConnectionStatus, LivePositionCard, RiskMonitor) total_components: 43 # +4 LLM Assistant (ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel)
total_hooks: 0 total_hooks: 0
total_stores: 2 # chatStore, paymentStore total_stores: 2 # chatStore, paymentStore
status: "En desarrollo (OQI-009 al 45%)" status: "En desarrollo (OQI-007 al 55%)"
# ============================================================================ # ============================================================================
# ESTRUCTURA DE DIRECTORIOS # ESTRUCTURA DE DIRECTORIOS
@ -771,9 +771,9 @@ epic_mapping:
OQI-007: OQI-007:
features: [assistant] features: [assistant]
pages_count: 1 pages_count: 1
components_count: 5 components_count: 9
status: "En Desarrollo (40%)" status: "En Desarrollo (55%)"
note: "Assistant page with ConversationHistory, ContextPanel, ChatMessage, ChatInput, SignalCard" note: "Core chat components + ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel"
OQI-008: OQI-008:
features: [] features: []

View File

@ -17,7 +17,7 @@ resumen_general:
total_tablas: 81 # +4 (notifications, user_push_tokens, distribution_history, distribution_runs) total_tablas: 81 # +4 (notifications, user_push_tokens, distribution_history, distribution_runs)
total_servicios_backend: 15 # +1 firebase.client total_servicios_backend: 15 # +1 firebase.client
total_servicios_python: 4 # ML Engine, Data Service, MT4 Gateway, LLM Agent total_servicios_python: 4 # ML Engine, Data Service, MT4 Gateway, LLM Agent
total_componentes_frontend: 62 # +3 MT4 (MT4ConnectionStatus, LivePositionCard, RiskMonitor) total_componentes_frontend: 66 # +4 LLM (ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel)
total_pages: 33 # +4 payments (CheckoutSuccess, CheckoutCancel, Pricing, Billing) total_pages: 33 # +4 payments (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
total_background_jobs: 1 # Distribution Job total_background_jobs: 1 # Distribution Job
total_unit_tests: 2 # notification.service.spec, distribution.job.spec total_unit_tests: 2 # notification.service.spec, distribution.job.spec
@ -76,9 +76,9 @@ epicas:
nombre: LLM Strategy Agent nombre: LLM Strategy Agent
sp: 55 sp: 55
estado: En Desarrollo estado: En Desarrollo
progreso: 40% progreso: 55%
doc_frontend: true doc_frontend: true
descripcion: "Assistant page con ConversationHistory, ContextPanel, chatStore integration" descripcion: "Core chat + ToolCallCard, MessageFeedback, StreamingIndicator, AssistantSettingsPanel"
- codigo: OQI-008 - codigo: OQI-008
nombre: Portfolio Manager nombre: Portfolio Manager