|
106 | 106 | ### AI & ML |
107 | 107 | | Module | Purpose | Tech | |
108 | 108 | |--------|---------|------| |
109 | | -| FastAIService | Router/Orchestrator | API | |
110 | | -| FastContext | Session-Manager | State | |
111 | | -| FastMemory | AI memory/retrieval | Vector DB | |
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 | |
117 | | -| FastMCP | Model Context Protocol | Standard | |
118 | | -| FastModel | C++ Model Engine (ONNX/gguf) | ONNX | |
| 109 | +| 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 | +| FastAIAgent | Agenten-Logik, Tool-Auswahl | LLM | |
| 115 | +| FastAIReasoner | Planning, Reflection | Logic | |
| 116 | +| FastAIWorkflow | Multi-Agent-Pipelines, Tasks | Orchestrator | |
| 117 | +| FastAIState | Shared Agent State / Blackboard | Memory | |
| 118 | +| FastAIContext | Kontext-Management, Rollen | State | |
| 119 | +| FastAISession | Conversation Lifecycle | History | |
| 120 | +| FastAIMemory | Kurzzeit- & Langzeit-Gedächtnis | Vector DB | |
| 121 | +| FastAIVectorDB| Vektor-Store für Memory & RAG | SIMD | |
| 122 | +| FastAIEmbedding| Embedding-Service | Model | |
| 123 | +| FastAIRAG | Retrieval-Pipeline | RAG | |
| 124 | +| FastAIToolBridge| Tool-Ausführungsschicht | API | |
| 125 | +| FastAIMCP | Model Context Protocol Adapter | MCP | |
| 126 | +| FastAISandbox | Code-Isolation | Security | |
| 127 | +| FastAIScheduler| Async Jobs, Retries, Cron | Queueing | |
| 128 | +| FastAIGuard | Prompt-Injection-Schutz | Security | |
| 129 | +| FastAIAuth | API-Keys, User-Permissions | Auth | |
| 130 | +| FastAITrace | Token-Flow, Tool-Tracing | Debugging | |
| 131 | +| FastAIEval | Automatische Antwort-Evaluation | Eval | |
| 132 | +| FastAIMetrics | Performance-, Latency-Metrics | Telemetry | |
| 133 | +| FastAIParser | Strukturierter Output-Parser | Parser | |
| 134 | +| FastAIPrompt | Prompt-Compiler, Templates | Compiler | |
| 135 | +| FastAIRegistry| Registry für Models, Tools, Agents| Registry | |
| 136 | +| FastAIPlugin | Plugin-/Extension-System | Plugin | |
| 137 | +| 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 | |
| 146 | +| FastAPI | REST/WebSocket/gRPC Layer | Network | |
| 147 | +| FastUI | Dashboard, Monitoring, Chat-UI | UI | |
| 148 | +| FastStorage | Files, Blobs, Transcripts | IO | |
119 | 149 |
|
120 | 150 | ### Debugging & Development |
121 | 151 | | Module | Purpose | Tech | |
|
182 | 212 | - **Released (Alpha):** 33 modules |
183 | 213 | - **Beta/Private:** 0 modules |
184 | 214 | - **Coming Soon:** 13 modules |
185 | | -- **Planned:** 37 modules |
186 | | -- **Total:** 81 modules |
| 215 | +- **Planned:** 65 modules |
| 216 | +- **Total:** 111 modules |
187 | 217 |
|
188 | 218 | --- |
189 | 219 |
|
|
0 commit comments