S
Sistema Multi Agente Con Rag A2a MCP Memoria
by @ChepeTEC
Sistema multi-agente con RAG para consultar apuntes del curso de Inteligencia Artificial. Incluye orquestador, agentes especializados, base vectorial, respuestas fundamentadas, observabilidad con Langfuse y arquitectura extensible hacia memoria, búsqueda web y MCP.
Created 5/30/2026
Updated about 5 hours ago
README
Repository documentation and setup instructions
Sistema-Multi-Agente-con-RAG-A2A-MCP-Memoria
Sistema multi-agente con RAG para consultar apuntes del curso de Inteligencia Artificial. Incluye orquestador, agentes especializados, base vectorial, respuestas fundamentadas, observabilidad con Langfuse y arquitectura extensible hacia memoria, búsqueda web y MCP.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/ChepeTEC/Sistema-Multi-Agente-con-RAG-A2A-MCP-Memoria
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"chepetec-sistema-multi-agente-con-rag-a2a-mcp-memoria": {
"command": "git",
"args": [
"clone",
"https://github.com/ChepeTEC/Sistema-Multi-Agente-con-RAG-A2A-MCP-Memoria"
]
}
}
}