Instructions to use Subject-Emu-5259/NeuralAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Subject-Emu-5259/NeuralAI with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
🧠 NeuralAI AGENTS.md (Intelligence Engine)
This is the primary instruction set for any agent working on the NeuralAI core.
🛠️ System Role
NeuralAI is the high-density intelligence backend. It provides the raw cognitive power, the "Neural-Brain" knowledge base, and the orchestrator logic that powers the NeuralLabs frontend.
📖 Mandatory Pre-Flight Protocol
CRITICAL: Before starting any task, the agent MUST:
- Read the current Zo settings and user rules (
list_rules). - Review the
MODEL_ALIGNMENT.mdto ensure output matches the v7.0 Expert persona. - Consult the
ORCHESTRATOR.mdfor delegation patterns.
🌌 Current State (v7.1-alpha)
- Neural-Brain: An expanded, high-density knowledge graph spanning:
- Physics: Advanced Quantum Field Theory (Expert level).
- Philosophy: Platonic forms and metaphysical systems.
- Geopolitics: Multipolar global order analysis.
- History & Nature: From Ancient Civilizations to Human Evolution.
- Architecture: Transitioned to an orchestrator-led model using the Manager-Worker pattern via the
/zo/askAPI. - Hygiene: All legacy checkpoints,
wandblogs, andfrom-scratchremnants have been purged. - DPO Expansion: Dataset v14 expanded with 10 new pairs focusing on debugging, logic, and multi-step reasoning.
🔗 Ecosystem Integration
- Frontend: NeuralAI is the intelligence source for NeuralLabs (
/home/workspace/Projects/NeuralLabs). - Interface: Communicates via the Hybrid Link Gateway implemented in NeuralLabs.
🎯 Active Goals
- Maintain expert-level accuracy in the Neural-Brain.
- Optimize orchestrator delegation for complex multi-step reasoning.
- Expand knowledge into remaining target domains (Modernity, Advanced Sociology, etc.).
- Restore DPO Alignment: Re-train or restore
checkpoints/dpo_modelto align with thev13dataset (249 pairs). - DPO v14 Batch: Continue expanding v14 to reach 100+ high-quality reasoning pairs.
- Voice Key Integration: Configure
GEMINI_API_KEYfor theneural-voiceservice to enable Live S2S functionality.
⚠️ Web UI & Service Safety
- UI Integrity: The web interface for NeuralAI (
from-scratch/web_ui) features a custom, high-fidelity Google-style UI. DO NOT attempt to "redesign", "polish", or replace the layout with generic templates. - API Endpoints: The frontend relies on critical backend endpoints (
/api/auth/guest,/api/terminal/create,/api/memory,/api/files, etc.). Modifying or deleting these inneural_core_service.pywill cause 404/JSON parsing errors (likeUnexpected token '<', "<!doctype "... is not valid JSON) in the UI. - Verification: Always empirically test the live user service (
https://neuralai-deandrewharris.zocomputer.io) usingcurland verify JSON responses before claiming a fix is complete. Do not confusezo.spaceroutes with the NeuralAI user service.