🔔
🔔 Notifications
No notifications
📶 --
--
--
Healthy

Dashboard

System at a glance
📦 Containers
24
Loading...
Scheduler
running
23 completed · 1 failed
💻 CPU
--%
Load --
📌 Memory
--%
--
💾 Storage
--%
--
CNOS Uptime
--
OS: --
📶 WiFi
Checking...
--
🔋 Battery
--
--
📦 Container Overview
NameImageTypeStateUptimeActions
📈 Resource Monitor
NameCPUMem UsageMem %Net I/OBlock I/OPIDs

Containers

NameImageTypeStatePriorityResourcesUptimeRestartsActions

Deploy Container

🚀 Quick Deploy Templates
🌐
Nginx
Web server · nginx:alpine · :80
Redis
In-memory cache · redis:alpine · :6379
🗃
PostgreSQL
SQL database · postgres:15 · :5432
💚
Node.js 20
JavaScript runtime · node:20 · :3000
🐍
Python 3.12
Python runtime · python:3.12 · :8000
💾
MySQL 8
SQL database · mysql:8 · :3306

System Information

💻 Hardware

Hostname--
OS--
Kernel--
Architecture--
CPU--
Cores--
Temp--

📈 Resources

CPU--%
Memory--%
Disk--%
Load: -- · Uptime: --
🔴 GPU / CUDA
GPU
--
CUDA
--
VRAM
--
Toolkit
--
Driver: -- Devices: 0 Temp: -- Utilization: --
🔋 Battery
Status
--
Charge
--
Power
--
--
AC Power
--

WiFi

Status
--
SSID
--
Signal
--
IP Address
--
MAC: -- Gateway: -- DNS: --
📶 Available Networks
📶
Click Scan Networks to discover WiFi
🔗 Connect to Network

USB Devices

Connected Devices

🔌
Loading...
💾 USB Storage
💾
Loading...
🔄 Mount / Unmount

Docker Images

Loaded Images

0
🗃
Loading...
💾 Export Image

File Manager

📁
Loading...

📦 Package Manager

Install, remove and update system packages
Search & Install
Quick Install
Upgradable Packages
PackageAvailable VersionSourceDetailsAction
Click "Check" to scan
Installed Packages
PackageVersionSourceSizeAction
Loading...
Output Log
Ready.

💻 Linux Shell

Interactive bash terminal
~
bash — cnos
Welcome to CNOS Linux Shell Type commands below. Use ↑↓ for history, Tab for suggestions. ────────────────────────────────────────────────────
cnos:~$
⌨ Enter = run↑↓ = historyCtrl+C = cancelCtrl+L = clearTimeout: 30s per command

Terminal

Command console
cnos $ Welcome to CNOS Terminal Type a command to get started. Examples: cnosctl status cnosctl list docker ps ls -la /etc/cnos/ df -h
$
Tip: Up/Down for history. Commands run with 10s timeout. Use cnosctl for container management.

Bridge Links

BridgeContainer AContainer B
Loading...

REST API Reference

