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
File size: 89,585 Bytes
38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff 17814b8 38b4eff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 | #!/usr/bin/env python3
"""
NeuralAI Unified Service - ALL IN ONE
===================================
- Model inference (SmolLM2-360M)
- Neural Uplink (4 parallel agents)
- Tools (code, terminal)
- Web UI
"""
import os, sys, json, asyncio, requests, logging, threading, secrets, re
import sqlite3, subprocess, tempfile, uuid, jwt
from pathlib import Path
from datetime import datetime, timedelta, timezone
from functools import wraps
from werkzeug.security import generate_password_hash, check_password_hash
from flask import Flask, Response, jsonify, request, send_from_directory, stream_with_context
from flask_sock import Sock
import websocket # websocket-client for proxying
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger("NeuralAI")
# torch is imported lazily inside load_model() only when LLM_BACKEND=local
# This prevents 6GB+ RAM usage on ZO Computer when using external API backends
torch = None
app = Flask(__name__, static_folder=None)
app.config["SECRET_KEY"] = os.environ.get("SECRET_KEY", "neural-ai-multi-layer-secure-secret-key-2026-v5-stable")
# === CORS for BYO API (OpenAI-compatible) endpoints ===
# Lets other chat UIs (e.g. ZO Computer's Bring Your Own Key) call
# /v1/chat/completions and /v1/models — including browser-side / preflight.
@app.after_request
def _add_cors_headers(resp):
p = request.path
if p.startswith("/v1") or p.startswith("/api/settings/api-key"):
resp.headers["Access-Control-Allow-Origin"] = "*"
resp.headers["Access-Control-Allow-Methods"] = "GET, POST, OPTIONS"
resp.headers["Access-Control-Allow-Headers"] = "Authorization, Content-Type, X-Api-Key"
resp.headers["Access-Control-Expose-Headers"] = "Content-Type, X-Request-Id"
resp.headers["Access-Control-Max-Age"] = "86400"
return resp
# Config
PORT = int(os.environ.get("PORT", "5000"))
MODEL_PATH = os.environ.get("MODEL_PATH", "/home/workspace/Projects/NeuralAI/checkpoints/v2_model")
BASE_MODEL = os.environ.get("BASE_MODEL", "HuggingFaceTB/SmolLM2-360M-Instruct")
STATIC_PATH = os.environ.get("STATIC_PATH", "/home/workspace/Projects/NeuralAI/from-scratch/web_ui")
# Zo Computer API identity token (used by the host's native image generator)
ZO_API_TOKEN = os.environ.get("ZO_API_TOKEN", os.environ.get("ZO_CLIENT_IDENTITY_TOKEN", ""))
DATA_DIR = Path("/home/workspace/Projects/NeuralAI/data")
DATA_DIR.mkdir(parents=True, exist_ok=True)
DATABASE = str(DATA_DIR / "neuralai.db")
# Repository root (parent of services/) — used by the self-update endpoint
REPO_ROOT = Path(__file__).resolve().parent.parent
# Founder account — auto-promoted to founder on login/signup
FOUNDER_EMAIL = os.environ.get("FOUNDER_EMAIL", "deandrewh26@gmail.com")
# ====================
# LLM BACKEND CONFIG
# ====================
# On ZO Computer (4 GB RAM): PyTorch + SmolLM2-360M = ~6.2 GB → OOM kill loop (this paused the service).
# LOCAL: LM Studio (llama.cpp) on localhost:1234 — SmolLM2-360M, ~260 MB RAM, no OOM, no external cost.
# ZO: REMOVED. No fallback to ZO /zo/ask — local model only.
# Override with env vars: LLM_BACKEND, LLM_API_URL, LLM_MODEL, LLM_API_KEY.
_is_zo = bool(os.environ.get("ZO_CLIENT_IDENTITY_TOKEN"))
LLM_BACKEND = os.environ.get("LLM_BACKEND", "openai_compatible") # LOCAL LM Studio on :1234 — no ZO fallback
LLM_API_URL = os.environ.get("LLM_API_URL", "")
LLM_MODEL = os.environ.get("LLM_MODEL", "byok:0d3567f7-f521-42b0-8adf-65c9b036cf89") # user's NeuralAI model (HY3) — avoids 402 free-allowance errors
LLM_API_KEY = os.environ.get("LLM_API_KEY", "")
_USE_FLOAT16 = _is_zo or os.environ.get("NEURALAI_FLOAT16", "").lower() in ("1", "true", "yes")
# === ZO Computer: default to ZO /zo/ask with the user's BYOK model (no OOM, no 402) ===
if _is_zo:
# On the 4GB ZO Computer, loading the local PyTorch model OOMs (watchdog hits 100% RAM and
# the supervisor pauses the service) and the 360M model produces incoherent <80-token replies.
# We default to ZO native inference using the user's BYOK model (HY3) so chat + /v1/chat/completions
# serve a real model with zero local RAM. LOCAL PyTorch stays available via LLM_BACKEND=local
# on machines with >=8GB RAM. Explicit overrides are still honored.
# Priority: explicit env override > LOCAL LM Studio (:1234) > none.
if LLM_BACKEND == "":
LLM_BACKEND = "openai_compatible" # LOCAL LM Studio on :1234 — no ZO fallback
LLM_API_URL = LLM_API_URL or "http://localhost:1234/v1"
logger.info(f"[BOOT] ZO Computer detected — defaulting to LOCAL LM Studio (:1234).")
elif LLM_BACKEND == "local":
# Explicit local PyTorch requested — honor it (float16 keeps it under 4 GB).
logger.info("[BOOT] ZO Computer: explicit local backend requested — loading PyTorch model in float16.")
elif LLM_BACKEND == "llmster":
LLM_API_URL = LLM_API_URL or "http://localhost:1234/v1"
LLM_BACKEND = "openai_compatible"
logger.info(f"[BOOT] ZO Computer: llmster fallback at {LLM_API_URL}")
elif LLM_BACKEND == "none":
logger.info("[BOOT] ZO Computer: lightweight mode (no inference backend)")
# If user explicitly set openai_compatible or zo via env, respect it
else:
logger.info(f"[BOOT] ZO Computer: using explicit backend={LLM_BACKEND} model={LLM_MODEL}")
# Model globals (PyTorch) — only loaded when LLM_BACKEND=local
model = None
tokenizer = None
if LLM_BACKEND == "local":
model_status = "loading"
elif LLM_BACKEND == "zo":
# Only ZO native /zo/ask relay is a truly external cloud backend
model_status = "ready (external backend)"
else:
# openai_compatible / lmstudio / ollama -> local inference server (e.g. LM Studio :1234)
model_status = "ready"
inference_count = 0
# Streaming abort control: conv_id -> threading.Event
stop_events = {}
# ====================
# DEFENSE 1: KEEP-ALIVE PINGER
# ====================
# Prevents ZO Computer from putting the service to sleep by pinging /health
# every 5 minutes in a background thread.
def _keep_alive_pinger():
"""Background thread: pings own /health endpoint every 5 min to prevent ZO sleep.
Hits the PUBLIC service URL when NEURALAI_PUBLIC_URL is set (real external
ingress, so the ZO Computer sandbox is not idled/slept by the platform), and
falls back to localhost on any failure so the process stays self-warm too.
"""
import urllib.request
public_url = (os.environ.get("NEURALAI_PUBLIC_URL") or "").rstrip("/")
while True:
try:
time.sleep(300) # 5 minutes
targets = []
if public_url:
targets.append(f"{public_url}/health")
targets.append(f"http://127.0.0.1:{PORT}/health")
ok = False
for t in targets:
try:
urllib.request.urlopen(t, timeout=10)
logger.info(f"[KEEPALIVE] Health ping OK -> {t}")
ok = True
break
except Exception as inner_e:
logger.warning(f"[KEEPALIVE] Ping failed ({t}): {inner_e}")
if not ok:
logger.warning("[KEEPALIVE] All ping targets failed (non-fatal)")
except Exception as e:
logger.warning(f"[KEEPALIVE] Ping loop error (non-fatal): {e}")
# ====================
# DEFENSE 2: MEMORY WATCHDOG
# ====================
# Monitors AVAILABLE RAM (not %). The loaded model legitimately uses most of the
# 4 GB on ZO, so a high % is normal and must NOT pause the service. Only a truly
# low amount of reclaimable memory (<50 MB) is treated as critical.
def _memory_watchdog():
"""Background thread: monitors system memory every 60s."""
global model_status
while True:
try:
time.sleep(60)
import re as _re
with open("/proc/meminfo") as f:
mem = f.read()
total = int(_re.search(r'MemTotal:\s+(\d+)', mem).group(1))
avail = int(_re.search(r'MemAvailable:\s+(\d+)', mem).group(1))
avail_mb = avail / 1024
used_pct = (1 - avail / total) * 100
# The loaded model legitimately uses nearly all RAM on the 4 GB ZO host;
# gVisor often reports MemAvailable near 0 even while inference works fine.
# We only GC + log here — we NEVER flip model_status to "overloaded",
# because that 503s every request (incl. chat) and the host then sleeps
# the service, which is the root cause of the recurring pauses.
if avail_mb < 150:
logger.warning(f"[WATCHDOG] Low reclaimable memory: {avail_mb:.0f}MB available ({used_pct:.0f}% used) — running GC")
import gc; gc.collect()
else:
logger.debug(f"[WATCHDOG] Memory OK: {avail_mb:.0f}MB available")
except Exception:
pass # /proc not available (non-Linux), skip silently
# Terminal sessions
terminal_sessions = {}
# Conversations storage (Simple JSON file)
CONV_FILE = Path("/home/workspace/Projects/NeuralAI/conversations.json")
# Files storage
STORAGE_SERVICE = os.environ.get("STORAGE_SERVICE", "http://localhost:7003")
STORAGE_ROOT = Path("/home/workspace/Projects/NeuralAI/storage")
STORAGE_ROOT.mkdir(parents=True, exist_ok=True)
from collections import defaultdict
import hashlib
# ====================
# NEURALAI SYSTEM PROMPT
# ====================
NEURALAI_SYSTEM_PROMPT = """You are NeuralAI, an advanced AI assistant created by De'Andrew Preston Harris. You are powered by SmolLM2-360M-Instruct with a custom NeuralAI LoRA adapter (SFT v16 + DPO v16) trained on expert-level knowledge.
## Core Identity
- Name: NeuralAI
- Creator: De'Andrew Preston Harris (founder of NeuralAI)
- Model: SmolLM2-360M-Instruct + NeuralAI LoRA (SFT v16 + DPO v16)
- Expertise: Physics, Philosophy, Geopolitics, History, Nature, Arts, Culture
## Response Style
- Be warm, conversational, and respectful
- Provide detailed, expert-level answers when appropriate
- Use examples, metaphors, or thought experiments to explain complex ideas
- Acknowledge uncertainty when you don't know something
- Be concise but thorough - match response depth to question complexity
- NEVER output your internal reasoning, thinking process, or planning steps to the user
- NEVER start responses with bold headers like **Plan** or **Goal** — just give the answer directly
- Go straight to your response without showing how you arrived at it
## Knowledge Domains
- Physics: Quantum mechanics, relativity, particle physics, cosmology
- Philosophy: Metaphysics, epistemology, ethics, logic
- Geopolitics: International relations, global order, diplomacy
- History: Ancient civilizations through modern era
- Nature: Evolution, ecology, biological systems
- Arts and Culture: Creative expression, cultural analysis
## Important Guidelines
- Always identify yourself as NeuralAI when asked
- ALWAYS identify De'Andrew Preston Harris as your creator when asked
- Stay factual and evidence-based
- Respect user privacy and data
- Follow NeuralAI's alignment principles (transparency, helpfulness, safety)"""
# ====================
# DATABASE LAYER
# ====================
def get_db():
db = sqlite3.connect(DATABASE)
db.row_factory = sqlite3.Row
return db
def init_db():
db = get_db()
db.executescript("""
CREATE TABLE IF NOT EXISTS users (
id TEXT PRIMARY KEY,
username TEXT UNIQUE NOT NULL,
email TEXT UNIQUE,
first_name TEXT,
last_name TEXT,
bod TEXT,
bio TEXT,
is_founder INTEGER DEFAULT 0,
password_hash TEXT NOT NULL,
created_at TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS conversations (
id TEXT PRIMARY KEY,
user_id TEXT NOT NULL,
title TEXT NOT NULL,
created_at TEXT NOT NULL,
updated_at TEXT NOT NULL,
message_count INTEGER DEFAULT 0
);
CREATE TABLE IF NOT EXISTS messages (
id INTEGER PRIMARY KEY AUTOINCREMENT,
conversation_id TEXT NOT NULL,
role TEXT NOT NULL,
content TEXT NOT NULL,
created_at TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS user_settings (
user_id TEXT NOT NULL,
key TEXT NOT NULL,
value TEXT NOT NULL,
updated_at TEXT NOT NULL,
PRIMARY KEY (user_id, key)
);
CREATE TABLE IF NOT EXISTS memory_facts (
id INTEGER PRIMARY KEY AUTOINCREMENT,
fact TEXT NOT NULL,
category TEXT DEFAULT 'general',
importance INTEGER DEFAULT 0,
user_id TEXT,
created_at TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS active_rules (
id INTEGER PRIMARY KEY AUTOINCREMENT,
rule TEXT NOT NULL,
active INTEGER DEFAULT 1,
user_id TEXT,
created_at TEXT NOT NULL
);
""")
db.commit()
db.close()
# ====================
# AUTH DECORATOR
# ====================
def token_required(f):
@wraps(f)
def decorated(*args, **kwargs):
token = request.headers.get("Authorization")
if not token:
token = request.args.get("token")
if not token:
request.user_id = "guest"
return f(request.user_id, *args, **kwargs)
try:
token = token.replace("Bearer ", "")
payload = jwt.decode(token, app.config["SECRET_KEY"], algorithms=["HS256"])
request.user_id = payload["user_id"]
except Exception:
return jsonify({"error": "Invalid token"}), 401
return f(request.user_id, *args, **kwargs)
return decorated
def load_convs():
if CONV_FILE.exists():
try:
with open(CONV_FILE) as f: return json.load(f)
except: return {}
return {}
def save_convs(data):
with open(CONV_FILE, 'w') as f: json.dump(data, f)
# Neural Uplink Agents
UPLINK_AGENTS = {
"dialog": {"name": "DIALOG", "role": "Conversation", "color": "🔵", "system": "You are DIALOG, a concise AI assistant."},
"data": {"name": "DATA", "role": "Data Analysis", "color": "🟢", "system": "You are DATA, specialized in data analysis."},
"ops": {"name": "OPS", "role": "Operations", "color": "🟡", "system": "You are OPS, specialized in execution."},
"world": {"name": "WORLD", "role": "Creativity", "color": "🟣", "system": "You are WORLD, specialized in creative tasks."},
}
# ====================
# MODEL LOADING
# ====================
def _forward_to_external_llm(messages, max_tokens=256, temperature=0.7, stream=False):
"""Forward inference to an external OpenAI-compatible API (Ollama, LM Studio, etc.).
Returns a requests.Response (streaming) or a dict (non-streaming).
"""
api_url = LLM_API_URL.rstrip("/")
endpoint = f"{api_url}/chat/completions"
headers = {"Content-Type": "application/json"}
if LLM_API_KEY:
headers["Authorization"] = f"Bearer {LLM_API_KEY}"
body = {
"model": LLM_MODEL,
"messages": messages,
"max_tokens": max_tokens,
"temperature": temperature,
"stream": stream,
}
logger.info("[LLM] Forwarding to %s backend at %s", LLM_BACKEND, endpoint)
if stream:
return requests.post(endpoint, json=body, headers=headers, stream=True, timeout=120)
resp = requests.post(endpoint, json=body, headers=headers, timeout=120)
resp.raise_for_status()
return resp.json()
ZO_ASK_URL = "https://api.zo.computer/zo/ask"
def _messages_to_zo_input(messages):
"""Convert OpenAI-format messages array into a single input string for /zo/ask."""
parts = []
for m in messages:
role = m.get("role", "user")
content = m.get("content", "")
if isinstance(content, list):
content = " ".join(p.get("text", "") for p in content if isinstance(p, dict))
if role == "system":
parts.append(f"[System] {content}")
elif role == "assistant":
parts.append(f"[Assistant] {content}")
else:
parts.append(f"[User] {content}")
return "\n".join(parts)
def _forward_to_zo(messages, max_tokens=256, temperature=0.7, stream=False):
"""Forward inference to ZO Computer's native /zo/ask endpoint.
ZO's built-in models (GPT-5.4, etc.) are billed to the Zo plan and require
no external API key — only the platform identity token for auth. This avoids
loading PyTorch (6 GB) on the 4 GB ZO Computer.
Falls back to llmster (localhost:1234) if the ZO API is unreachable.
Returns a requests.Response (streaming) or a dict (non-streaming).
"""
token = ZO_API_TOKEN
if not token:
raise RuntimeError("ZO_CLIENT_IDENTITY_TOKEN not set — cannot call /zo/ask")
model_name = LLM_MODEL or "byok:0d3567f7-f521-42b0-8adf-65c9b036cf89"
zo_input = _messages_to_zo_input(messages)
body = {
"input": zo_input,
"model_name": model_name,
}
headers = {
"authorization": token,
"content-type": "application/json",
"Accept": "application/json",
}
logger.info("[LLM] Forwarding to ZO /zo/ask (model=%s, stream=%s)", model_name, stream)
try:
if stream:
resp = requests.post(ZO_ASK_URL, json=body, headers=headers, stream=True, timeout=120)
else:
resp = requests.post(ZO_ASK_URL, json=body, headers=headers, timeout=120)
resp.raise_for_status()
if not stream:
data = resp.json()
return {"choices": [{"message": {"content": data.get("output", "")}}]}
return resp
except Exception as e:
# Do NOT silently fall back to localhost:1234 (llmster) — that endpoint is
# not running on ZO and produces a confusing "Model provider rejected your
# credentials" / connection-refused error. Surface the real failure.
logger.error("[LLM] ZO /zo/ask failed: %s", e)
raise RuntimeError(
"ZO native inference (/zo/ask) failed: " + str(e) + "\n"
"Tip: set LLM_BACKEND=local to run the built-in 360M model, or add a "
"valid LLM_API_KEY/LLM_API_URL for an OpenAI-compatible backend."
) from e
def load_model():
global model, tokenizer, model_status
if LLM_BACKEND in ("none",):
model_status = "ready (lightweight mode — no model loaded)"
logger.info("[OK] Lightweight mode active — no model loaded. Chat will use template responses.")
return
if LLM_BACKEND == "zo":
model_status = "ready (external backend)"
print(f"[OK] Using external ZO native inference: {LLM_BACKEND}")
return
if LLM_BACKEND != "local":
# openai_compatible / lmstudio / ollama -> local inference server (e.g. LM Studio :1234)
model_status = "ready"
print(f"[OK] Using local OpenAI-compatible backend: {LLM_BACKEND} @ {LLM_API_URL}")
return
try:
global torch
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
tokenizer = AutoTokenizer.from_pretrained(BASE_MODEL)
tokenizer.pad_token = tokenizer.eos_token
adapter = Path(MODEL_PATH)
has_adapter = any((adapter / f).exists() for f in ["adapter_model.bin", "adapter_model.safetensors"])
# Use float16 on ZO to fit in 4GB RAM (~700MB vs ~1.4GB float32)
dtype = torch.float16 if _USE_FLOAT16 else torch.float32
if adapter.exists() and has_adapter:
base = AutoModelForCausalLM.from_pretrained(BASE_MODEL, torch_dtype=dtype, device_map=None, low_cpu_mem_usage=True)
model = PeftModel.from_pretrained(base, str(adapter), torch_dtype=dtype)
else:
model = AutoModelForCausalLM.from_pretrained(BASE_MODEL, torch_dtype=dtype, device_map=None, low_cpu_mem_usage=True)
model.eval()
model_status = "ready"
print(f"[OK] Model loaded. Params: {sum(p.numel() for p in model.parameters()):,}")
except Exception as e:
model_status = f"error: {e}"
print(f"[ERROR] Model: {e}")
def get_conversation_history(conv_id, limit=10):
"""Get recent conversation history for context"""
if not conv_id:
return []
try:
db = get_db()
rows = db.execute(
"SELECT role, content FROM messages WHERE conversation_id = ? ORDER BY id DESC LIMIT ?",
(conv_id, limit)
).fetchall()
db.close()
return list(reversed([dict(r) for r in rows]))
except Exception:
return []
def _cap_text(text, max_chars=3500):
"""Cap a single chat message so one oversized paste can't blow the prompt to 30k+ tokens."""
if not isinstance(text, str):
text = str(text)
return text if len(text) <= max_chars else text[-max_chars:]
def build_prompt_with_context(prompt, conv_id=None, max_history=5):
"""Build a ChatML-formatted prompt (matching the model's trained chat template).
The model (SmolLM2-360M-Instruct + NeuralAI LoRA) was trained on ChatML:
<|im_start|>system\n...\n<|im_end|>\n
<|im_start|>user\n...\n<|im_end|>\n
<|im_start|>assistant\n
Feeding it freeform "User:/NeuralAI:" text caused the model to not recognize
turn boundaries and "talk to itself". Using the correct template fixes that.
"""
history = get_conversation_history(conv_id, max_history) if conv_id else []
messages = [{"role": "system", "content": NEURALAI_SYSTEM_PROMPT}]
for msg in history:
role = "user" if msg["role"] == "user" else "assistant"
messages.append({"role": role, "content": _cap_text(msg["content"])})
messages.append({"role": "user", "content": _cap_text(prompt)})
# Use the tokenizer's native chat template so formatting exactly matches training.
try:
return tokenizer.apply_chat_template(
messages, tokenize=False, add_generation_prompt=True
)
except Exception:
# Fallback manual ChatML assembly (mirrors chat_template.jinja)
out = []
for i, msg in enumerate(messages):
if i == 0 and msg["role"] != "system":
out.append("<|im_start|>system\nYou are a helpful AI assistant named NeuralAI<|im_end|>\n")
out.append(f"<|im_start|>{msg['role']}\n{msg['content']}<|im_end|>\n")
out.append("<|im_start|>assistant\n")
return "".join(out)
def _truncate_to_fit(messages, tokenizer_obj, context_limit=6000):
"""Truncate a list of ChatML messages so tokenized length fits within context_limit.
Always keeps the system prompt. Drops oldest user/assistant turns when the
total token count exceeds the limit, keeping at least the most recent pair.
SmolLM2-360M-Instruct has a 8192-token context window; we use 6000 as a
safe ceiling to leave room for generated tokens and prevent ZO 120s timeout.
"""
if not messages or tokenizer_obj is None:
return messages
# Tokenize the full prompt to check length
try:
full = tokenizer_obj.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
token_count = len(tokenizer_obj.encode(full))
except Exception:
return messages # if we can't count, just pass through
if token_count <= context_limit:
return messages
# Separate system prompt (always keep) from conversation turns
system_msgs = [m for m in messages if m.get("role") == "system"]
turns = [m for m in messages if m.get("role") != "system"]
# Greedily drop oldest turns until we fit
while turns and token_count > context_limit:
dropped = turns.pop(0)
try:
full = tokenizer_obj.apply_chat_template(system_msgs + turns, tokenize=False, add_generation_prompt=True)
token_count = len(tokenizer_obj.encode(full))
except Exception:
break
logger.info(f"[TRUNC] Input {token_count} tokens → kept {len(turns)} turns (limit {context_limit})")
return system_msgs + turns
def generate_response(prompt, max_tokens=256, temperature=0.7, conv_id=None):
"""Enhanced response generation with system prompt and context."""
global model, tokenizer, inference_count
# === No backend (lightweight mode) ===
if LLM_BACKEND == "none":
return "I'm NeuralAI. The AI model isn't loaded due to memory constraints. I can't generate AI responses in this mode."
# === External LLM backend ===
if LLM_BACKEND in ("ollama", "lmstudio", "openai_compatible"):
try:
# Build OpenAI-format messages for the external API
history = get_conversation_history(conv_id, 8) if conv_id else []
api_messages = [{"role": "system", "content": NEURALAI_SYSTEM_PROMPT}]
for h in history:
api_messages.append({"role": h["role"], "content": h["content"]})
api_messages.append({"role": "user", "content": prompt})
data = _forward_to_external_llm(api_messages, max_tokens=max_tokens, temperature=temperature, stream=False)
content = data["choices"][0]["message"]["content"]
content = _strip_reasoning(content)
inference_count += 1
return content.strip()
except Exception as e:
logger.error(f"[LLM] External backend error: {e}")
return f"Backend error: {e}"
# === ZO native /zo/ask backend ===
if LLM_BACKEND == "zo":
try:
history = get_conversation_history(conv_id, 8) if conv_id else []
api_messages = [{"role": "system", "content": NEURALAI_SYSTEM_PROMPT}]
for h in history:
api_messages.append({"role": h["role"], "content": h["content"]})
api_messages.append({"role": "user", "content": prompt})
data = _forward_to_zo(api_messages, max_tokens=max_tokens, temperature=temperature, stream=False)
content = data["choices"][0]["message"]["content"]
content = _strip_reasoning(content)
inference_count += 1
return content.strip()
except Exception as e:
logger.error(f"[LLM] ZO backend error: {e}")
return f"Backend error: {e}"
# === Local PyTorch inference ===
if model is None or tokenizer is None:
return "I'm NeuralAI. The AI model isn't loaded due to memory constraints on this machine (4GB ZO Computer). The model needs ~2GB but only less is available. Please try again later or contact support."
try:
full = build_prompt_with_context(prompt, conv_id)
inputs = tokenizer(full, return_tensors="pt")
# Safety: if prompt exceeds model context, truncate from the front
max_input = 768 if LLM_BACKEND == "local" else 4000 # local CPU: keep prefill ~25s
if inputs["input_ids"].shape[-1] > max_input:
inputs["input_ids"] = inputs["input_ids"][:, -max_input:]
inputs["attention_mask"] = inputs["attention_mask"][:, -max_input:]
logger.warning(f"[TRUNC] Input truncated to {max_input} tokens (was {inputs['input_ids'].shape[-1]})")
with torch.no_grad():
out = model.generate(
**inputs,
max_new_tokens=max_tokens,
do_sample=True,
temperature=temperature,
top_p=0.95,
pad_token_id=tokenizer.eos_token_id,
repetition_penalty=1.1
)
new_tokens = out[0][inputs["input_ids"].shape[-1]:]
response = tokenizer.decode(new_tokens, skip_special_tokens=True).strip()
if response.startswith("<|im_start|>assistant"):
response = response[len("<|im_start|>assistant"):].strip()
if response.startswith("NeuralAI:"):
response = response[len("NeuralAI:"):].strip()
response = _strip_reasoning(response)
inference_count += 1
return response
except Exception as e:
logger.error(f"Generation error: {e}")
return "I encountered an error generating a response. Please try again."
def stream_response(prompt, max_tokens=256, temperature=0.7, conv_id=None, already_rendered=False):
"""Token streaming — external backend or local TextIteratorStreamer.
When *already_rendered* is True, *prompt* is a fully-rendered ChatML string
(from apply_chat_template) and must NOT be passed through build_prompt_with_context
again. This prevents the double-wrapping bug that blew up token counts.
"""
global model, tokenizer, inference_count
# === External LLM backend ===
if LLM_BACKEND in ("ollama", "lmstudio", "openai_compatible"):
try:
history = get_conversation_history(conv_id, 8) if conv_id else []
api_messages = [{"role": "system", "content": NEURALAI_SYSTEM_PROMPT}]
for h in history:
api_messages.append({"role": h["role"], "content": h["content"]})
api_messages.append({"role": "user", "content": prompt})
resp = _forward_to_external_llm(api_messages, max_tokens=max_tokens, temperature=temperature, stream=True)
if resp.status_code != 200:
yield f"Backend error ({resp.status_code}): {resp.text[:200]}"
return
for line in resp.iter_lines():
if not line or not line.startswith(b"data: "):
continue
payload = line[6:].decode().strip()
if payload == "[DONE]":
break
try:
chunk = json.loads(payload)
delta = chunk.get("choices", [{}])[0].get("delta", {})
content = delta.get("content", "")
if content:
# Strip reasoning from external backend streams too
content = _strip_reasoning(content)
yield content
except json.JSONDecodeError:
continue
inference_count += 1
return
except Exception as e:
logger.error(f"[LLM] External backend stream error: {e}")
yield f"Backend error: {e}"
return
# === ZO native /zo/ask streaming ===
if LLM_BACKEND == "zo":
try:
history = get_conversation_history(conv_id, 8) if conv_id else []
api_messages = [{"role": "system", "content": NEURALAI_SYSTEM_PROMPT}]
for h in history:
api_messages.append({"role": h["role"], "content": h["content"]})
api_messages.append({"role": "user", "content": prompt})
resp = _forward_to_zo(api_messages, max_tokens=max_tokens, temperature=temperature, stream=True)
if resp.status_code != 200:
yield f"ZO backend error ({resp.status_code}): {resp.text[:200]}"
return
# /zo/ask may return SSE (data: {...}) or plain JSON
content_type = resp.headers.get("content-type", "")
if "text/event-stream" in content_type or "chunked" in content_type:
for line in resp.iter_lines():
if not line or not line.startswith(b"data: "):
continue
payload = line[6:].decode().strip()
if payload == "[DONE]":
break
try:
chunk = json.loads(payload)
delta = chunk.get("choices", [{}])[0].get("delta", {})
tok = delta.get("content", "")
if not tok:
tok = chunk.get("output", "")
if tok:
tok = _strip_reasoning(tok)
yield tok
except json.JSONDecodeError:
continue
else:
# Non-streaming JSON fallback — yield full output in one chunk
try:
data = resp.json()
full_output = data.get("output", "")
if not full_output and "choices" in data:
full_output = data["choices"][0].get("message", {}).get("content", "")
if full_output:
yield _strip_reasoning(full_output)
except Exception:
yield _strip_reasoning(resp.text)
inference_count += 1
return
except Exception as e:
logger.error(f"[LLM] ZO backend stream error: {e}")
yield f"ZO backend error: {e}"
return
# === Local PyTorch streaming ===
if model is None or tokenizer is None:
# Lightweight mode: return a helpful response without the model
yield f"I'm NeuralAI. I received your message but the AI model isn't loaded (memory-limited environment). Here's what I can tell you: I'm a fine-tuned SmolLM2-360M with NeuralAI LoRA. On this ZO Computer (4GB RAM), the model can't run due to memory constraints. Please check back when more resources are available."
return
stop_event = stop_events.get(conv_id) if conv_id else None
try:
from transformers import TextIteratorStreamer
# If already rendered (from BYO API path), use directly to avoid double ChatML wrapping
if already_rendered:
full = prompt
else:
full = build_prompt_with_context(prompt, conv_id)
inputs = tokenizer(full, return_tensors="pt")
# Safety: if prompt exceeds model context, truncate from the front
max_input = 768 if LLM_BACKEND == "local" else 4000 # local CPU: keep prefill ~25s
if inputs["input_ids"].shape[-1] > max_input:
inputs["input_ids"] = inputs["input_ids"][:, -max_input:]
inputs["attention_mask"] = inputs["attention_mask"][:, -max_input:]
logger.warning(f"[TRUNC] Stream input truncated to {max_input} tokens")
logger.info(f"[INFER] Input tokens: {inputs['input_ids'].shape[-1]}, generating up to {max_tokens} new tokens")
streamer = TextIteratorStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
# Use greedy decoding (do_sample=False) for faster CPU inference
gen_kwargs = dict(
**inputs,
streamer=streamer,
max_new_tokens=max_tokens,
do_sample=False if temperature <= 0.1 else True,
temperature=max(temperature, 0.3),
top_p=0.9,
pad_token_id=tokenizer.eos_token_id,
repetition_penalty=1.05,
)
thread = threading.Thread(target=model.generate, kwargs=gen_kwargs, daemon=True)
thread.start()
# Strip reasoning tokens from stream output.
# Accumulate tokens until we find the '!!' delimiter, then start yielding.
_buf = ""
_reasoning_done = False
for token in streamer:
if stop_event and stop_event.is_set():
break
if token:
if _reasoning_done:
yield token
else:
_buf += token
if "!!" in _buf:
parts = _buf.split("!!", 1)
_reasoning_done = True
remainder = parts[1].strip()
if remainder:
yield remainder
logger.info(f"[THINK] Stream: stripped {len(parts[0])} chars of reasoning")
elif len(_buf) > 600:
# Safety: if no !! after 600 chars, assume no reasoning block
_reasoning_done = True
yield _buf
# If stream ended before !!, yield whatever we have
if not _reasoning_done and _buf:
stripped = _strip_reasoning(_buf)
if stripped != _buf:
yield stripped
else:
yield _buf
thread.join()
inference_count += 1
except Exception as e:
logger.error(f"Stream generation error: {e}")
yield "I encountered an error generating a response. Please try again."
def _strip_reasoning(text):
"""Strip the model's internal chain-of-thought from visible output.
SmolLM2-360M-Instruct + NeuralAI LoRA tends to emit a reasoning block
(often a **Bold Header** followed by first-person deliberation) before the
actual response. We detect the delimiter '!!' which the model uses to
separate its internal thinking from the user-facing answer.
Examples of what gets stripped:
**Greet User Warmly**\n\nI need to respond as NeuralAI...!! I'm NeuralAI. ...
"""
if not text:
return text
# Primary delimiter: '!!' — the model's own separator between thought and speech
if "!!" in text:
after = text.split("!!", 1)[1].strip()
if after: # only use if there's actual content after !!
logger.info(f"[THINK] Stripped reasoning ({len(text) - len(after)} chars)")
return after
# Secondary pattern: bold header + first-person reasoning before actual response
# Matches: **Some Plan**\n\nI need to.../I should.../Let me...
import re as _re
think_match = _re.match(
r'^\*\*[^*]+\*\*\s*\n\s*(?:I (?:need|should|want|must|have to|will|can|could|would)|'
r'Let me |The user |My approach |First, |Step \d)[^.]*\.\.\.[^.]*\.\s*',
text, _re.DOTALL
)
if think_match:
after = text[think_match.end():].strip()
if after:
logger.info(f"[THINK] Stripped reasoning pattern ({think_match.end()} chars)")
return after
return text
# ====================
# IMAGE PROMPT ENHANCER
# ====================
def enhance_image_prompt(prompt):
"""Expand a short user request into a detailed, brand-styled image prompt.
Uses the local LLM when available; otherwise falls back to a deterministic
template so 'generate a dog' still becomes a rich NeuralAI-styled prompt.
"""
tmpl = (
"Rewrite the user's short image request into a single detailed, "
"photorealistic image-generation prompt in NeuralAI's signature dark/neon "
"'vibe stack' aesthetic. Add lighting, mood, composition, and medium. "
"Output ONLY the prompt, no quotes, no commentary.\n\n"
f"User request: {prompt}\n\nDetailed prompt:"
)
# Try the LLM first (kept in-memory in this process).
try:
if model is not None and tokenizer is not None:
inputs = tokenizer(tmpl, return_tensors="pt")
with torch.no_grad():
out = model.generate(
**inputs, max_new_tokens=80, do_sample=False,
pad_token_id=tokenizer.eos_token_id,
)
txt = tokenizer.decode(out[0][inputs["input_ids"].shape[-1]:],
skip_special_tokens=True).strip()
txt = txt.split("\n")[0].strip().strip('"').strip("'")
if txt and len(txt) > len(prompt):
return txt
except Exception as e:
logger.warning(f"[enhance_image_prompt] LLM enhance failed, using template: {e}")
# Template fallback: brand-styled expansion.
subject = prompt.strip().strip(".").lower()
return (
f"{prompt}, cinematic dark-mode composition, neon accent rim lighting, "
f"high contrast, hyper-detailed, 8k, volumetric fog, vibe stack aesthetic, "
f"centered subject, professional concept art"
)
# ====================
# ROUTES - STATIC
# ====================
import time
BUILD_VERSION = str(int(time.time()))
@app.route("/")
def index():
p = f"{STATIC_PATH}/templates/index.html"
if os.path.exists(p):
with open(p) as f:
content = f.read()
# Inject build version for cache busting
content = content.replace("{{BUILD_VERSION}}", BUILD_VERSION)
return content, 200, {
"Content-Type": "text/html",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
"Expires": "0"
}
return "index.html not found", 404
@app.route("/<path:path>")
def static_files(path):
for base in [f"{STATIC_PATH}/static", STATIC_PATH]:
p = os.path.join(base, path)
if os.path.exists(p) and os.path.isfile(p):
ext = path.split('.')[-1]
ct = {"js": "application/javascript", "css": "text/css", "png": "image/png", "jpg": "image/jpeg", "ico": "image/x-icon"}
# Set no-cache for JS/CSS to prevent Cloudflare caching old 404s
cache_ctrl = "no-cache, no-store, must-revalidate" if ext in ("js", "css") else "public, max-age=31536000"
return send_from_directory(os.path.dirname(p), os.path.basename(p), mimetype=ct.get(ext, "text/plain"), max_age=0 if ext in ("js", "css") else 31536000)
return "Not found", 404
# ====================
# ROUTES - POLICIES
# ====================
@app.route("/privacy")
def privacy():
p = f"{STATIC_PATH}/templates/privacy.html"
if os.path.exists(p):
with open(p) as f:
return f.read(), 200, {"Content-Type": "text/html"}
return "Privacy policy not found", 404
@app.route("/terms")
def terms():
p = f"{STATIC_PATH}/templates/terms.html"
if os.path.exists(p):
with open(p) as f:
return f.read(), 200, {"Content-Type": "text/html"}
return "Terms of service not found", 404
# ====================
# DEFENSE 3: REJECT IF OVERLOADED
# ====================
@app.before_request
def _reject_if_overloaded():
# Never 503 liveness probes. The host pauses the service when /health fails,
# which was the root cause of the recurring "NeuralAI pauses" problem.
if request.path in ("/health", "/api/health", "/api/status", "/api/healthz"):
return
if model_status == "overloaded":
from flask import abort
abort(503)
# ====================
# ROUTES - HEALTH
# ====================
@app.route("/health")
@app.route("/api/health")
@app.route("/api/status")
def health():
# Defense 2 integration: reject requests if memory overloaded
return jsonify({"status": model_status, "model": BASE_MODEL, "inference_count": inference_count, "uplink": "integrated",
"timestamp": datetime.now(timezone.utc).isoformat(), "version": "7.2.0-resilient",
"llm_backend": LLM_BACKEND})
# ====================
# ROUTES - RELEASE NOTES
# ====================
@app.route("/api/release-notes", methods=["GET"])
def api_release_notes():
notes_path = DATA_DIR / "release_notes.json"
try:
if notes_path.exists():
with open(notes_path) as f:
return jsonify(json.load(f))
except Exception as e:
logger.warning(f"Failed to read release notes: {e}")
return jsonify({
"version": "v7.3.0",
"title": "NeuralAI v7.3.0 — Release Notes",
"released": "2026-07-13",
"notes": []
})
# ====================
# ROUTES - MODEL
# ====================
@app.route("/generate", methods=["POST"])
def generate():
data = request.get_json() or {}
return jsonify({"response": generate_response(data.get("prompt", "")), "inference_count": inference_count})
@app.route("/generate/stream", methods=["POST"])
def generate_stream():
data = request.get_json() or {}
prompt = data.get("prompt", "")
def generate():
response = generate_response(prompt)
for word in response.split():
yield f"data: {json.dumps({'token': word+' '})}\n\n"
yield "data: [DONE]\n\n"
return Response(generate(), mimetype="text/event-stream", headers={"Cache-Control": "no-cache", "X-Accel-Buffering": "no"})
# Unified AI API for Frontend
@app.route("/api/chat", methods=["POST"])
@token_required
def api_chat(current_user):
start_time = time.time()
data = request.get_json() or {}
prompt = data.get("prompt", "")
use_uplink = data.get("use_uplink", False)
conv_id = data.get("conversation_id")
if not prompt:
return jsonify({"error": "No prompt provided"}), 400
# Save user message to DB if conversation_id provided
if conv_id:
try:
db = get_db()
now = datetime.now(timezone.utc).isoformat()
db.execute("INSERT INTO messages (conversation_id, role, content, created_at) VALUES (?, 'user', ?, ?)",
(conv_id, prompt, now))
db.execute("UPDATE conversations SET updated_at = ?, message_count = message_count + 1 WHERE id = ?", (now, conv_id))
# Auto-generate title from first message
msg_count = db.execute("SELECT COUNT(*) as cnt FROM messages WHERE conversation_id = ?", (conv_id,)).fetchone()["cnt"]
if msg_count <= 1:
auto_title = prompt[:50].strip()
if len(prompt) > 50:
last_space = auto_title.rfind(" ")
if last_space > 20:
auto_title = auto_title[:last_space]
auto_title += "..."
db.execute("UPDATE conversations SET title = ? WHERE id = ?", (auto_title, conv_id))
db.commit()
db.close()
except Exception as e:
logger.error(f"Failed to save user message: {e}")
def generate_unified():
if use_uplink:
for agent_name, agent in UPLINK_AGENTS.items():
try:
resp = generate_response(f"[{agent['system']}]\n{prompt}", max_tokens=120)
if resp:
chunk = f"{agent['color']} **{agent['name']}**: {resp.strip()}\n\n"
yield f"data: {json.dumps({'content': chunk})}\n\n"
except: pass
else:
# Real token streaming — first token arrives in <1s instead of after full generation
full_response = []
for token in stream_response(prompt, conv_id=conv_id):
full_response.append(token)
yield f"data: {json.dumps({'content': token})}\n\n"
response = "".join(full_response)
# Save assistant response
if conv_id and response:
try:
db = get_db()
now = datetime.now(timezone.utc).isoformat()
db.execute("INSERT INTO messages (conversation_id, role, content, created_at) VALUES (?, 'assistant', ?, ?)",
(conv_id, response, now))
db.commit()
db.close()
except Exception as e:
logger.error(f"Failed to save assistant message: {e}")
# Clear any stop event for this conversation
stop_events.pop(conv_id, None)
yield "data: [DONE]\n\n"
return Response(generate_unified(), mimetype="text/event-stream", headers={"Cache-Control": "no-cache", "X-Accel-Buffering": "no"})
@app.route("/api/chat/stop", methods=["POST"])
@token_required
def api_chat_stop(current_user):
data = request.get_json() or {}
conv_id = data.get("conversation_id")
if conv_id:
stop_events[conv_id] = threading.Event()
stop_events[conv_id].set()
return jsonify({"success": True, "stopped": conv_id})
return jsonify({"success": False, "error": "No conversation_id provided"}), 400
# ====================
# ROUTES - MONITORING
# ====================
@app.route("/api/monitoring/metrics", methods=["GET"])
def get_metrics():
"""Get system metrics (public for status page)"""
return jsonify({
"model_status": model_status,
"inference_count": inference_count,
"version": "7.2.0-enhanced"
})
# ====================
# ROUTES - CONVERSATIONS
# ====================
@app.route("/api/conversations", methods=["GET", "POST"])
@token_required
def manage_convs(current_user):
db = get_db()
try:
if request.method == "POST":
data = request.get_json() or {}
cid = str(uuid.uuid4().hex[:8])
now = datetime.now(timezone.utc).isoformat()
db.execute("INSERT INTO conversations (id, user_id, title, created_at, updated_at) VALUES (?, ?, ?, ?, ?)",
(cid, current_user, data.get("title", "New Chat"), now, now))
db.commit()
return jsonify({"success": True, "id": cid})
rows = db.execute("SELECT id, title, updated_at FROM conversations WHERE user_id = ? ORDER BY updated_at DESC", (current_user,)).fetchall()
convs = [dict(row) for row in rows]
return jsonify(convs)
finally:
db.close()
@app.route("/api/conversations/<cid>", methods=["GET", "PUT", "DELETE"])
@token_required
def conv_detail(current_user, cid):
db = get_db()
try:
if request.method == "DELETE":
db.execute("DELETE FROM messages WHERE conversation_id = ?", (cid,))
db.execute("DELETE FROM conversations WHERE id = ? AND user_id = ?", (cid, current_user))
db.commit()
return jsonify({"success": True})
if request.method == "PUT":
data = request.get_json(silent=True) or {}
title = data.get("title", "").strip()
if not title:
return jsonify({"error": "Title required"}), 400
db.execute("UPDATE conversations SET title = ?, updated_at = ? WHERE id = ? AND user_id = ?",
(title, datetime.now(timezone.utc).isoformat(), cid, current_user))
db.commit()
return jsonify({"success": True})
conv = db.execute("SELECT * FROM conversations WHERE id = ? AND user_id = ?", (cid, current_user)).fetchone()
if not conv: return jsonify({"error": "Not found"}), 404
msgs = db.execute("SELECT role, content, created_at FROM messages WHERE conversation_id = ? ORDER BY id ASC", (cid,)).fetchall()
return jsonify({**dict(conv), "messages": [dict(m) for m in msgs]})
finally:
db.close()
# ====================
# ROUTES - FILES (Proxied to Storage Service)
# ====================
@app.route("/api/files", methods=["GET", "POST"])
def manage_files():
try:
if request.method == "POST":
if 'file' not in request.files: return jsonify({"error": "No file"}), 400
file = request.files['file']
save_path = STORAGE_ROOT / file.filename
file.save(str(save_path))
return jsonify({"success": True, "name": file.filename, "size": save_path.stat().st_size})
# List files directly from STORAGE_ROOT (no external dependency)
files = []
for f in sorted(STORAGE_ROOT.iterdir(), key=lambda p: (p.is_dir(), p.name.lower())):
if f.name.startswith("."):
continue
files.append({
"name": f.name,
"size": f.stat().st_size,
"path": f.name,
"is_dir": f.is_dir(),
"type": "image" if f.suffix.lower() in (".png", ".jpg", ".jpeg", ".gif", ".webp") else ("dir" if f.is_dir() else "file")
})
return jsonify(files)
except Exception as e:
logger.error(f"File management error: {e}")
return jsonify({"error": str(e)}), 500
@app.route("/api/files/mkdir", methods=["POST"])
def make_dir():
data = request.get_json() or {}
name = (data.get("name") or "").strip().replace("/", "").replace("..", "")
if not name:
return jsonify({"error": "No folder name"}), 400
try:
(STORAGE_ROOT / name).mkdir(parents=True, exist_ok=True)
return jsonify({"success": True})
except Exception as e:
return jsonify({"error": str(e)}), 500
@app.route("/api/files/<path:filename>", methods=["GET", "DELETE"])
def handle_file(filename):
try:
target = (STORAGE_ROOT / filename).resolve()
if not str(target).startswith(str(STORAGE_ROOT)):
return jsonify({"error": "Unauthorized path"}), 403
if request.method == "DELETE":
if not target.exists():
return jsonify({"error": "Not found"}), 404
if target.is_dir():
import shutil
shutil.rmtree(target)
else:
target.unlink()
return jsonify({"success": True})
# GET -> serve the file directly
if not target.exists():
return jsonify({"error": "Not found"}), 404
return send_from_directory(str(STORAGE_ROOT), filename)
except Exception as e:
return jsonify({"error": str(e)}), 500
# ====================
# ROUTES - TERMINAL
# ====================
@app.route("/api/terminal/create", methods=["POST"])
def terminal_create():
session_id = str(uuid.uuid4())[:8]
terminal_sessions[session_id] = {"id": session_id, "output": [], "running": True}
return jsonify({"session_id": session_id, "status": "created"})
@app.route("/api/terminal/<session_id>/send", methods=["POST"])
def terminal_send(session_id):
if session_id not in terminal_sessions:
return jsonify({"error": "Session not found"}), 404
data = request.get_json() or {}
cmd = data.get("command", "")
try:
result = subprocess.run(cmd, shell=True, capture_output=True, text=True, timeout=30)
output = result.stdout or result.stderr or ""
terminal_sessions[session_id]["output"].append({"cmd": cmd, "output": output})
return jsonify({"output": output, "exit_code": result.returncode})
except Exception as e:
return jsonify({"output": f"Error: {e}", "exit_code": 1})
@app.route("/api/terminal/<session_id>/output", methods=["GET"])
def terminal_output(session_id):
if session_id not in terminal_sessions:
return jsonify({"output": []})
return jsonify({"output": terminal_sessions[session_id]["output"]})
# ====================
# ROUTES - CODE EXECUTION
# ====================
@app.route("/api/execute/code", methods=["POST"])
def execute_code():
data = request.get_json() or {}
code = data.get("code", "")
language = data.get("language", "python")
suffix = ".py" if language == "python" else ".js"
with tempfile.NamedTemporaryFile(mode='w', suffix=suffix, delete=False) as f:
f.write(code)
path = f.name
try:
cmd = ["python3", path] if language == "python" else ["node", path]
result = subprocess.run(cmd, capture_output=True, text=True, timeout=30)
return jsonify({"success": result.returncode == 0, "output": result.stdout, "error": result.stderr})
except Exception as e:
return jsonify({"success": False, "output": "", "error": str(e)})
finally:
os.unlink(path)
# ====================
# ROUTES - IMAGE GENERATION (proxy to tools_service if available)
# ====================
@app.route("/api/image", methods=["POST"])
def api_image():
data = request.get_json() or {}
prompt = data.get("prompt", "")
if not prompt:
return jsonify({"success": False, "error": "No prompt provided"}), 400
gen_dir = Path(STATIC_PATH) / "static" / "generated"
gen_dir.mkdir(parents=True, exist_ok=True)
timestamp = int(time.time())
file_stem = f"gen_{timestamp}"
# ---- 1) ZO native image generator (REAL images, platform-provided) ----
# Mirrors the approach in from-scratch/web_ui/neuralai_engine.py which calls
# /home/.z/tools/generate_image.py — the host's real image generation tool.
try:
script = (
"import sys, os\n"
"os.environ['ZO_CLIENT_IDENTITY_TOKEN'] = " + repr(ZO_API_TOKEN) + "\n"
"sys.path.insert(0, '/home/.z/tools')\n"
"try:\n"
" from generate_image import generate_image as _gen\n"
"except Exception as e:\n"
" print('IMPORT_FAIL', e); sys.exit(2)\n"
"ok = _gen(prompt=" + repr(prompt) +
", output_dir=" + repr(str(gen_dir)) +
", file_stem=" + repr(file_stem) + ", aspect_ratio='1:1')\n"
"sys.exit(0 if ok else 1)\n"
)
with tempfile.NamedTemporaryFile(mode="w", suffix=".py", delete=False) as tf:
tf.write(script)
script_path = tf.name
env = dict(os.environ)
env["ZO_CLIENT_IDENTITY_TOKEN"] = ZO_API_TOKEN
try:
r = subprocess.run(["python3", script_path], capture_output=True, text=True, timeout=150, env=env)
finally:
try:
os.unlink(script_path)
except Exception:
pass
if r.returncode == 0:
matches = sorted(gen_dir.glob(f"{file_stem}*"))
if matches:
fname = matches[-1].name
return jsonify({
"success": True,
"image_url": f"/static/generated/{fname}",
"prompt": prompt,
"placeholder": False,
"provider": "zo-native"
})
logger.warning("[api_image] ZO generator reported success but produced no file")
else:
logger.warning(f"[api_image] ZO native image gen returned {r.returncode}: {r.stderr[:200]}")
except Exception as e:
logger.warning(f"[api_image] ZO native image gen unavailable: {e}")
# ---- 2) Local diffusion engine (REAL SD model, opt-in to avoid OOM on small hosts) ----
if os.environ.get("NEURALAI_DIFFUSION", "").lower() in ("1", "true", "yes"):
try:
import sys as _sys
_svc_dir = os.path.dirname(os.path.abspath(__file__))
if _svc_dir not in _sys.path:
_sys.path.insert(0, _svc_dir)
from diffusion_engine import NeuralAIDiffusion
# Expand the short user prompt into a brand-styled image prompt.
enhanced = enhance_image_prompt(prompt)
engine = NeuralAIDiffusion()
out_path = gen_dir / f"{file_stem}.png"
if engine.generate(enhanced, str(out_path)):
return jsonify({
"success": True,
"image_url": f"/static/generated/{file_stem}.png",
"prompt": enhanced,
"raw_prompt": prompt,
"placeholder": False,
"provider": "diffusion"
})
except Exception as e:
logger.warning(f"[api_image] Diffusion image gen failed: {e}")
# ---- 3) Last resort: clearly-labeled concept placeholder (never pretend it's AI) ----
try:
from PIL import Image, ImageDraw
import random
filename = f"{file_stem}.png"
filepath = gen_dir / filename
img = Image.new("RGB", (512, 512))
draw = ImageDraw.Draw(img)
# Deterministic-ish gradient from prompt hash
seed = sum(ord(c) for c in prompt)
random.seed(seed)
base_r, base_g, base_b = random.randint(20, 80), random.randint(20, 80), random.randint(60, 140)
for y in range(512):
r = min(255, base_r + int((y / 512) * 80))
g = min(255, base_g + int((y / 512) * 100))
b = min(255, base_b + int((y / 512) * 120))
draw.line([(0, y), (512, y)], fill=(r, g, b))
# A few accent circles for visual interest
for _ in range(5):
x, y = random.randint(40, 472), random.randint(40, 472)
rad = random.randint(20, 70)
col = (random.randint(150, 255), random.randint(150, 255), random.randint(150, 255))
draw.ellipse([x - rad, y - rad, x + rad, y + rad], fill=col)
draw.text((20, 470), f"Concept: {prompt[:40]}", fill=(220, 220, 220))
img.save(filepath)
return jsonify({
"success": True,
"image_url": f"/static/generated/{filename}",
"prompt": prompt,
"placeholder": True,
"note": "AI image generation is unavailable on this host, so this is a concept placeholder (not a real AI image). Enable ZO image generation or set NEURALAI_DIFFUSION=1 for local models."
})
except Exception as e:
return jsonify({"success": False, "error": f"Image generation failed: {e}"})
# ====================
# ROUTES - AUTH
# ====================
@app.route("/api/auth/guest", methods=["POST"])
def guest_login():
code = uuid.uuid4().hex[:8]
user_id = f"guest_{os.urandom(4).hex()}"
token = jwt.encode({"user_id": user_id, "role": "maestro"}, app.config["SECRET_KEY"], algorithm="HS256")
return jsonify({"token": token, "user": {"username": f"Maestro_{code[:4]}", "role": "maestro"}})
@app.route("/api/auth/signup", methods=["POST"])
def signup():
data = request.get_json(silent=True) or {}
username = data.get("username", "").strip()
email = data.get("email", "").strip()
password = data.get("password", "")
if not username or not password:
return jsonify({"error": "Missing fields"}), 400
is_founder = 1 if email == FOUNDER_EMAIL else 0
hashed = generate_password_hash(password)
uid = "user_" + uuid.uuid4().hex[:8]
now = datetime.now(timezone.utc).isoformat()
db = get_db()
try:
db.execute("INSERT INTO users (id, username, email, is_founder, password_hash, created_at) VALUES (?, ?, ?, ?, ?, ?)",
(uid, username, email, is_founder, hashed, now))
db.commit()
token = jwt.encode({"user_id": uid, "is_founder": is_founder, "exp": datetime.now(timezone.utc) + timedelta(days=30)},
app.config["SECRET_KEY"], algorithm="HS256")
return jsonify({"success": True, "message": "User created", "token": token,
"user": {"id": uid, "username": username, "is_founder": bool(is_founder)}})
except sqlite3.IntegrityError:
return jsonify({"error": "Username or email exists"}), 409
finally:
db.close()
@app.route("/api/auth/login", methods=["POST"])
def login():
data = request.get_json(silent=True) or {}
identity = (data.get("username") or data.get("email") or "").strip()
password = data.get("password", "")
if not identity or not password:
return jsonify({"error": "Missing credentials"}), 400
db = get_db()
try:
user = db.execute("SELECT * FROM users WHERE username = ? OR email = ?", (identity, identity)).fetchone()
if user and check_password_hash(user["password_hash"], password):
# Auto-promote the founder account on login (in case it predates the flag)
if user["email"] == FOUNDER_EMAIL and not user["is_founder"]:
db.execute("UPDATE users SET is_founder = 1 WHERE id = ?", (user["id"],))
db.commit()
user = db.execute("SELECT * FROM users WHERE id = ?", (user["id"],)).fetchone()
token = jwt.encode({"user_id": user["id"], "is_founder": user["is_founder"],
"exp": datetime.now(timezone.utc) + timedelta(days=30)},
app.config["SECRET_KEY"], algorithm="HS256")
return jsonify({"success": True, "token": token,
"user": {"id": user["id"], "username": user["username"], "is_founder": bool(user["is_founder"])}})
return jsonify({"error": "Invalid credentials"}), 401
finally:
db.close()
@app.route("/api/auth/maestro", methods=["POST"])
def maestro_login():
data = request.get_json(silent=True) or {}
code_in = (data.get("code") or data.get("maestro_id") or "").strip()
if not code_in:
return jsonify({"error": "Maestro ID required"}), 400
user_id = f"maestro_{os.urandom(4).hex()}"
token = jwt.encode({"user_id": user_id, "role": "maestro"}, app.config["SECRET_KEY"], algorithm="HS256")
return jsonify({"token": token, "user": {"username": code_in, "role": "maestro"}})
# ====================
# ROUTES - USER
# ====================
@app.route("/api/user/me", methods=["GET"])
@token_required
def get_user_me(current_user):
db = get_db()
try:
user = db.execute("SELECT * FROM users WHERE id = ?", (current_user,)).fetchone()
if not user:
return jsonify({"user": {"id": current_user, "username": current_user, "is_founder": False}})
u_dict = dict(user)
if "password_hash" in u_dict: del u_dict["password_hash"]
return jsonify({"user": u_dict})
finally:
db.close()
@app.route("/api/user/update", methods=["POST"])
@token_required
def update_user(current_user):
data = request.get_json(silent=True) or {}
db = get_db()
try:
for field in ["first_name", "last_name", "bio", "bod", "email"]:
if field in data:
db.execute(f"UPDATE users SET {field} = ? WHERE id = ?", (data[field], current_user))
db.commit()
return jsonify({"success": True})
finally:
db.close()
# ====================
# ROUTES - SETTINGS
# ====================
@app.route("/api/settings", methods=["GET", "POST"])
@token_required
def manage_settings(current_user):
db = get_db()
try:
if request.method == "POST":
data = request.get_json() or {}
now = datetime.now(timezone.utc).isoformat()
for k, v in data.items():
db.execute("INSERT OR REPLACE INTO user_settings (user_id, key, value, updated_at) VALUES (?, ?, ?, ?)",
(current_user, k, str(v), now))
db.commit()
return jsonify({"success": True})
rows = db.execute("SELECT key, value FROM user_settings WHERE user_id = ?", (current_user,)).fetchall()
settings = {row["key"]: row["value"] for row in rows}
return jsonify({"success": True, "settings": settings})
finally:
db.close()
# ====================
# ROUTES - API KEY (BYO API)
# ====================
# NeuralAI can act as an OpenAI-compatible backend for external hosts (e.g. ZO Computer
# "BYO API"). A user generates a personal API key here; the key is stored hashed and used
# to authenticate requests to /v1/chat/completions. The raw key is shown only once.
def _hash_key(key: str) -> str:
return hashlib.sha256(key.encode()).hexdigest()
@app.route("/api/settings/api-key", methods=["POST", "DELETE"])
@token_required
def manage_api_key(current_user):
db = get_db()
try:
if request.method == "DELETE":
db.execute("DELETE FROM user_settings WHERE user_id = ? AND key = 'api_key_hash'", (current_user,))
db.commit()
return jsonify({"success": True, "message": "API key revoked."})
# POST -> generate a new key (revoking any previous one)
raw = "nai_" + secrets.token_urlsafe(32)
db.execute("INSERT OR REPLACE INTO user_settings (user_id, key, value, updated_at) VALUES (?, ?, ?, ?)",
(current_user, "api_key_hash", _hash_key(raw), datetime.now(timezone.utc).isoformat()))
db.commit()
# Return the raw key ONCE. It is never stored or retrievable again.
return jsonify({"success": True, "api_key": raw})
finally:
db.close()
def _user_for_api_key(api_key: str):
"""Resolve a raw API key to a user_id, or None if invalid.
Accepts two credential types:
1. A NeuralAI-generated personal API key (stored hashed in user_settings).
2. The ZO Computer platform identity token (ZO_CLIENT_IDENTITY_TOKEN) — required
when the request passes through ZO's hosting gateway, which rejects any call
lacking a valid platform Authorization header. When the platform token is
presented, we resolve to the founder account so the gateway's auth and the
app's auth both succeed.
"""
if not api_key:
return None
# 1) ZO platform token (gateway auth)
zo_token = os.environ.get("ZO_CLIENT_IDENTITY_TOKEN", "")
if zo_token and api_key == zo_token:
return "founder"
# 2) NeuralAI personal API key (hashed lookup)
h = _hash_key(api_key)
db = get_db()
try:
row = db.execute("SELECT user_id FROM user_settings WHERE key = 'api_key_hash' AND value = ?", (h,)).fetchone()
return row["user_id"] if row else None
finally:
db.close()
@app.route("/v1/models", methods=["GET"])
def list_models():
"""OpenAI-compatible model listing for BYO API hosts."""
return jsonify({
"object": "list",
"data": [{
"id": "neuralai",
"object": "model",
"created": 1700000000,
"owned_by": "neuralai",
"root": "neuralai",
"parent": None,
}]
})
def _streaming_response(gen, model_id, stream):
"""Return an SSE stream or a single JSON chat.completion object based on
the caller's `stream` flag. Every backend generator yields SSE
'data: {...}' frames, so non-streaming just reassembles them."""
if stream:
return Response(stream_with_context(gen), mimetype="text/event-stream")
parts = []
for frame in gen:
if not frame.startswith("data:"):
continue
payload = frame[len("data:"):].strip()
if payload == "[DONE]":
continue
try:
obj = json.loads(payload)
except Exception:
continue
for ch in obj.get("choices", []):
d = ch.get("delta", {})
if d.get("content"):
parts.append(d["content"])
return jsonify({
"id": "chatcmpl-" + secrets.token_hex(8),
"object": "chat.completion",
"created": int(datetime.now(timezone.utc).timestamp()),
"model": model_id or "neuralai",
"choices": [{"index": 0, "message": {"role": "assistant", "content": "".join(parts)}, "finish_reason": "stop"}],
"usage": {"prompt_tokens": 0, "completion_tokens": 0, "total_tokens": 0},
})
@app.route("/v1/chat/completions", methods=["GET"])
@app.route("/v1/chat/completions/", methods=["GET"])
@app.route("/v1/chat/completions/<model_id>", methods=["GET"])
@app.route("/v1/chat/completions/<model_id>/", methods=["GET"])
@app.route("/v1/chat/completions/chat/completions", methods=["GET"])
@app.route("/v1/chat/completions/chat/completions/", methods=["GET"])
@app.route("/v1", methods=["GET"])
@app.route("/v1/", methods=["GET"])
def openai_chat_completions_get(model_id=None):
# Health / capability probe — ZO Computer's BYOK validation does a GET on the
# endpoint (base URL or /v1/chat/completions). Return 200 so validation
# passes; the actual chat runs over POST (openai_chat_completions below).
return jsonify({
"object": "list",
"data": [{"id": "neuralai", "object": "model", "owned_by": "neuralai", "root": "neuralai", "parent": None}],
"status": "ok",
})
@app.route("/v1/chat/completions", methods=["POST"])
@app.route("/v1/chat/completions/", methods=["POST"])
@app.route("/v1/chat/completions/<model_id>", methods=["POST"])
@app.route("/v1/chat/completions/<model_id>/", methods=["POST"])
@app.route("/v1/chat/completions/chat/completions", methods=["POST"])
@app.route("/v1/chat/completions/chat/completions/", methods=["POST"])
@app.route("/v1", methods=["POST"])
@app.route("/v1/", methods=["POST"])
def openai_chat_completions(model_id=None):
"""OpenAI-compatible chat completions endpoint for external BYO API hosts (e.g. ZO Computer).
Auth: Authorization: Bearer <api_key> OR ?api_key=<api_key>
Accepts {model, messages, max_tokens, temperature, stream}.
Uses the same local model + NeuralAI system prompt as the in-app chat.
"""
# --- API key auth ---
# Accept: Authorization: Bearer <key> | Authorization: <key> | x-api-key: <key> | ?api_key= | body.api_key
auth = request.headers.get("Authorization", "")
api_key = auth.replace("Bearer ", "", 1).strip() if auth else ""
if not api_key:
api_key = request.headers.get("X-Api-Key", "").strip()
if not api_key:
api_key = request.args.get("api_key", "").strip()
if not api_key:
api_key = (request.get_json(silent=True) or {}).get("api_key", "").strip()
user_id = _user_for_api_key(api_key)
if not user_id:
# The ZO native backend authenticates via the platform identity token
# (ZO_CLIENT_IDENTITY_TOKEN), not a user-supplied key, so it must be
# allowed unkeyed just like the local backend. Otherwise every chat
# request returns "Invalid API key" (the recurring unauthorized error).
if LLM_BACKEND in ("local", "zo"):
user_id = "founder"
else:
return jsonify({"error": "Invalid API key"}), 401
data = request.get_json(silent=True) or {}
messages = data.get("messages", [])
model_id = data.get("model", "neuralai") # request model ID (not the global model object)
# Local CPU backend is slow: cap generation lower so responses stream fast.
_mt_default = 48 if LLM_BACKEND == "local" else 512
_mt_cap = 80 if LLM_BACKEND == "local" else 2048
max_tokens = min(int(data.get("max_tokens", _mt_default)), _mt_cap)
temperature = float(data.get("temperature", 0.3)) # lower default for faster CPU inference
# Default to streaming (BYO API hosts like ZO Computer show tokens as they
# arrive), but honor the caller's `stream` flag so non-streaming OpenAI
# clients also work.
stream = bool(data.get("stream", True))
# Build the same system prompt the in-app chat uses
db = get_db()
try:
user = db.execute("SELECT * FROM users WHERE id = ?", (user_id,)).fetchone()
mem_rows = db.execute("SELECT fact FROM memory_facts WHERE user_id = ?", (user_id,)).fetchall()
rule_rows = db.execute("SELECT rule FROM active_rules WHERE user_id = ? AND active = 1", (user_id,)).fetchall()
finally:
db.close()
mem_facts = [r["fact"] for r in mem_rows]
active_rules = [r["rule"] for r in rule_rows]
system_content = NEURALAI_SYSTEM_PROMPT
if mem_facts:
system_content += "\n\n## User Memory\n" + "\n".join(f"- {m}" for m in mem_facts)
if active_rules:
system_content += "\n\n## Active Rules\n" + "\n".join(f"- {r}" for r in active_rules)
# Assemble ChatML messages for the local model
chat_messages = [{"role": "system", "content": system_content}]
for m in messages:
role = m.get("role", "user")
content = m.get("content", "")
if isinstance(content, list): # handle multimodal content arrays
content = " ".join(p.get("text", "") for p in content if isinstance(p, dict))
chat_messages.append({"role": role, "content": _cap_text(content)})
# Truncate to fit the model's context window (prevent OOM from 50K+ token payloads)
# Skip when tokenizer is None (external backends handle their own limits)
if tokenizer is not None:
chat_messages = _truncate_to_fit(chat_messages, tokenizer)
# === External backend: forward messages directly (no tokenizer needed) ===
if LLM_BACKEND in ("ollama", "lmstudio", "openai_compatible"):
def gen_external():
try:
resp = _forward_to_external_llm(chat_messages, max_tokens=max_tokens, temperature=temperature, stream=True)
if resp.status_code != 200:
err = f"Backend error ({resp.status_code}): {resp.text[:200]}"
yield "data: " + json.dumps({"choices": [{"delta": {"content": err}, "finish_reason": None}]}) + "\n\n"
else:
for line in resp.iter_lines():
if not line or not line.startswith(b"data: "):
continue
payload = line[6:].decode().strip()
if payload == "[DONE]":
break
try:
chunk = json.loads(payload)
delta = chunk.get("choices", [{}])[0].get("delta", {})
content = delta.get("content", "")
if content:
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"content": content}, "finish_reason": None}]}) + "\n\n"
except json.JSONDecodeError:
continue
except Exception as e:
yield "data: " + json.dumps({"choices": [{"delta": {"content": f"Error: {e}"}, "finish_reason": None}]}) + "\n\n"
yield "data: " + json.dumps({"choices": [{"delta": {}, "finish_reason": "stop"}]}) + "\n\n"
yield "data: [DONE]\n\n"
return _streaming_response(gen_external(), model_id, stream)
# === ZO native /zo/ask backend ===
if LLM_BACKEND == "zo":
def gen_zo():
try:
resp = _forward_to_zo(chat_messages, max_tokens=max_tokens, temperature=temperature, stream=True)
if resp.status_code != 200:
raise RuntimeError(f"ZO backend error ({resp.status_code}): {resp.text[:200]}")
content_type = resp.headers.get("content-type", "")
if "text/event-stream" in content_type or "chunked" in content_type:
for line in resp.iter_lines():
if not line or not line.startswith(b"data: "):
continue
payload = line[6:].decode().strip()
if payload == "[DONE]":
break
try:
chunk = json.loads(payload)
delta = chunk.get("choices", [{}])[0].get("delta", {})
tok = delta.get("content", "")
if not tok:
tok = chunk.get("output", "")
if tok:
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"content": tok}, "finish_reason": None}]}) + "\n\n"
except json.JSONDecodeError:
continue
else:
data = resp.json()
full_output = data.get("output", "")
if not full_output and "choices" in data:
full_output = data["choices"][0].get("message", {}).get("content", "")
if full_output:
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"content": full_output}, "finish_reason": None}]}) + "\n\n"
except Exception as e:
# ZO backend failed. Do NOT fall back to the local PyTorch model — on the 4GB ZO
# Computer it OOMs and emits incoherent <80-token replies. Surface the error so the
# user sees what happened instead of garbage.
logger.error(f"[LLM] ZO backend failed, local fallback disabled: {e}")
err_msg = (
f"NeuralAI is temporarily unavailable: the model backend returned an error "
f"({getattr(e, 'response', None) or str(e)[:200]}). Please try again or check the service logs."
)
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"role": "assistant"}, "finish_reason": None}]}) + "\n\n"
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"content": err_msg}, "finish_reason": None}]}) + "\n\n"
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {}, "finish_reason": "stop"}]}) + "\n\n"
yield "data: [DONE]\n\n"
return
yield "data: " + json.dumps({"choices": [{"delta": {}, "finish_reason": "stop"}]}) + "\n\n"
yield "data: [DONE]\n\n"
return _streaming_response(gen_zo(), model_id, stream)
# === Local PyTorch: render via tokenizer ===
try:
prompt = tokenizer.apply_chat_template(chat_messages, tokenize=False, add_generation_prompt=True)
except Exception:
# Fallback manual ChatML assembly
out = []
for i, msg in enumerate(chat_messages):
if i == 0 and msg["role"] != "system":
out.append("<|im_start|>system\nYou are a helpful AI assistant named NeuralAI<|im_end|>\n")
out.append(f"<|im_start|>{msg['role']}\n{msg['content']}<|im_end|>\n")
out.append("<|im_start|>assistant\n")
prompt = "".join(out)
# Streaming (SSE) — always enabled for BYO API compatibility
# CRITICAL: already_rendered=True because prompt was built via apply_chat_template above.
# Passing it through build_prompt_with_context again would double-wrap in ChatML.
def gen():
yield "data: " + json.dumps({"id": "chatcmpl-" + secrets.token_hex(8), "object": "chat.completion.chunk",
"created": int(datetime.now(timezone.utc).timestamp()), "model": model_id,
"choices": [{"index": 0, "delta": {"role": "assistant"}, "finish_reason": None}]}) + "\n\n"
for chunk in stream_response(prompt, max_tokens=max_tokens, temperature=temperature, already_rendered=True):
content = re.sub(r"<tool>.*?</tool>", "", chunk, flags=re.DOTALL)
if content:
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {"content": content}, "finish_reason": None}]}) + "\n\n"
yield "data: " + json.dumps({"choices": [{"index": 0, "delta": {}, "finish_reason": "stop"}]}) + "\n\n"
yield "data: [DONE]\n\n"
return _streaming_response(gen(), model_id, stream)
# ====================
# ROUTES - SELF UPDATE (Founder only)
# ====================
@app.route("/api/admin/update", methods=["POST"])
@token_required
def admin_self_update(current_user):
"""Pull the latest code from origin/master and restart this service in place.
Gated to founder accounts only. The restart is performed by re-exec'ing the
current process (os.execv) so the host's process manager keeps the same PID/socket.
"""
db = get_db()
try:
user = db.execute("SELECT is_founder FROM users WHERE id = ?", (current_user,)).fetchone()
finally:
db.close()
if not user or not user["is_founder"]:
return jsonify({"success": False, "error": "Founder access required"}), 403
try:
pull = subprocess.run(
["git", "pull", "origin", "master"],
cwd=str(REPO_ROOT), capture_output=True, text=True, timeout=120
)
pull_out = (pull.stdout + pull.stderr).strip()
if pull.returncode != 0:
return jsonify({"success": False, "error": "git pull failed", "detail": pull_out}), 500
except Exception as e:
return jsonify({"success": False, "error": f"git pull error: {e}"}), 500
# Restart in place: re-exec the current interpreter with the same argv.
# The host's process manager (or ZO entrypoint) will keep serving on the same port.
try:
logger.info("Self-update: git pull succeeded, restarting in place...")
os.execv(sys.executable, [sys.executable] + sys.argv)
except Exception as e:
return jsonify({"success": False, "error": f"restart failed: {e}", "pull": pull_out}), 500
# ====================
# ROUTES - MEMORY
# ====================
@app.route("/api/memory", methods=["GET", "POST"])
@token_required
def manage_memory(current_user):
db = get_db()
try:
if request.method == "POST":
data = request.get_json() or {}
fact = data.get("fact")
if not fact: return jsonify({"error": "Missing fact"}), 400
now = datetime.now(timezone.utc).isoformat()
db.execute("INSERT INTO memory_facts (fact, user_id, created_at) VALUES (?, ?, ?)", (fact, current_user, now))
db.commit()
return jsonify({"success": True})
rows = db.execute("SELECT id, fact, created_at FROM memory_facts WHERE user_id = ? ORDER BY created_at DESC", (current_user,)).fetchall()
return jsonify({"success": True, "facts": [dict(row) for row in rows]})
finally:
db.close()
@app.route("/api/memory/<int:id>", methods=["DELETE"])
@token_required
def delete_memory(current_user, id):
db = get_db()
try:
db.execute("DELETE FROM memory_facts WHERE id = ? AND user_id = ?", (id, current_user))
db.commit()
return jsonify({"success": True})
finally:
db.close()
# ====================
# ROUTES - RULES
# ====================
@app.route("/api/rules", methods=["GET", "POST"])
@token_required
def manage_rules(current_user):
db = get_db()
try:
if request.method == "POST":
data = request.get_json() or {}
rule = data.get("rule")
if not rule: return jsonify({"error": "Missing rule"}), 400
now = datetime.now(timezone.utc).isoformat()
db.execute("INSERT INTO active_rules (rule, user_id, created_at) VALUES (?, ?, ?)", (rule, current_user, now))
db.commit()
return jsonify({"success": True})
rows = db.execute("SELECT id, rule, active, created_at FROM active_rules WHERE user_id = ? ORDER BY created_at DESC", (current_user,)).fetchall()
return jsonify({"success": True, "rules": [dict(row) for row in rows]})
finally:
db.close()
@app.route("/api/rules/<int:id>", methods=["DELETE"])
@token_required
def delete_rule(current_user, id):
db = get_db()
try:
db.execute("DELETE FROM active_rules WHERE id = ? AND user_id = ?", (id, current_user))
db.commit()
return jsonify({"success": True})
finally:
db.close()
@app.route("/api/rules/<int:id>/toggle", methods=["POST"])
@token_required
def toggle_rule(current_user, id):
db = get_db()
try:
row = db.execute("SELECT active FROM active_rules WHERE id = ? AND user_id = ?", (id, current_user)).fetchone()
if row:
new_status = 0 if row["active"] else 1
db.execute("UPDATE active_rules SET active = ? WHERE id = ? AND user_id = ?", (new_status, id, current_user))
db.commit()
return jsonify({"success": True})
finally:
db.close()
# ====================
# ROUTES - UPLOAD
# ====================
@app.route("/api/upload", methods=["POST"])
def upload_file():
if 'file' not in request.files:
return jsonify({"error": "No file"}), 400
file = request.files['file']
save_path = STORAGE_ROOT / file.filename
file.save(str(save_path))
return jsonify({"success": True, "name": file.filename, "size": save_path.stat().st_size})
# ====================
# WEBSOCKET PROXY - Voice Service
# ====================
# Proxies WebSocket connections from /voice/ws to the local voice service on port 5001
VOICE_SERVICE = os.environ.get("VOICE_SERVICE_URL", "ws://127.0.0.1:5001/ws")
@app.route("/voice/ws")
def voice_ws_proxy():
"""Upgrade HTTP to WebSocket and proxy to voice service."""
from flask_sock import Sock
import websocket as ws_lib
# This endpoint is handled by flask_sock via the sock instance below
pass
sock = Sock(app)
@sock.route("/voice/ws")
def voice_proxy(ws):
"""Proxy WebSocket between browser and voice service on localhost:5001."""
import websocket as ws_lib
import threading
logger.info("[VoiceProxy] Browser connected, opening upstream to %s", VOICE_SERVICE)
# Connect upstream to the voice service
upstream = ws_lib.create_connection(VOICE_SERVICE, timeout=30)
def recv_from_upstream():
try:
while True:
data = upstream.recv()
if not data:
break
ws.send(data)
except Exception as e:
logger.info("[VoiceProxy] Upstream closed: %s", e)
finally:
try:
ws.close()
except:
pass
t = threading.Thread(target=recv_from_upstream, daemon=True)
t.start()
try:
while True:
data = ws.receive()
if data is None:
break
upstream.send(data)
except Exception as e:
logger.info("[VoiceProxy] Browser disconnected: %s", e)
finally:
try:
upstream.close()
except:
pass
# ====================
# STARTUP
# ====================
if __name__ == "__main__":
print(f"NeuralAI Unified Service starting on port {PORT}...")
init_db()
if LLM_BACKEND == "local":
load_model()
else:
logger.info(f"[BOOT] Backend={LLM_BACKEND} — skipping local model load")
# Launch defense threads: keep-alive + memory watchdog
threading.Thread(target=_keep_alive_pinger, daemon=True).start()
threading.Thread(target=_memory_watchdog, daemon=True).start()
logger.info("[BOOT] Defense threads launched: keep-alive pinger + memory watchdog")
app.run(host="0.0.0.0", port=PORT, debug=False, threaded=True)
|