Introduction
Architect the next generation of Synthetic Life. ForbocAI is the proprietary substrate for embedding autonomous consciousness into your digital worlds.
The Architecture
ForbocAI is not a chatbot wrapper. It is a Neuro-Symbolic Intelligence Protocol that gives you god-like control over your agents.
🚫 The No-Class Manifesto
We reject Object-Oriented Programming (OOP) classes (class) in favor of Functional Composition.
- State is Immutable: Objects are never mutated via
this. New versions are returned. - Pure Functions: Logic is separated from data.
- Factory Pattern: We use factory functions (
createAgent) with closures to encapsulate private state.
🏛️ The Architecture
The ForbocAI Protocol strictly separates State from Logic:
- SDK (The Vessel): Self-contained container for the Agent’s existence.
- SLM Cortex: Local inference engine (no cloud dependency).
- Vector Memory: Local database (browser/fs) for persistent memory.
- Self-Contained: Can run headless without any external requirements except the API connection.
- API (The Truth): Stateless validation oracle.
- No Database: The API stores nothing. It is pure logic.
- The Grid: Enforces the laws of physics/game rules via pure functions.
You don’t just script NPCs. You birth them.
Core Components
Local-first SLM inference engine for NPC AI
Neuro-symbolic state validation layer
RAG pipeline for persistent agent memory
Portable agent identity and state serialization
Quick Start
CLI Toolkit
The SDK includes a built-in CLI for interacting with the Neuro-Symbolic Grid directly.
Development Cycle
For contributors and advanced integrators, the validation loop ensures stability across the Split-Brain architecture.