MethodEndpointDescription
GET/api/v1/statusSystem status overview
GET/api/v1/healthHealth check
GET/api/v1/containersList all containers
POST/api/v1/containersCreate a new container
GET/api/v1/containers/{name}Get container details
DEL/api/v1/containers/{name}Delete a container
POST/api/v1/containers/{name}/startStart container
POST/api/v1/containers/{name}/stopStop container
POST/api/v1/containers/{name}/restartRestart container
GET/api/v1/containers/{name}/logsContainer logs
GET/api/v1/containers/{name}/statsContainer metrics
POST/api/v1/containers/{name}/hotswapHot-swap container
POST/api/v1/containers/{name}/archiveArchive container
GET/api/v1/containers/statsAll container metrics
GET/api/v1/system/statsSystem resource metrics
GET/api/v1/system/infoFull system information
GET/api/v1/system/wifiWiFi connection status
GET/api/v1/system/wifi/scanScan WiFi networks
POST/api/v1/system/wifi/connectConnect to WiFi
POST/api/v1/system/wifi/disconnectDisconnect WiFi
GET/api/v1/system/batteryBattery status
GET/api/v1/system/usbList USB devices
POST/api/v1/system/usb/mountMount USB storage
POST/api/v1/system/usb/unmountUnmount USB storage
GET/api/v1/files/list?path=/List directory
GET/api/v1/files/read?path=...Read file
GET/api/v1/files/download?path=...Download file
POST/api/v1/files/uploadUpload file (multipart)
POST/api/v1/files/writeWrite/create text file
POST/api/v1/files/mkdirCreate directory
POST/api/v1/files/renameRename/move file
POST/api/v1/files/deleteDelete file/directory
POST/api/v1/cliRun shell command
POST/api/v1/shellExecute bash command (interactive shell)
Package Manager
GET/api/v1/packagesList installed packages
GET/api/v1/packages/search?q=...Search available packages
POST/api/v1/packages/installInstall a package (apt/snap)
POST/api/v1/packages/removeRemove a package
POST/api/v1/packages/updateUpdate package lists (apt update)
GET/api/v1/packages/upgradableList upgradable packages
POST/api/v1/packages/upgradeUpgrade package(s)
GET/api/v1/scheduler/statusScheduler status
GET/api/v1/bridges/{name}/linksList bridge links
POST/api/v1/bridges/{name}/linksAssign bridge link
DEL/api/v1/bridges/{name}/linksRemove bridge link
AI Engine
GET/api/v1/ai/statusAI system status (Ollama, models, auto-learn)
POST/api/v1/ai/chatChat with AI (routed inference)
POST/api/v1/ai/feedbackSubmit feedback for auto-learning
GET/api/v1/ai/modelsList all AI models
POST/api/v1/ai/models/pullPull model from Ollama registry
GET/api/v1/ai/models/{id}Get model details
DEL/api/v1/ai/models/{id}Delete model
GET/api/v1/ai/routesList model routes
POST/api/v1/ai/routesCreate/update route
GET/api/v1/ai/train/jobsList training jobs
POST/api/v1/ai/train/jobsCreate training/fine-tune job
POST/api/v1/ai/train/cancelCancel training job
POST/api/v1/ai/train/build-datasetBuild dataset from interactions
GET/api/v1/ai/datasetsList datasets
POST/api/v1/ai/datasetsCreate dataset
POST/api/v1/ai/datasets/uploadUpload dataset file
POST/api/v1/ai/datasets/appendAppend rows to dataset
GET/api/v1/ai/pipelinesList AI pipelines
POST/api/v1/ai/pipelinesCreate pipeline
POST/api/v1/ai/pipelines/runExecute pipeline
GET/api/v1/ai/evalList evaluation jobs
POST/api/v1/ai/evalCreate model evaluation
AI Agents (OpenClaw)
GET/api/v1/ai/agentsList all agents
POST/api/v1/ai/agentsCreate new agent
GET/api/v1/ai/agents/{id}Get agent details
DEL/api/v1/ai/agents/{id}Delete agent
POST/api/v1/ai/agents/{id}/runExecute agent with input
GET/api/v1/ai/toolsList available OpenClaw tools
POST/api/v1/ai/toolsCreate a tool
POST/api/v1/ai/tools/{id}/runExecute a tool with JSON input
GET/api/v1/ai/skillsList available OpenClaw skills
POST/api/v1/ai/skillsCreate a skill
POST/api/v1/ai/skills/{id}/runExecute a skill prompt
GET/api/v1/ai/chat/sessionsList persisted AI chat sessions
POST/api/v1/ai/chat/sessionsCreate a persisted chat session
POST/api/v1/ai/chat/sessions/{id}/messagesSend a message within a session
POST/api/v1/ai/workflowRun multi-step agent workflow
GET/api/v1/ai/agents/historyAgent execution history

🔬 System Diagnostics

