AIOS Docs
  • Welcome
  • Getting Started
    • Installation
    • Quickstart
      • Use Terminal
      • Use WebUI
    • Environment Variables Configuration
  • AIOS Kernel
    • Overview
    • LLM Core(s)
      • LiteLLM Compatible Backend
      • vLLM Backend
      • Hugging Face Backend
      • LLM Routing
    • Scheduler
      • FIFOScheduler
      • RRScheduler
    • Context
    • Memory
      • Base Layer
      • Agentic Memory Operations
    • Storage
      • sto_mount
      • sto_create_file
      • sto_create_directory
      • sto_write
      • sto_retrieve
      • sto_rollback
      • sto_share
    • Tools
    • Access
    • Syscalls
    • Terminal
  • AIOS Agent
    • How to Use Agent
    • How to Develop Agents
      • Develop with Native SDK
      • Develop with AutoGen
      • Develop with Open-Interpreter
      • Develop with MetaGPT
    • How to Publish Agents
  • AIOS-Agent SDK
    • Overview
    • LLM Core API
      • llm_chat
      • llm_chat_with_json_output
      • llm_chat_with_tool_call_output
      • llm_call_tool
      • llm_operate_file
    • Memory API
      • create_memory
      • get_memory
      • update_memory
      • delete_memory
      • search_memories
      • create_agentic_memory
    • Storage API
      • mount
      • create_file
      • create_dir
      • write_file
      • retrieve_file
      • rollback_file
      • share_file
    • Tool API
      • How to Develop Tools
    • Access API
    • Post API
    • Agent API
  • Community
    • How to Contribute
Powered by GitBook
On this page
  • Chat Interface Guide
  • Quick Start
  • Tips & Tricks
  • Common Issues
  1. Getting Started
  2. Quickstart

Use WebUI

PreviousUse TerminalNextEnvironment Variables Configuration

Last updated 3 months ago

Chat Interface Guide

🚀 The WebUI demo is now fully functional and live at

Quick Start

  1. Pick a model

    • Choose between Gemini or GPT

    • Look for the model selector at the top

  2. Add your API key

    • Click "Configure API Key" when prompted

    • Enter your key in the popup window

  3. View an agent

    • Click an agent from the left sidebar

    • Each agent has special skills

  4. Start chatting!

    • @ an agent to select the agent

    • Type your message

    • Press Enter to send and chat with the selected agent

Tips & Tricks

💡 Quick Commands

  • Use @agent_name to talk to specific agent

  • Example: @math_agent what is 2+2?

🔄 Managing Chats

  • Click "New Chat" for fresh conversation

  • All chats save automatically

  • Search old chats in right sidebar

Common Issues

⚠️ No API Key?

  • Get Gemini key from Google AI Studio

  • Get GPT key from OpenAI

https://app.aios.foundation/chat
WebUI