Generated by Code IQ · v1.0

AionUi
Knowledge Tutorial

A chapter-by-chapter walkthrough of AionUi, generated from its source code and tutorial markdown.

7
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

AionUi is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

👥
Agent Task Orchestration
Agent Task Orchestration
🔌
Agent Protocol Adapters
Agent Protocol Adapters
🔧
Tools & Skills Framework
Tools & Skills Framework
🔌
Prompt Engineering Protocols
Prompt Engineering Protocols
⚙️
IPC Bridge (Inter-Process Communication)
IPC Bridge (Inter-Process Communication)
⚙️
Channel & Plugin System
Channel & Plugin System
⚙️
Web Server & Remote Access
Web Server & Remote Access
AionUi — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 7 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

AionUi is a sophisticated desktop AI workspace that orchestrates complex tasks across multiple AI backends (like Gemini, Codex, and ACP) through a unified interface. It acts as a central hub where Agent Task Orchestration manages persistent sessions, enforces Prompt Engineering Protocols for long-term memory, and coordinates with a robust Tools & Skills Framework to execute filesystem operations. The system bridges a visual frontend with heavy backend logic via a typed IPC Bridge, supports remote access via a Web Server, and extends its reach to external platforms like Lark and Telegram through a Channel System.

Source Repository: https://github.com/iOfficeAI/AionUi

flowchart TD A0["Agent Task Orchestration"] A1["IPC Bridge (Inter-Process Communication)"] A2["Agent Protocol Adapters"] A3["Channel & Plugin System"] A4["Tools & Skills Framework"] A5["Prompt Engineering Protocols"] A6["Web Server & Remote Access"] A1 -->|"Dispatches UI commands"| A0 A0 -->|"Streams response events"| A1 A0 -->|"Manages session lifecycle"| A2 A0 -->|"Injects behavior protocols"| A5 A2 -->|"Executes capabilities"| A4 A3 -->|"Forwards external messages"| A0 A1 -->|"Controls server state"| A6
Tutorial Chapters

All 7 chapters

Follow sequentially or jump to any topic. Start with Agent Task Orchestration.

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/AionUi'

// → 7 chapters
// → source: iOfficeAI/AionUi