Live health probes — all 12 subsystems
Subsystem Probes
Subsystem Status Message Details
Click "Run Now" to probe all subsystems
⚠ Active Issues
Runtime
Goroutines
Heap
Duration
🤖
CNOS AI Chat
Connecting...
🤖

How can I help you today?

Ask me anything — I can help with code, analysis, system administration, and more. Select a model and routing above to customize responses.

Enter to send · Shift+Enter for new line · Powered by Ollama
🧟
CNOS AgentUI V3
NEURAL LINK
0 msgs
Initializing neural link...
Ready
Ln 1, Col 1plainUTF-8
Goal
Plan
Act
Observe
Reflect
Evaluate
🧟

CNOS Neural Agent

Agent-first workspace active. Give a goal and I will plan, edit, run, and verify.

Use modes above for Code, Autonomous, Reasoning, and Debug workflows.

Click the mic to speak
No file open
Enter send, Shift+Enter newline 0 chars
Output
👁 Review Agent Changes

⚙ Advanced Model Parameter Tuning

Select Model to Tune

🎓 Training & Fine-tuning

Auto-Learning Feedback Loop
Loading...

🧪 Model Distillation

Create compact 3-bit TurboQuant models
🔗 Open Full Studio
📈 Status
Idle
No active distillation jobs
⚡ Quick Start

Create a compact student model from a teacher model using knowledge distillation + 3-bit quantization.

🧠 Models
No .cnosmodel files found
📚 Student Templates
💬
Tiny (0.5B)
Ultra-compact for edge
~300MB quantized
🧠
Small (1.5B)
Balanced performance
~900MB quantized
Medium (3B) ⭐
Recommended
~1.8GB quantized
💡 About TurboQuant 3-bit Quantization

TurboQuant uses 3-bit quantization to compress models by ~10x while maintaining quality:

  • 8 values → 3 bytes packing (3 bits per weight)
  • Block-wise quantization with scale/zero-point per 32 elements
  • Custom .cnosmodel format optimized for CNOS inference
  • KV Cache + RoPE for efficient transformer inference

📊 AI Data Hub

Datasets

Pipelines

Model Routes

Model Evaluations

🧙 AI Agents

OpenClaw Agent Orchestration
Ollama
...
Trainer
...
OpenClaw
...

Registered Agents

Loading...

Workflow Runner

Execution History

No history yet

🛠 AI Tools

Create, run, and manage OpenClaw tools
Create Tool
💬 Tool Execution Result
Run a tool to inspect its output.

Registered Tools

Loading...

✨ AI Skills

Create reusable prompts and executable skills
Create Skill
💬 Skill Execution Result
Run a skill to inspect rendered prompts and model output.

Registered Skills

Loading...

💬 AI Sessions

Persisted chat sessions backed by OpenClaw agents or direct models
Create Session
Selected Session
Select a session to inspect details.

Sessions

Loading...

Conversation

No session selected
💬

Session Chat

Create or select a session to begin chatting.

Advanced inputs (tool/skill JSON)

🧠 Intelligence — Core Algorithms

8 algorithms keeping the AI engine alive, fast, and self-improving
📦 Cache
--
Hit rate: --
📈 Patterns
--
Events: --
💡 Prefetch
--
Transitions: --
Pulse
--
Uptime: --
📦 Response Cache (LRU + TTL)

Avoids redundant LLM inference by caching recent responses. Uses SHA-256 cache keys, LRU eviction, and configurable TTL.

Loading...
📈 Pattern Engine

Detects recurring patterns, bursts, and periodic behaviors using frequency counting, burst detection, and coefficient of variation analysis.

Loading...
💡 Prefetch Engine (Markov Prediction)

Learns query sequences via Markov chain transitions and pre-generates answers for predicted next queries. Triggers at ≥ 50% confidence.

Loading...
🔗 Knowledge Graph (BFS Reasoning)

Graph-based reasoning with typed nodes and weighted edges. Uses BFS traversal, shortest path finding, and semantic search over concepts.

