@@ -43,7 +43,7 @@ FastMath, FastSIMD, FastString, FastBytes, FastHash, FastJSON, FastParse, FastRe
4343FastCallTrace, FastWatch, FastReplay, FastTest
4444
4545### AI & ML
46- FastAI, FastAIClient, FastEmbedding, FastVectorDB, FastToolBridge, FastContext, FastAIMemory , FastRAG, FastAIMCP
46+ FastAI, FastAIClient, FastEmbedding, FastVectorDB, FastToolBridge, FastContext, FastMemory , FastRAG, FastMCP
4747
4848### Platform
4949FastJava, FastCore, FastPlugin
@@ -145,9 +145,9 @@ FastJava, FastCore, FastPlugin
145145| ** FastVectorDB** | In-Process Vektordatenbank für KNN-Suche. Für Semantic Search und RAG-Retrieval. |
146146| ** FastToolBridge** | AI-Modelle können Fast* -Module direkt aufrufen. MCP-kompatibel für Agents. |
147147| ** FastContext** | Agent-Memory mit Profilen und Langzeitwissen. Für personalisierte AI-Agents. |
148- | ** FastAIMemory ** | Persistenter Embedding-basierter Agent Memory. Speichert Fakten mit automatischer Summarisierung und Retrieval. Nutzt FastEmbedding + FastVectorDB. |
148+ | ** FastMemory ** | Persistenter Embedding-basierter Agent Memory. Speichert Fakten mit automatischer Summarisierung und Retrieval. Nutzt FastEmbedding + FastVectorDB. |
149149| ** FastRAG** | Komplette RAG-Pipeline für lokale und Cloud-Modelle. Chunking, Embedding, Vector Search, Context Injection in einem Modul. |
150- | ** FastAIMCP ** | MCP (Model Context Protocol) für FastAI. Verbindet Tools, Memory, RAG, Files über MCP-Server mit FastAI als Model-Backend. |
150+ | ** FastMCP ** | MCP (Model Context Protocol) für FastAI. Verbindet Tools, Memory, RAG, Files über MCP-Server mit FastAI als Model-Backend. |
151151
152152### Platform
153153
0 commit comments