Generated by Code IQ · v1.0

airi
Knowledge Tutorial

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

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

How the pieces fit

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

👥
Agent Adapters
Agent Adapters
⚙️
The Cognitive Brain
The Cognitive Brain
⚙️
The "Stage" (Visual Presentation Layer)
The "Stage" (Visual Presentation Layer)
⚙️
Central Data & Identity Server
Central Data & Identity Server
⚙️
Sensory Audio Processing (Hearing)
Sensory Audio Processing (Hearing)
⚙️
Native Capabilities Bridge
Native Capabilities Bridge
⚙️
Introspection & Debugging System
Introspection & Debugging System
airi — 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

airi is a modular ecosystem designed to create living digital characters that can inhabit various platforms, from Minecraft bots to desktop companions. At its core is a Cognitive Brain that uses Large Language Models (LLMs) to perceive events, maintain context, and execute complex tasks via dynamic code generation. This brain is supported by a Visual Stage for rendering the character, a Native Bridge for system interactions, and a Central Data Server for persistent memory, all monitored through a sophisticated Introspection System.

Source Repository: https://github.com/moeru-ai/airi

flowchart TD A0["The Cognitive Brain"] A1["The 'Stage' (Visual Presentation Layer)"] A2["Native Capabilities Bridge"] A3["Introspection & Debugging System"] A4["Central Data & Identity Server"] A5["Sensory Audio Processing (Hearing)"] A6["Agent Adapters"] A6 -->|"Initializes and hosts"| A0 A0 -->|"Emits telemetry events to"| A3 A3 -->|"Executes REPL commands on"| A0 A1 -->|"Syncs character data from"| A4 A1 -->|"Invokes system commands via"| A2 A1 -->|"Processes audio input via"| A5 A6 -->|"Connects to API of"| A4 A2 -->|"Provides hardware accelerat..."| A5
Tutorial Chapters

All 7 chapters

Follow sequentially or jump to any topic. Start with Agent Adapters.

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/airi'

// → 7 chapters
// → source: moeru-ai/airi