|
106 | 106 | ### AI & ML |
107 | 107 | | Module | Purpose | Tech | |
108 | 108 | |--------|---------|------| |
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 | |
114 | 111 | | FastMemory | AI memory/retrieval | Vector DB | |
115 | 112 | | 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 | |
116 | 117 | | FastMCP | Model Context Protocol | Standard | |
| 118 | +| FastModel | C++ Model Engine (ONNX/gguf) | ONNX | |
117 | 119 |
|
118 | 120 | ### Debugging & Development |
119 | 121 | | Module | Purpose | Tech | |
|
144 | 146 | ┌────────────────────────────────────────────────────────────────────────┐ |
145 | 147 | │ AUDIO │ AI │ COMPUTE │ UTILS │ DEBUG │ |
146 | 148 | ├────────────────────────────────────────────────────────────────────────┤ |
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│ |
150 | 152 | │ FastOCR │ FastRAG │ │ FastSort │FastTrace│ |
| 153 | +│ │ FastVectorDB │ │ │ │ |
| 154 | +│ │ FastToolBridge│ │ │ │ |
| 155 | +│ │ FastContext │ │ │ │ |
| 156 | +│ │ FastMemory │ │ │ │ |
| 157 | +│ │ FastEmbedding │ │ │ │ |
| 158 | +│ │ FastMCP │ │ │ │ |
151 | 159 | └────────────────────────────────────────────────────────────────────────┘ |
152 | 160 | ``` |
153 | 161 |
|
|
157 | 165 |
|
158 | 166 | ``` |
159 | 167 | ┌────────────────────────────────────────┐ |
160 | | -│ AI & Agent Layer │ FastAI, FastRAG, FastToolBridge |
| 168 | +│ AI & Agent Layer │ FastAIService, FastAgent, FastRAG, FastToolBridge |
161 | 169 | ├────────────────────────────────────────┤ |
162 | 170 | │ Application Layer │ FastRobot, FastScreen, FastWindow |
163 | 171 | ├────────────────────────────────────────┤ |
|
0 commit comments