[OQI-007] docs: Update inventories for LLM Strategy Agent module
- Add chatStore to implemented stores - Update OQI-007 progress to 40% - Add assistant feature with 5 components - Update component counts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
befc593c9b
commit
9385ea238e
@ -17,12 +17,12 @@ last_updated: "2026-01-25"
|
||||
# RESUMEN EJECUTIVO
|
||||
# ============================================================================
|
||||
summary:
|
||||
total_features: 8 # +1 payments
|
||||
total_features: 8 # auth, dashboard, education, trading, investment, settings, notifications, payments
|
||||
total_pages: 18 # +4 (CheckoutSuccess, CheckoutCancel, Pricing, Billing)
|
||||
total_components: 29 # +6 payments (PricingCard, SubscriptionCard, WalletCard, UsageProgress, WalletDepositModal, WalletWithdrawModal)
|
||||
total_components: 32 # +3 assistant (ConversationHistory, ContextPanel, index)
|
||||
total_hooks: 0
|
||||
total_stores: 2 # +1 paymentStore
|
||||
status: "En desarrollo (OQI-005 al 60%)"
|
||||
total_stores: 2 # chatStore, paymentStore
|
||||
status: "En desarrollo (OQI-007 al 40%)"
|
||||
|
||||
# ============================================================================
|
||||
# ESTRUCTURA DE DIRECTORIOS
|
||||
@ -577,6 +577,25 @@ stores:
|
||||
- initializeWebSocket()
|
||||
created: "2026-01-25"
|
||||
|
||||
- name: chatStore
|
||||
path: stores/chatStore.ts
|
||||
purpose: "Estado de LLM Copilot chat"
|
||||
state:
|
||||
- sessions
|
||||
- currentSessionId
|
||||
- messages
|
||||
- loading
|
||||
- isOpen
|
||||
- error
|
||||
actions:
|
||||
- createNewSession()
|
||||
- loadSessions()
|
||||
- loadSession()
|
||||
- sendMessage()
|
||||
- deleteSession()
|
||||
- toggleChat()
|
||||
created: "2026-01-25"
|
||||
|
||||
planned:
|
||||
- name: authStore
|
||||
purpose: "Estado de autenticacion"
|
||||
@ -682,10 +701,11 @@ epic_mapping:
|
||||
note: "Componentes ML en trading"
|
||||
|
||||
OQI-007:
|
||||
features: []
|
||||
pages_count: 0
|
||||
status: "Planificado"
|
||||
note: "Feature copilot a crear"
|
||||
features: [assistant]
|
||||
pages_count: 1
|
||||
components_count: 5
|
||||
status: "En Desarrollo (40%)"
|
||||
note: "Assistant page with ConversationHistory, ContextPanel, ChatMessage, ChatInput, SignalCard"
|
||||
|
||||
OQI-008:
|
||||
features: []
|
||||
|
||||
@ -74,9 +74,10 @@ epicas:
|
||||
- codigo: OQI-007
|
||||
nombre: LLM Strategy Agent
|
||||
sp: 55
|
||||
estado: Nuevo
|
||||
progreso: 20%
|
||||
estado: En Desarrollo
|
||||
progreso: 40%
|
||||
doc_frontend: true
|
||||
descripcion: "Assistant page con ConversationHistory, ContextPanel, chatStore integration"
|
||||
|
||||
- codigo: OQI-008
|
||||
nombre: Portfolio Manager
|
||||
|
||||
Loading…
Reference in New Issue
Block a user