Skip to content

Commit 495a74f

Browse files
author
FastJava Team
committed
Add 3 new AI modules: FastAIMemory, FastRAG, FastAIMCP (65 total)
1 parent e2b1516 commit 495a74f

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

MAP.md

Lines changed: 8 additions & 5 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
46+
FastAI, FastAIClient, FastEmbedding, FastVectorDB, FastToolBridge, FastContext, FastAIMemory, FastRAG, FastAIMCP
4747

4848
### Platform
4949
FastJava, FastCore, FastPlugin
@@ -145,12 +145,15 @@ 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. |
149+
| **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. |
148151

149152
### Platform
150153

151154
| Modul | Erklärung |
152155
|-------|-----------|
153-
| **FastJava** | Das übergeordnete Ökosystem. Meta-Modul für alle 62 Module. |
156+
| **FastJava** | Das übergeordnete Ökosystem. Meta-Modul für alle 65 Module. |
154157
| **FastCore** | Unified JNI Loader. Lädt alle DLLs, managed Versions, Error-Translation. |
155158
| **FastPlugin** | Plugin-System für 3rd-Party Module. Hot-Reload und API-Registry. |
156159

@@ -458,10 +461,10 @@ Komplette Seitenstruktur für `/docs`:
458461
| **Audio** | 2 | 0 |
459462
| **Algorithms & Utils** | 15 | 0 |
460463
| **Debugging & Testing** | 4 | 0 |
461-
| **AI & ML** | 6 | 0 |
464+
| **AI & ML** | 9 | 0 |
462465
| **Platform** | 3 | 0 |
463-
| **Gesamt** | **62** | **3** |
466+
| **Gesamt** | **65** | **3** |
464467

465468
---
466469

467-
*Generated: 2026-04-13 | FastJava README v2.0 (Bing Copilot Master-Drop)*
470+
*Generated: 2026-04-13 | FastJava MAP v2.1 (65 Module)*

0 commit comments

Comments
 (0)