๐ Integration
/docs/core-features/integration
| Component | Description | Performance |
|---|---|---|
| AgenticFlowBridge | agentic-flow@alpha integration | ADR-001 compliant |
| SONA Adapter | Learning system integration | sub-millisecond pattern matching |
| Flash Attention | Attention mechanism coordinator | optimized attention (WASM-accelerated when available) |
| SDK Bridge | Version negotiation, API compatibility | Auto-detection |
| Feature Flags | Dynamic feature management | 9 configurable flags |
| Runtime Detection | NAPI, WASM, JS auto-selection | Optimal performance |
Integration Runtimes
| Runtime | Performance | Requirements |
|---|---|---|
| NAPI | Optimal | Native bindings, x64 |
| WASM | Good | WebAssembly support |
| JS | Fallback | Always available |