Back to Showcase
AI AgentsFeatured

Nexus Chat Assistant

Multi-model conversational AI with WASM-sandboxed tool execution and streaming responses.

Nexus Chat Assistant screenshot 1

Overview

A production-ready chat assistant that leverages Nexus OS agent orchestration to route conversations across multiple LLM providers. Each tool call runs in a WASM sandbox for security.

Features

  • Multi-model routing — GPT-4, Claude, Gemini with automatic fallback
  • Tool execution — Sandboxed WASM runtime for safe code execution
  • Streaming — Real-time token streaming with backpressure
  • Memory — Persistent conversation context via Nexus Saga

Getting Started

naos create my-chatbot --template chat-assistant
naos deploy --edge

Related Projects