Comprehensive API documentation auto-generated from source code.
| Module | Category | Description | Build Flag |
| — | — | — | — |
| config | Core Framework | Unified configuration system. | always-on |
| errors | Core Framework | Composable error hierarchy for framework operations. | always-on |
| feature_catalog | Core Framework | Canonical feature catalog for ABI. | always-on |
| framework | Core Framework | Framework orchestration with builder pattern. | always-on |
| registry | Core Framework | Plugin registry for feature management. | always-on |
| runtime | Compute & Runtime | Runtime infrastructure (thread pool, channels, scheduling). | always-on |
| simd | Compute & Runtime | SIMD operations (shorthand for shared.simd). | always-on |
| acp | Infrastructure | ACP (Agent Communication Protocol) for agent-to-agent communication. | always-on |
| ha | Infrastructure | High availability (replication, backup, PITR). | always-on |
| mcp | Infrastructure | MCP (Model Context Protocol) server for WDBX database. | always-on |
| connectors | Utilities | External service connectors (OpenAI, Anthropic, Ollama, etc.). | always-on |
| lsp | Utilities | LSP (ZLS) client utilities. | always-on |
| platform | Utilities | Platform detection and abstraction. | always-on |
| shared | Utilities | Shared utilities (SIMD, time, sync, security, etc.). | always-on |
| tasks | Utilities | Task management system. | always-on |
Unified configuration system.
Source: src/core/config/mod.zig
Composable error hierarchy for framework operations.
Source: src/core/errors.zig
Canonical feature catalog for ABI.
Centralizes feature descriptions, compile-time flag mappings, parent-child relationships, and real/stub module paths used by parity checks.
Source: src/core/feature_catalog.zig
Framework orchestration with builder pattern.
Source: src/core/framework.zig
Plugin registry for feature management.
Source: src/core/registry/mod.zig
Runtime infrastructure (thread pool, channels, scheduling).
Source: src/services/runtime/mod.zig
SIMD operations (shorthand for shared.simd).
Source: src/services/shared/simd/mod.zig
ACP (Agent Communication Protocol) for agent-to-agent communication.
Source: src/services/acp/mod.zig
High availability (replication, backup, PITR).
Source: src/services/ha/mod.zig
MCP (Model Context Protocol) server for WDBX database.
Source: src/services/mcp/mod.zig
External service connectors (OpenAI, Anthropic, Ollama, etc.).
Source: src/services/connectors/mod.zig
LSP (ZLS) client utilities.
Source: src/services/lsp/mod.zig
Platform detection and abstraction.
Source: src/services/platform/mod.zig
Shared utilities (SIMD, time, sync, security, etc.).
Source: src/services/shared/mod.zig
Task management system.
Source: src/services/tasks/mod.zig
Generated automatically by zig build gendocs
Use the $zig Codex skill for ABI Zig 0.16-dev syntax updates, modular build graph guidance, and targeted validation workflows.