Loading...
⚙ Adaptive Optimizer (EMA Tuning)

Auto-tunes temperature and max_tokens per task type using Exponential Moving Average (α=0.2). Classifies queries into: analysis, code, training, system, improvement, chat.

Loading...
⚠ Anomaly Detector (Z-Score)

Real-time anomaly detection using windowed z-scores. Thresholds: info ≥ 2.0σ, warning ≥ 2.5σ, critical ≥ 3.5σ.

Loading...
⏳ Decay Scheduler (Ebbinghaus Curve)

Implements forgetting curves: retention = e(-t/halfLife). Knowledge decays over time unless used. Half-life: 24h. Prune threshold: 5% retention. Verified entries are immune.

Half-life24 hours
Prune threshold5% retention
Loop interval1 hour
Usage boost1 + count × 0.1
❤ Pulse Monitor (Heartbeat)

Tracks heartbeat of all engine subsystems. A component is dead if errorCount > 5 and lastBeat > 10 minutes ago.

Loading...
🔄 Background Loops & Data Flow
Loop Interval Responsibilities
analysisLoop2 minSystem analysis, pulse beats, anomaly scoring, pattern events
learningLoop3 minExtract knowledge, populate graph from learned entries
patternLoop5 minRun pattern detection, build graph edges from patterns
decayLoop1 hourApply forgetting curve, prune stale knowledge, evict cache
pulseLoop2 minHealth checks (Ollama, Trainer), save knowledge graph
🚀 Ask Pipeline — Query Flow
❶ Pattern Event ❷ Prefetch Transition ❸ Prefetch Cache? ❹ System State ❺ Graph Enrich ❻ Optimizer Params ❼ Cache Check? ❽ LLM Inference ❾ Cache + Metrics Async Prefetch
📑 API Endpoints
Method Endpoint
GET/intelligence/algorithms
GET/intelligence/cache
GET/intelligence/patterns
GET/intelligence/pulse
GET/intelligence/anomalies
GET/intelligence/graph
GET/intelligence/status
POST/intelligence/ask
POST/intelligence/analyze
POST/intelligence/suggest
GET/intelligence/knowledge
GET/intelligence/insights
GET/intelligence/plans
>>_ CLI Commands
Command Description
intel algorithmsFull algorithm dashboard
intel cacheInference cache statistics
intel patternsDetected system patterns
intel pulseComponent health & liveness
intel graphKnowledge graph statistics
intel anomaliesAnomaly detection metrics
intel statusEngine status overview
intel ask <q>Ask intelligence a question
intel chatInteractive chat session
intel analyzeTrigger system analysis
intel suggestGet improvement suggestions
intel knowledgeShow learned knowledge
📊 Mathematical Foundations
LRU Cache
key = SHA256(model|temp|msgs)[:24]
evict = oldest in order list
Z-Score Anomaly
z = |x - μ| / σ
info ≥ 2.0σ warn ≥ 2.5σ crit ≥ 3.5σ
Ebbinghaus Decay
retention = e^(-t / halfLife)
boost = 1 + usedCount × 0.1
EMA Optimizer
EMA = old*(1-α) + new*α
α = 0.2
Periodicity (CV)
CV = σ / μ
periodic if CV < 0.3
Prefetch Markov
confidence = best / total
trigger if > 50%

🧩 Cognitive Core

Identity ↔ Intelligence Bridge — Memory, Habits, Personality, Self-Improvement
Memories Created
0
Memories Recalled
0
Habits Formed
0
Habits Triggered
0
Reflections
0
Personality Shifts
0
💎 Soul
Loading...
🎭 Personality
Loading...
🎓 Experience
Loading...
🌱 Self-Assessment
Loading...
🎯 Current Goals
None set
📈 Growth Areas
None identified

🌐 Web Intelligence

Online Learning — Web Search, Page Analysis, RSS Feeds, Dataset Discovery, AI Research
Pages Fetched
0
Searches
0
Feeds Monitored
0
Feed Items
0
Knowledge Extracted
0
Datasets Found
0
Crawl Jobs
0
Pages Crawled
0

