-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Guillermo Ubeda edited this page May 29, 2026
·
4 revisions
🇬🇧 English first · 🇪🇸 Español más abajo.
Five epics to the MVP. Milestone — MVP Demo: one functional agent with realtime chat, session memory, deployed on Firebase, demo-able for clients.
| Epic | Scope |
|---|---|
| 1 · Infrastructure | Firebase project (Hosting + Firestore), Firestore schema, Vite+React+TS scaffold, firebase.json + firestore.rules, cloudflared exposing n8n, env vars |
| 2 · Chat UI |
AgentChat · Chat · MessageBubble · TypingIndicator · MessageInput; Firestore realtime listener; route /chat/{agentId}
|
| 3 · Agent Engine | n8n workflow: webhook → config → history → memory → prompt → Claude → persist |
| 4 · Cognitive Memory | short-term context window + long-term fact extraction & re-injection |
| 5 · Admin Dashboard | create/configure agents, manage (edit/pause/delete), conversation history, edit long-term facts, copy public URL |
Cinco épicas hasta el MVP. Milestone — MVP Demo: un agente funcional con chat en tiempo real, memoria de sesión, desplegado en Firebase, demo-able para clientes.
| Épica | Alcance |
|---|---|
| 1 · Infraestructura | Proyecto Firebase (Hosting + Firestore), schema Firestore, scaffold Vite+React+TS, firebase.json + firestore.rules, cloudflared exponiendo n8n, variables de entorno |
| 2 · Chat UI |
AgentChat · Chat · MessageBubble · TypingIndicator · MessageInput; listener Firestore en tiempo real; ruta /chat/{agentId}
|
| 3 · Agent Engine | workflow n8n: webhook → config → historial → memoria → prompt → Claude → persistir |
| 4 · Memoria cognitiva | ventana de contexto a corto plazo + extracción y reinyección de facts a largo plazo |
| 5 · Admin Dashboard | crear/configurar agentes, gestionar (editar/pausar/borrar), historial de conversaciones, editar facts a largo plazo, copiar URL pública |