|
104 | 104 | | FastSTT | Speech-to-text | Whisper/Cloud | |
105 | 105 |
|
106 | 106 | ### AI & ML |
| 107 | + |
| 108 | +#### AI Brain |
107 | 109 | | Module | Purpose | Tech | |
108 | 110 | |--------|---------|------| |
109 | 111 | | FastAIService | Provider-Router (lokal/Cloud) | API | |
110 | | -| FastModel | Lokale Inferenz-Runtime (gguf/ONNX) | ONNX | |
111 | | -| FastAIStream | Token-Streaming-Engine | Pipeline | |
112 | | -| FastAIToken | Tokenization, Counting, Budgeting | Tokenizer | |
113 | | -| FastAICache | Antwort- & Embedding-Caching | Cache | |
114 | 112 | | FastAIAgent | Agenten-Logik, Tool-Auswahl | LLM | |
115 | 113 | | FastAIReasoner | Planning, Reflection | Logic | |
116 | 114 | | FastAIWorkflow | Multi-Agent-Pipelines, Tasks | Orchestrator | |
117 | 115 | | FastAIState | Shared Agent State / Blackboard | Memory | |
118 | | -| FastAIContext | Kontext-Management, Rollen | State | |
| 116 | + |
| 117 | +#### AI Memory |
| 118 | +| Module | Purpose | Tech | |
| 119 | +|--------|---------|------| |
119 | 120 | | FastAISession | Conversation Lifecycle | History | |
| 121 | +| FastAIContext | Kontext-Management, Rollen | State | |
120 | 122 | | FastAIMemory | Kurzzeit- & Langzeit-Gedächtnis | Vector DB | |
121 | 123 | | FastAIVectorDB| Vektor-Store für Memory & RAG | SIMD | |
122 | 124 | | FastAIEmbedding| Embedding-Service | Model | |
123 | 125 | | FastAIRAG | Retrieval-Pipeline | RAG | |
| 126 | + |
| 127 | +#### AI Engine |
| 128 | +| Module | Purpose | Tech | |
| 129 | +|--------|---------|------| |
| 130 | +| FastModel | Lokale Inferenz-Runtime (gguf/ONNX) | ONNX | |
| 131 | +| FastAIStream | Token-Streaming-Engine | Pipeline | |
| 132 | +| FastAIToken | Tokenization, Counting, Budgeting | Tokenizer | |
| 133 | +| FastAICache | Antwort- & Embedding-Caching | Cache | |
| 134 | + |
| 135 | +#### AI Hands |
| 136 | +| Module | Purpose | Tech | |
| 137 | +|--------|---------|------| |
124 | 138 | | FastAIToolBridge| Tool-Ausführungsschicht | API | |
125 | 139 | | FastAIMCP | Model Context Protocol Adapter | MCP | |
126 | 140 | | FastAISandbox | Code-Isolation | Security | |
127 | 141 | | FastAIScheduler| Async Jobs, Retries, Cron | Queueing | |
| 142 | + |
| 143 | +#### AI Guards |
| 144 | +| Module | Purpose | Tech | |
| 145 | +|--------|---------|------| |
128 | 146 | | FastAIGuard | Prompt-Injection-Schutz | Security | |
129 | 147 | | FastAIAuth | API-Keys, User-Permissions | Auth | |
| 148 | +| FastAIPolicy | Declarative AI Rules / Policies | Rules | |
| 149 | + |
| 150 | +#### AI Dashboard |
| 151 | +| Module | Purpose | Tech | |
| 152 | +|--------|---------|------| |
130 | 153 | | FastAITrace | Token-Flow, Tool-Tracing | Debugging | |
131 | 154 | | FastAIEval | Automatische Antwort-Evaluation | Eval | |
132 | 155 | | FastAIMetrics | Performance-, Latency-Metrics | Telemetry | |
| 156 | +| FastAIReplay | Replay von Sessions | Debugging | |
133 | 157 | | FastAIParser | Strukturierter Output-Parser | Parser | |
134 | 158 | | FastAIPrompt | Prompt-Compiler, Templates | Compiler | |
135 | 159 | | FastAIRegistry| Registry für Models, Tools, Agents| Registry | |
136 | 160 | | FastAIPlugin | Plugin-/Extension-System | Plugin | |
137 | 161 | | FastEventBus | Event-System für Tokens | Event Bus | |
138 | | -| FastArtifact | Verwaltung von Dateien, Images | Storage | |
139 | | -| FastAIPolicy | Declarative AI Rules / Policies | Rules | |
140 | | -| FastAIReplay | Replay von Sessions | Debugging | |
141 | | -| FastAICluster | Multi-GPU / Multi-Node | Orchestrator | |
142 | | -| FastVision | Vision-Pipeline (OCR, Image-LLMs) | Multimodal | |
143 | | -| FastSTT | Speech-to-Text | Whisper | |
144 | | -| FastTTS | Text-to-Speech | Piper | |
145 | | -| FastConfig | Zentrale Runtime-Konfiguration | Config | |
| 162 | + |
| 163 | +#### AI Infrastructure |
| 164 | +| Module | Purpose | Tech | |
| 165 | +|--------|---------|------| |
146 | 166 | | FastAPI | REST/WebSocket/gRPC Layer | Network | |
147 | | -| FastUI | Dashboard, Monitoring, Chat-UI | UI | |
| 167 | +| FastConfig | Zentrale Runtime-Konfiguration | Config | |
| 168 | +| FastArtifact | Verwaltung von Dateien, Images | Storage | |
148 | 169 | | FastStorage | Files, Blobs, Transcripts | IO | |
| 170 | +| FastAICluster | Multi-GPU / Multi-Node | Orchestrator | |
149 | 171 |
|
150 | 172 | ### Debugging & Development |
151 | 173 | | Module | Purpose | Tech | |
|
212 | 234 | - **Released (Alpha):** 33 modules |
213 | 235 | - **Beta/Private:** 0 modules |
214 | 236 | - **Coming Soon:** 13 modules |
215 | | -- **Planned:** 65 modules |
216 | | -- **Total:** 111 modules |
| 237 | +- **Planned:** 61 modules |
| 238 | +- **Total:** 107 modules |
217 | 239 |
|
218 | 240 | --- |
219 | 241 |
|
|
0 commit comments