⚙ CNOS Kernel

Intelligence Orchestrator — Agents, Scheduler, Memory, Bus, Security, HAL
Agents
--
Memory
--
Bus Events
--
Uptime
--

🧙 Agent Drivers

IDNameCategoryStatusTasksFailedAction

Run Agent Task


    

🕑 AI Scheduler

🧠 Knowledge Memory

Store Memory

📩 Agent Communication Bus

TimeTypeFromToTopic

🔒 Security Policy Engine

💻 Hardware Abstraction Layer

IDTypeNameAvailableUtilization

🤖 Model Runtime Manager

ModelStatusInferencesAvg LatencyTokens

⚙ Kernel Syscalls

NameCategoryDescriptionAction

Execute Syscall


    

⚡ Autonomous Reasoning Loop

IDLE
Cycles
0
Events
0
Learned
0
Success Rate
0%
Avg Cycle
--
Phase
idle
Pulse Sync
--

🔄 Observe → Reason → Plan → Execute → Learn

👁
Observe
system_observer
--
🧠
Reason
system_reasoner
--
📋
Plan
task_planner
--
Execute
task_executor
--
🎓
Learn
knowledge_manager
--
No cycles yet.

🤖 Autonomous Agents

Loading...

🔔 System Events

Total
0
Unhandled
0
Subscriptions
0
Loading...

🔁 Cycle History

Loading...

💬 Intent Engine

Recent Intents
No intents yet.

🛡 Safety Layer

Checks
0
Approved
0
Blocked
0
Blocked Actions
--
Rate Limits
--
Recent Safety Log
No actions logged.

🧬 Living Digital Organism

8-Phase Cognitive Loop • Global Workspace • Executive Coordination • Evolution Engine

👁
SENSE
Sensory System
Eye • Web Intel
Data Hub • Files
Containers • System
WiFi • USB • Sessions
🧠
THINK
Cognitive System
Models • Inference
Algorithms • Cognitive
Agents • Coding Brain
Nervous System
ACT
Action System
MCP Engine • Servers
Tools • Deploy
Bridges • API
Shell • CLI
🔄
LEARN
Adaptation System
Training • Tuning
Data Hub • Skills
Feedback & Voice
Evolution Brain
🧬
EVOLVE
Autonomy System
Autonomous • Pulse
Security • Kernel
Integration
Images • Packages
↑ Monitored & overridden by
🎮
CONTROL CENTER
Prefrontal Cortex — monitors all layers, overrides decisions, enforces safety
NERVOUS SYSTEM — Central Event Bus
Sensors → Brain → Actions → Feedback → Learning  •  Event-driven signal routing across all layers
🔄 Pulse Loop
checkSystemState()
processEvents()
runAgents()
updateMemory()
sleep(interval) ↻
🧬 Evolution Loop
Experience
Data Hub
Training
New Model
Evaluation → Promote ↻
⚡ Agent→MCP Loop
User Request
Agent Plan
MCP Execute
Result
NS Event → Learn ↻
Health Score
--
Loop Mode
--
Total Agents
--
Workspace Entries
--
Working Memory
--
Long-Term Memory
--
Active Goals
--
Evolution Proposals
--
8-Phase Cognitive Workflow
Loading...
Workspace Stats
Loading...
Recent Workspace Entries
Loading...
Working Memory
Loading...
No items
Long-Term Memory
Loading...
Policies
Loading...
Procedures
Loading...
System Goals & Attention
Loading...
Attention Stats
Loading...
6-Tier Agent Hierarchy
Loading...
Total Proposals
--
Pending Approval
--
Validated
--
Deployed
--
Rejected
--
Evolution Proposals
No proposals yet.
Total Decisions
--
Approved
--
Rejected
--
Conflicts Resolved
--
Recent Decisions
No decisions yet.
Structured JSON cognitive audit trail
Total Entries
--
By Agent
--
Cognitive Log
No log entries.
LIVE
👁
IDLE
--
--
HEALTH
--
CYCLES
--
PHASE
--
CONTAINERS
--
MCP TASKS
--
UPTIME
Cognitive Phase Wheel
👁 PERCEPT
🧠 COGNIT
⚡ EXEC
💬 FEED
📚 LEARN
🧬 EVOLVE
🧬Organism--
💗Pulse--
MCP Engine--
🧠Brain--
Nervous--
🎓Trainer--
🐠OpenClaw--
🌐Intelligence--
Layout:
--
Running Stopped Starting System User App 🔰 Hover nodes for details • Scroll to zoom
👁 Waiting for autonomous activity...
0 entries --

