System Status & Known Issues
Current state of the ForbocAI Protocol
Integration Status
The ForbocAI Protocol SDK is at v0.6.3. The API is live at https://api.forboc.ai.
Module Status
Known Issues
Platform & Build
- Native Build Toolchain:
@forbocai/noderequires a C++ build toolchain fornode-llama-cpp. Ifcmakeor a C compiler is missing,npm installmay fail. Runnpx forbocai doctorto diagnose. - ESM-Only: The SDK is published as Pure ESM. If you are using CommonJS (
require), you must migrate toimport.
Intelligence & Protocol
- API is Stateless: The API does not persist NPC state across restarts. The SDK is the source of truth for persistent state and memory. Use Soul export for cross-session portability.
- Memory Recency Bias: The Directive Engine may over-prioritize recent memories. Tuning
recallThresholdin your protocol context can mitigate this.
Roadmap (v1.0)
- Stripe Account Linking: Tie API keys to usage-based billing tiers.
- Unified Vector Ops: Harmonizing LanceDB (Node) and Orama (Browser) query behavior.
- Native UE/Unity Plugin Wrappers for easier installation.
᛭ ᛫ ᛬ ᛫ ᛭
Status as of: 2026-03-19. For real-time updates, join our Discord.
