Skip to content

Commit 76bc71b

Browse files
author
FastJava Team
committed
Auto Update
1 parent 38a57e1 commit 76bc71b

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

MAP.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,16 @@
106106
### AI & ML
107107
| Module | Purpose | Tech |
108108
|--------|---------|------|
109-
| FastAIClient | Unified AI client | REST/GRPC |
110-
| FastEmbedding | Text embeddings | Local/Cloud |
111-
| FastVectorDB | In-memory vector search | SIMD |
112-
| FastToolBridge | AI tool integration | MCP |
113-
| FastContext | Context management for AI ||
109+
| FastAIService | Router/Orchestrator | API |
110+
| FastContext | Session-Manager | State |
114111
| FastMemory | AI memory/retrieval | Vector DB |
115112
| FastRAG | Retrieval-Augmented Generation | Pipeline |
113+
| FastEmbedding | Text to Vector translation | Model |
114+
| FastVectorDB | In-memory vector search | SIMD |
115+
| FastAgent | Autonomous agent runtime | LLM |
116+
| FastToolBridge | AI tool integration | API |
116117
| FastMCP | Model Context Protocol | Standard |
118+
| FastModel | C++ Model Engine (ONNX/gguf) | ONNX |
117119

118120
### Debugging & Development
119121
| Module | Purpose | Tech |
@@ -144,10 +146,16 @@
144146
┌────────────────────────────────────────────────────────────────────────┐
145147
│ AUDIO │ AI │ COMPUTE │ UTILS │ DEBUG │
146148
├────────────────────────────────────────────────────────────────────────┤
147-
│ FastAudio │ FastAI │ FastGPU │ FastTween│ FastTest│
148-
│ FastTTS │ FastEmbedding │ │ FastAnim │FastWatch│
149-
│ FastSTT │ FastVectorDB │ │ FastEvent│FastRepla│
149+
│ FastAudio │ FastAIService │ FastGPU │ FastTween│ FastTest│
150+
│ FastTTS │ FastAgent │ │ FastAnim │FastWatch│
151+
│ FastSTT │ FastModel │ │ FastEvent│FastRepla│
150152
│ FastOCR │ FastRAG │ │ FastSort │FastTrace│
153+
│ │ FastVectorDB │ │ │ │
154+
│ │ FastToolBridge│ │ │ │
155+
│ │ FastContext │ │ │ │
156+
│ │ FastMemory │ │ │ │
157+
│ │ FastEmbedding │ │ │ │
158+
│ │ FastMCP │ │ │ │
151159
└────────────────────────────────────────────────────────────────────────┘
152160
```
153161

@@ -157,7 +165,7 @@
157165

158166
```
159167
┌────────────────────────────────────────┐
160-
│ AI & Agent Layer │ FastAI, FastRAG, FastToolBridge
168+
│ AI & Agent Layer │ FastAIService, FastAgent, FastRAG, FastToolBridge
161169
├────────────────────────────────────────┤
162170
│ Application Layer │ FastRobot, FastScreen, FastWindow
163171
├────────────────────────────────────────┤

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,14 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
121121
| Module | Speed vs Java | Key Metrics | Tech | Status |
122122
|--------|---------------|-------------|------|--------|
123123
| FastAIService || Router/Orchestrator | API | TODO |
124-
| FastModel || Model-Runtime | ONNX | TODO |
124+
| FastContext || Session-Manager | State | TODO |
125+
| FastMemory || Long-term user storage | Vector DB | TODO |
125126
| FastRAG || Retrieval-Augmented Generation | Pipeline | TODO |
127+
| FastEmbedding || Text to Vector translation | Model | TODO |
128+
| FastVectorDB || High-speed SIMD vector search | SIMD | TODO |
129+
| FastToolBridge || Executes Java code for Agents | API | TODO |
126130
| FastMCP || Model Context Protocol Adapter | MCP | TODO |
131+
| FastModel || C++ Engine (ONNX/gguf) | ONNX | TODO |
127132
| **[FastAgent](https://github.com/andrestubbe/FastAgent)** | **** | Autonomous agent runtime | LLM Integration | Alpha |
128133

129134
### 13. Vision

0 commit comments

Comments
 (0)