🎮 CNOS Control Center — Prefrontal Cortex

Unified view of all biological layers • live event stream • executive control
👁
SENSE
--
signals
🧠
THINK
--
inferences
ACT
--
tasks run
🔄
LEARN
--
experiences
🧬
EVOLVE
--
generations
💓 Pulse
--
🧠 NS Signals
--
🧬 Brain Health
--
📦 Containers
--
⚡ Loop Phase
--
🔄 Uptime
--
📊 Workspace
--
✸ Cycles
--
Live feed from Nervous System • Global Workspace
Connecting to Nervous System...

🗣 Feedback & Voice

CNOS self-aware communication layer
🔊
CNOS Voice
Enabled — CNOS can speak to you
Speed:
Pitch:
🚨 Unread
--
⚠ Critical
--
🔔 Total
--
💬 Responses
--
🧠 Learned
--
🔇 Voice Queue
--
Loading...

🧠 Learned Preferences

CNOS learns what you care about from your responses. It reduces unnecessary alerts over time.
Loading...

🔗 System Integration — Neural Backbone

All 9 CNOS subsystems connected through the System Integrator. Cross-subsystem data flows are synchronized every 15 seconds.

0
Sync Passes
0
Knowledge Pushed
0
Events Routed
0
Active Links

🌐 Subsystem Map

Loading subsystem map...

🔌 Integration Links

📄 Recent Integration Events

Loading events...

🧠 Central Nervous System — Neural Pathways

Real-time view of all neural pathways, cognitive synthesis, memory consolidation, and signal flow across the organism.

Total Signals
0
LLM Calls
0
Memory Consolidations
0
Feedback Loops
0
Synthesis Cycles
0
Active Pathways
0

🌀 Layer Signal Distribution

Loading layers...

🔌 Neural Pathways

Pathway From To Type Signals Last Signal Active
Loading pathways...

📡 Global Workspace Channels

Loading channels...

🧬 Evolution Brain — Trainable Intelligence Organ

Continuous self-training: experience capture → dataset generation → fine-tuning → sandbox testing → deployment. CNOS evolves its own intelligence.

Status: unknown
🧠 System Core Model
System Core (Base)
-
Active (Trained)
-
Generation
0
Experiences
0
Pending Samples
0
Training Active
No
Threat Responses
0

🛡 Survival Intelligence

Loading survival metrics...

📊 Experience Breakdown

Loading experiences...

🧠 Brain Generations

Gen Model Samples Sandbox Status Δ Survival Created
No generations yet — collecting experiences...

🤔 Meta-Learning

Loading meta-learning state...

🤖 Coding Evolution Brain — Self-Improving Code Model

Autonomous pipeline: task generation → code execution → scoring → dataset curation → LoRA training → evaluation → promotion gating. Models evolve without overwriting the base.

Active Model
-
Model Version
0
Total Cycles
0
Total Tasks
0
Avg Score
-
Best Eval
-
Promotions
0
Replay Buffer
0

📈 Quality Gate

Quality Threshold98%
Promotion Delta2%

🧠 Model Versions

Version Model Samples Status Eval Score Improvement Created
No model versions yet — waiting for first training cycle...

🔄 Recent Training Cycles

Cycle Phase Tasks Passed Avg Score Dataset Eval Duration
No cycles yet — trigger a cycle or wait for auto-schedule...

⚙ Configuration

Loading config...

💓 Pulse System — CNOS Heartbeat

The heartbeat that drives all cognitive loops: Perception → Cognition → Execution → Feedback → Learning → Evolution. Adaptive timing adjusts based on urgency and load.

Status
-
Current Phase
-
Total Ticks
0
Current Interval
-
Avg Tick Duration
-
Adaptive
-

📈 Load & Urgency

Load Factor0%
Urgency Level0%

🐕 Watchdog & Health

Watchdog Alerts
0
Self Recoveries
0
Consecutive Failures
0
Pending Events
0

⚙ Phase Execution Counts

Loading phase stats...

🕐 Recent Ticks

Loading ticks...

🛡 Security Policy Manager

Total Policies
0
Enabled
0
Preset
0
Custom
0
Violations
0

🎯 Apply Security Preset

➕ Create New Policy (click to expand)

📜 Active Policies

Status Name Category Type Agent Rate Limit Actions

📑 Audit Trail

🚨 Security Violations

⚙ Inference Backend

Switch the active inference engine for all AI requests: Ollama, vLLM, CNOS AI (llama.cpp), or Auto-detect

Backend
--
Endpoint
--
Model
--

🤖 Base Model

🔄 Switch Backend

🛠 Advanced Settings (click to expand)

👁 Vision & Multimodal Models

Quick-load a multimodal model into the active backend. Adjust endpoint / name in Advanced Settings if needed.

💬 Test Inference

Response will appear here...

👁 Vision & Multimodal Inference

Chat with image-understanding models — Qwen-VL, LLaVA-NeXT, InternVL

📶 Backend Status

Click Refresh to check container status...
📖 First-time setup — build Docker images
docker build -t cnos/qwenvl:latest ./containers/cnos-qwenvl/
docker build -t cnos/llavanext:latest ./containers/cnos-llavanext/
docker build -t cnos/internvl:latest ./containers/cnos-internvl/
# Models are auto-pulled from Ollama registry on first container start.

💬 Vision Chat

Response will appear here...

📷 CNOS Observer — Multimodal Agent

Classical CV + Vision-Language Model + Reasoning Engine • Auto-observe or query anything you see
Observer not started 📸 HUD 📡 HUD v3 📷 HUD v4
📷 Camera Feed
No frame yet — press Live or Snap
↑ AI
🤖 Autonomous Observe
Mode:
Auto-observe is stopped
👁 Latest Vision Analysis
No analysis yet — capture a frame or ask a question
🔍 Quick Ask

🤖 MCP — Autonomous Execution Engine

Submit goals, monitor multi-step plans, inspect tool calls and memory
🎯 Submit New Goal
📋 Tasks
No tasks yet
📋 Task Detail
Select a task to view details.
🧠 Long-Term Memory
Loading…
🛠 Tool Catalog
Loading…

🔌 MCP Server Manager

Install, run and monitor plug-and-play MCP servers
🔌 Installed
--
local servers
Running
--
active processes
🛠 Tools
--
registered tools
📦 Registry
--
available packages
🤖 Local Models
--
Ollama models
🤖 Local AI Models (Ollama)
Loading models...
⚙ Default Model for MCP Operations:
Used by ai_chat tool and autonomous planning
🔌 Installed Servers
NameRuntimeStatusPortEndpoint InstalledActions
🔌
No MCP servers installed yet. Browse the registry below to install one.
🛠 Registered Tools
ToolServerDescriptionEndpointTest
No tools registered. Start an MCP server to register its tools.
📦 Available in Registry
📦
Loading registry...

🕸 KV Invaders

Defend the KV cache — shoot corrupted tokens before they overflow
Controls: ←→ / A D — Move  |  Space / Z — Fire  |  R — Restart  |  Power-ups: 3-BIT = rapid fire   4-BIT = double shot

🧠 Memory Drift

Sort drifting memory orbs into the correct cache tier before they escape
Controls: Drag orbs to tiers — HOT for K! critical  |  WARM for V+ fresh  |  COLD for K~ stale  |  %% corrupted: wrong tier costs stability  |  R — Restart

⚡ Token Runner

Navigate the token stream — collect valid tokens, dodge the corrupted
Controls: ←→ — Switch lanes  |  Green = collect  |  Red = dodge  |  Cyan = shield  |  Gold = bonus  |  R — Restart

🔬 AI Lab

Unified AI workspace — RAG, Connectors, Distillation, Agent Chat & Tools
🔎 RAG Engine
--
Documents indexed
-- chunks • -- embeddings
🔌 Connectors
--
Active connectors
Last sync: never
🛠 Lab Tools
--
Registered tools
-- safe • -- sensitive • -- dangerous
🧟 Agent Chat
Neural agent workspace with live tool execution trace
🧪 Distillation Studio
Teacher→Student knowledge transfer with TurboQuant quantization
👁 Vision & Multimodal Models
Multimodal inference — images, video frames & text in a single prompt
Qwen-VL
Alibaba QWEN vision-language model • chat & captioning • 7B / 72B variants
LLaVA-NeXT
Haotian Liu • improved LLaVA with dynamic resolution • 7B / 13B / 34B
InternVL
Shanghai AI Lab • SOTA multimodal benchmarks • 1B / 8B / 26B / 78B
🔄 Data Flow Pipeline
Connector
Documents
Chunking
Embeddings
Vector DB
RAG Retrieval
Vector DB
Dataset Gen
Distillation
Quantization
Deploy Model

🔎 RAG Engine

Retrieval-Augmented Generation — ingest, chunk, embed & search documents
Documents
--
Chunks
--
Embeddings
--
Embedding Svc
checking...
🔎 RAG Search
Enter a query to search indexed documents.
📄 Manual Ingest

🔌 Connectors

Data ingestion connectors — filesystem, GitHub & more
Registered Connectors
Name Type Status Last Sync Docs Indexed Actions
Loading connectors...

🛠 Lab Tools

Permission-aware tool registry — RAG, connectors, distillation & more
✅ Safe
--
Execute without confirmation
⚠ Sensitive
--
Require user confirmation
☢ Dangerous
--
Require explicit approval
Tool Registry
Loading tools...
⚡ Execute Tool
🦊
OpenClaw
AI Agent Orchestration — agents, souls, memories, skills, heartbeats & more
Status: checking… Agents: Tools: Skills: Workflows: Souls: Memories: Heartbeats: Log Datasets:
Loading agents…
▶ Run Agent Task
🤖
OpenClaude
Multi-provider LLM coding agent — OpenAI, Gemini, Anthropic, Ollama, GitHub Models & more
Status
...
Active Provider
...
Router
...
Sessions
...
Ollama (host)
...
CNOS AI Ollama
...
llama.cpp
...
Total Local Models
...
🤖

OpenClaude Chat

Select a provider & model above, then start chatting.

Sessions are persistent — pick one or create a new one.

🔥
Unsloth Fine-Tuning Studio
LoRA fine-tuning — train custom adapters on your data
Service
...
Running Jobs
...
Completed
...
Datasets
...
Adapters
...
Ollama
...

💡 Capability Registry

Unified capability layer — every subsystem speaks one contract
Registered
--
Total capabilities
Categories
--
Distinct categories
Layer Status
--
Initialized
Capability List
Loading capabilities...
⚡ Execute Capability

📡 Event Bus

System-wide publish-subscribe event stream — the CNOS nervous system
Events
--
Subscribers
--
Latest
--
Event Stream
Loading events...

🤖 Model Manager

Single source of truth — browse, import, pull and set the active model
Active Model
--
Registered
--
Models tracked
Switches
--
Total model switches
⚙ Base Model:
Model Source Size Family Params Quant Score Actions

💾 Save As

📁 Select Project Folder