[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
|
# RESUMEN EJECUTIVO
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
summary:
|
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_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_hooks: 0
|
||||||
total_stores: 2 # +1 paymentStore
|
total_stores: 2 # chatStore, paymentStore
|
||||||
status: "En desarrollo (OQI-005 al 60%)"
|
status: "En desarrollo (OQI-007 al 40%)"
|
||||||
|
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
# ESTRUCTURA DE DIRECTORIOS
|
# ESTRUCTURA DE DIRECTORIOS
|
||||||
@ -577,6 +577,25 @@ stores:
|
|||||||
- initializeWebSocket()
|
- initializeWebSocket()
|
||||||
created: "2026-01-25"
|
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:
|
planned:
|
||||||
- name: authStore
|
- name: authStore
|
||||||
purpose: "Estado de autenticacion"
|
purpose: "Estado de autenticacion"
|
||||||
@ -682,10 +701,11 @@ epic_mapping:
|
|||||||
note: "Componentes ML en trading"
|
note: "Componentes ML en trading"
|
||||||
|
|
||||||
OQI-007:
|
OQI-007:
|
||||||
features: []
|
features: [assistant]
|
||||||
pages_count: 0
|
pages_count: 1
|
||||||
status: "Planificado"
|
components_count: 5
|
||||||
note: "Feature copilot a crear"
|
status: "En Desarrollo (40%)"
|
||||||
|
note: "Assistant page with ConversationHistory, ContextPanel, ChatMessage, ChatInput, SignalCard"
|
||||||
|
|
||||||
OQI-008:
|
OQI-008:
|
||||||
features: []
|
features: []
|
||||||
|
|||||||
@ -74,9 +74,10 @@ epicas:
|
|||||||
- codigo: OQI-007
|
- codigo: OQI-007
|
||||||
nombre: LLM Strategy Agent
|
nombre: LLM Strategy Agent
|
||||||
sp: 55
|
sp: 55
|
||||||
estado: Nuevo
|
estado: En Desarrollo
|
||||||
progreso: 20%
|
progreso: 40%
|
||||||
doc_frontend: true
|
doc_frontend: true
|
||||||
|
descripcion: "Assistant page con ConversationHistory, ContextPanel, chatStore integration"
|
||||||
|
|
||||||
- codigo: OQI-008
|
- codigo: OQI-008
|
||||||
nombre: Portfolio Manager
|
nombre: Portfolio Manager
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user