Created
May 14, 2026 21:05
-
-
Save pazteddy/29ed4be52dc5c51a775bd19d1a18ec32 to your computer and use it in GitHub Desktop.
Mensaje de bienvenida agente de documentación y código
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| console.log("╔════════════════════════════════════════╗"); | |
| console.log("║ DevAssistant v1.0 ║"); | |
| console.log("║ Agente de Documentación y Código ║"); | |
| console.log("╚════════════════════════════════════════╝"); | |
| console.log(""); | |
| console.log("💬 Escribe tu pregunta y presiona Enter."); | |
| console.log("💡 Tip: usa /ingest para cargar documentación"); | |
| console.log(" Comandos: /ingest [path],"); | |
| console.log(" /clear, /stats, /tools, /exit"); | |
| console.log(""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment