Skip to content

Commit e8495d5

Browse files
author
FastJava Team
committed
Rename AI modules: FastAIMemory→FastMemory, FastAIMCP→FastMCP (shorter names)
1 parent 495a74f commit e8495d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FastMath, FastSIMD, FastString, FastBytes, FastHash, FastJSON, FastParse, FastRe
4343
FastCallTrace, 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
4949
FastJava, 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

Comments
 (0)