@@ -125,73 +125,24 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
125125| FastKeychain | — | Credential store | Windows | TODO | — |
126126
127127### 12. AI
128-
129- #### AI Brain
130128| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
131129| --------| ---------------| -------------| ------| --------| ---------|
132- | ** [ FastAI] ( https://github.com/andrestubbe/FastAI ) ** | ** —** | Provider-Router (lokal/Cloud) | API | Alpha | ` v0.1.5 ` |
133- | ** [ FastAIAgent] ( https://github.com/andrestubbe/FastAIAgent ) ** | ** —** | Agenten-Logik, Tool-Auswahl | LLM | Alpha | ` v0.1.5 ` |
130+ | ** [ FastAI] ( https://github.com/andrestubbe/FastAI ) ** | ** —** | Unified provider routing & LLM client layer | Multi-Provider | Alpha | ` v0.1.5 ` |
131+ | ** [ FastAIAgent] ( https://github.com/andrestubbe/FastAIAgent ) ** | ** —** | Autonomous agent logic, tools & planning | Agent Loop | Alpha | ` v0.1.5 ` |
134132| ** [ FastAIBot] ( https://github.com/andrestubbe/FastAIBot ) ** | ** —** | High-performance bot orchestrator | LLM / Runtime | Alpha | ` v0.1.2 ` |
135- | ** [ FastAIRuntime] ( https://github.com/andrestubbe/FastAIRuntime ) ** | ** —** | Deterministic execution engine | Engine | Alpha | ` v0.1.0 ` |
136- | ** FastAIReasoner** | — | Planning & Multi-Step-Reasoning | Logic | TODO | — |
137- | ** FastAIWorkflow** | — | Multi-Agent-Pipelines & DAG | Orchestrator | TODO | — |
138- | ** FastAIState** | — | Shared Agent State / Blackboard | Memory | TODO | — |
139-
140- #### AI Memory
141- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
142- | --------| ---------------| -------------| ------| --------| ---------|
143- | ** FastAISession** | — | Conversation Lifecycle | History | TODO | — |
144- | ** FastAIContext** | — | Kontext-Management, Rollen | State | TODO | — |
145- | ** [ FastAIMemory] ( https://github.com/andrestubbe/FastAIMemory ) ** | ** —** | Kurzzeit- & Langzeit-Gedächtnis | Context / History | Alpha | ` v0.1.3 ` |
146- | ** [ FastAIVectorDB] ( https://github.com/andrestubbe/FastAIVectorDB ) ** | ** —** | Vektor-Store für Memory & RAG | SIMD | Alpha | ` v0.1.4 ` |
147- | ** FastAIEmbedding** | — | Embedding-Service | Model | TODO | — |
148- | ** [ FastAIRag] ( https://github.com/andrestubbe/FastAIRag ) ** | ** —** | Retrieval-Pipeline | RAG | Alpha | ` v0.1.1 ` |
149-
150- #### AI Engine
151- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
152- | --------| ---------------| -------------| ------| --------| ---------|
153- | ** [ FastAIModel] ( https://github.com/andrestubbe/FastAIModel ) ** | ** —** | Lokale Inferenz-Runtime (gguf/ONNX) | ONNX | Alpha | ` v0.1.2 ` |
154- | ** [ FastContentChunk] ( https://github.com/andrestubbe/FastContentChunk ) ** | ** —** | Tokenizer & chunking strategy engine | Tokenizer | Alpha | ` v0.1.3 ` |
155- | ** FastAIStream** | — | Token-Streaming-Engine | Pipeline | TODO | — |
156- | ** FastAIToken** | — | Tokenization, Counting, Budgeting | Tokenizer | TODO | — |
157- | ** FastAICache** | — | Antwort- & Embedding-Caching | Cache | TODO | — |
158-
159- #### AI Hands
160- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
161- | --------| ---------------| -------------| ------| --------| ---------|
162- | ** FastAIToolBridge** | — | Tool-Ausführungsschicht | API | TODO | — |
163- | ** FastAIMCP** | — | Model Context Protocol Adapter | MCP | TODO | — |
164- | ** FastAISandbox** | — | Code-Isolation | Security | TODO | — |
165- | ** FastAIScheduler** | — | Async Jobs, Retries, Cron | Queueing | TODO | — |
166-
167- #### AI Guards
168- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
169- | --------| ---------------| -------------| ------| --------| ---------|
170- | ** FastAIGuard** | — | Prompt-Injection-Schutz | Security | TODO | — |
171- | ** FastAIAuth** | — | API-Keys, User-Permissions | Auth | TODO | — |
172- | ** FastAIPolicy** | — | Declarative AI Rules / Policies | Rules | TODO | — |
173-
174- #### AI Dashboard
175- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
176- | --------| ---------------| -------------| ------| --------| ---------|
177- | ** FastAITrace** | — | Token-Flow & Tool-Tracing | Debugging | TODO | — |
178- | ** FastAIEval** | — | Automatische Antwort-Evaluation | Eval | TODO | — |
179- | ** FastAIMetrics** | — | Performance- & Usage-Metrics | Telemetry | TODO | — |
180- | ** FastAIReplay** | — | Replay von Sessions | Debugging | TODO | — |
181- | ** FastAIParser** | — | Strukturierter Output-Parser | Parser | TODO | — |
182- | ** FastAIPrompt** | — | Prompt-Compiler, Templates | Compiler | TODO | — |
183- | ** FastAIRegistry** | — | Registry für Models, Tools, Agents| Registry | TODO | — |
184- | ** FastAIPlugin** | — | Plugin-/Extension-System | Plugin | TODO | — |
185- | ** FastEventBus** | — | Event-System für Tokens & Tools | Event Bus | TODO | — |
186-
187- #### AI Infrastructure
188- | Module | Speed vs Java | Key Metrics | Tech | Status | Version |
189- | --------| ---------------| -------------| ------| --------| ---------|
190- | ** FastAPI** | — | REST/WebSocket/gRPC Layer | Network | TODO | — |
191- | ** FastConfig** | — | Runtime-/Model-Konfiguration | Config | TODO | — |
192- | ** FastArtifact** | — | Verwaltung generierter Dateien | Storage | TODO | — |
193- | ** FastStorage** | — | Files, Blobs, Transcripts | IO | TODO | — |
194- | ** FastAICluster** | — | Multi-GPU / Multi-Node | Orchestrator | TODO | — |
133+ | ** [ FastAIRuntime] ( https://github.com/andrestubbe/FastAIRuntime ) ** | ** —** | Deterministic execution engine & FastAIEventBus | Runtime | Alpha | ` v0.1.0 ` |
134+ | ** [ FastAIModel] ( https://github.com/andrestubbe/FastAIModel ) ** | ** —** | Local ONNX & GGUF matrix inference runtime | ONNX / DirectML | Alpha | ` v0.1.2 ` |
135+ | ** [ FastAIRag] ( https://github.com/andrestubbe/FastAIRag ) ** | ** —** | High-speed retrieval augmented generation pipeline | RAG / Hybrid | Alpha | ` v0.1.1 ` |
136+ | ** [ FastAIMemory] ( https://github.com/andrestubbe/FastAIMemory ) ** | ** —** | Short-term & long-term conversational memory | Context Store | Alpha | ` v0.1.3 ` |
137+ | ** [ FastAIVectorDB] ( https://github.com/andrestubbe/FastAIVectorDB ) ** | ** —** | Zero-allocation vector database with built-in Embedder | AVX2 / JNI | Alpha | ` v0.1.4 ` |
138+ | ** [ FastAIMCP] ( https://github.com/andrestubbe/FastAIMCP ) ** | ** —** | Model Context Protocol client & stdio tool bridge | MCP | Alpha | ` v0.1.0 ` |
139+ | ** [ FastAIReasoner] ( https://github.com/andrestubbe/FastAIReasoner ) ** | ** —** | Multi-step reasoning, CoT & heuristic planning | Tree-of-Thoughts | Alpha | ` v0.1.0 ` |
140+ | ** [ FastAIGraph] ( https://github.com/andrestubbe/FastAIGraph ) ** | ** —** | In-memory knowledge graph & multi-hop traversal | Entity Linking | Alpha | ` v0.1.0 ` |
141+ | ** [ FastAIRerank] ( https://github.com/andrestubbe/FastAIRerank ) ** | ** —** | Cross-encoder relevance scoring & ranking | Reranker | Alpha | ` v0.1.0 ` |
142+ | ** [ FastAIHybrid] ( https://github.com/andrestubbe/FastAIHybrid ) ** | ** —** | Hybrid dense & sparse retrieval fusion | Fusion Engine | Alpha | ` v0.1.0 ` |
143+ | FastAIState | — | Lock-free shared agent state & blackboard memory | Shared Memory | Planned | — |
144+ | FastAIMetrics | — | Token usage, latency profiling, cost & evaluation | Telemetry | Planned | — |
145+ | FastVision | — | Local GPU multimodal vision & UI grounding pipeline | DirectML / Vulkan | Planned | — |
195146
196147### 13. Vision
197148| Module | Speed vs Java | Key Metrics | Tech | Status | Version |
0 commit comments